Package io.fabric8.kubernetes.api.model
Class DoneableEnvFromSource
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.EnvFromSourceFluentImpl<DoneableEnvFromSource>
io.fabric8.kubernetes.api.model.DoneableEnvFromSource
- All Implemented Interfaces:
Fluent<DoneableEnvFromSource>,Visitable<DoneableEnvFromSource>,Doneable<EnvFromSource>,EnvFromSourceFluent<DoneableEnvFromSource>
public class DoneableEnvFromSource extends EnvFromSourceFluentImpl<DoneableEnvFromSource> implements Doneable<EnvFromSource>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.EnvFromSourceFluentImpl
EnvFromSourceFluentImpl.ConfigMapRefNestedImpl<N>, EnvFromSourceFluentImpl.SecretRefNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.EnvFromSourceFluent
EnvFromSourceFluent.ConfigMapRefNested<N>, EnvFromSourceFluent.SecretRefNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableEnvFromSource(Function<EnvFromSource,EnvFromSource> function)DoneableEnvFromSource(EnvFromSource item)DoneableEnvFromSource(EnvFromSource item, Function<EnvFromSource,EnvFromSource> function) -
Method Summary
Modifier and Type Method Description EnvFromSourcedone()Methods inherited from class io.fabric8.kubernetes.api.model.EnvFromSourceFluentImpl
buildConfigMapRef, buildSecretRef, editConfigMapRef, editOrNewConfigMapRef, editOrNewConfigMapRefLike, editOrNewSecretRef, editOrNewSecretRefLike, editSecretRef, equals, getConfigMapRef, getPrefix, getSecretRef, hasConfigMapRef, hasPrefix, hasSecretRef, withConfigMapRef, withNewConfigMapRef, withNewConfigMapRef, withNewConfigMapRefLike, withNewPrefix, withNewPrefix, withNewPrefix, withNewSecretRef, withNewSecretRef, withNewSecretRefLike, withPrefix, withSecretRef
-
Constructor Details
-
Method Details
-
done
- Specified by:
donein interfaceDoneable<EnvFromSource>
-