public class ProvenanceFluent<A extends ProvenanceFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ProvenanceFluent.ConfigSourceNested<N> |
class |
ProvenanceFluent.FeatureFlagsNested<N> |
class |
ProvenanceFluent.RefSourceNested<N> |
| Constructor and Description |
|---|
ProvenanceFluent() |
ProvenanceFluent(Provenance instance) |
public ProvenanceFluent()
public ProvenanceFluent(Provenance instance)
protected void copyInstance(Provenance instance)
public ConfigSource buildConfigSource()
public A withConfigSource(ConfigSource configSource)
public boolean hasConfigSource()
public ProvenanceFluent.ConfigSourceNested<A> withNewConfigSource()
public ProvenanceFluent.ConfigSourceNested<A> withNewConfigSourceLike(ConfigSource item)
public ProvenanceFluent.ConfigSourceNested<A> editConfigSource()
public ProvenanceFluent.ConfigSourceNested<A> editOrNewConfigSource()
public ProvenanceFluent.ConfigSourceNested<A> editOrNewConfigSourceLike(ConfigSource item)
public FeatureFlags buildFeatureFlags()
public A withFeatureFlags(FeatureFlags featureFlags)
public boolean hasFeatureFlags()
public ProvenanceFluent.FeatureFlagsNested<A> withNewFeatureFlags()
public ProvenanceFluent.FeatureFlagsNested<A> withNewFeatureFlagsLike(FeatureFlags item)
public ProvenanceFluent.FeatureFlagsNested<A> editFeatureFlags()
public ProvenanceFluent.FeatureFlagsNested<A> editOrNewFeatureFlags()
public ProvenanceFluent.FeatureFlagsNested<A> editOrNewFeatureFlagsLike(FeatureFlags item)
public RefSource buildRefSource()
public boolean hasRefSource()
public ProvenanceFluent.RefSourceNested<A> withNewRefSource()
public ProvenanceFluent.RefSourceNested<A> withNewRefSourceLike(RefSource item)
public ProvenanceFluent.RefSourceNested<A> editRefSource()
public ProvenanceFluent.RefSourceNested<A> editOrNewRefSource()
public ProvenanceFluent.RefSourceNested<A> editOrNewRefSourceLike(RefSource item)
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ProvenanceFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ProvenanceFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.