public interface ProvenanceFluent<A extends ProvenanceFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ProvenanceFluent.FeatureFlagsNested<N> |
static interface |
ProvenanceFluent.RefSourceNested<N> |
@Deprecated FeatureFlags getFeatureFlags()
FeatureFlags buildFeatureFlags()
A withFeatureFlags(FeatureFlags featureFlags)
Boolean hasFeatureFlags()
ProvenanceFluent.FeatureFlagsNested<A> withNewFeatureFlags()
ProvenanceFluent.FeatureFlagsNested<A> withNewFeatureFlagsLike(FeatureFlags item)
ProvenanceFluent.FeatureFlagsNested<A> editFeatureFlags()
ProvenanceFluent.FeatureFlagsNested<A> editOrNewFeatureFlags()
ProvenanceFluent.FeatureFlagsNested<A> editOrNewFeatureFlagsLike(FeatureFlags item)
@Deprecated RefSource getRefSource()
RefSource buildRefSource()
Boolean hasRefSource()
ProvenanceFluent.RefSourceNested<A> withNewRefSource()
ProvenanceFluent.RefSourceNested<A> withNewRefSourceLike(RefSource item)
ProvenanceFluent.RefSourceNested<A> editRefSource()
ProvenanceFluent.RefSourceNested<A> editOrNewRefSource()
ProvenanceFluent.RefSourceNested<A> editOrNewRefSourceLike(RefSource item)
Copyright © 2015–2023 Red Hat. All rights reserved.