Package io.fabric8.kubernetes.api.model
Interface ContainerFluent.EnvFromNested<N>
-
- All Superinterfaces:
EnvFromSourceFluent<ContainerFluent.EnvFromNested<N>>
,Fluent<ContainerFluent.EnvFromNested<N>>
,Nested<N>
- All Known Implementing Classes:
ContainerFluentImpl.EnvFromNestedImpl
- Enclosing interface:
- ContainerFluent<A extends ContainerFluent<A>>
public static interface ContainerFluent.EnvFromNested<N> extends Nested<N>, EnvFromSourceFluent<ContainerFluent.EnvFromNested<N>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.EnvFromSourceFluent
EnvFromSourceFluent.ConfigMapRefNested<N>, EnvFromSourceFluent.SecretRefNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endEnvFrom()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.EnvFromSourceFluent
buildConfigMapRef, buildSecretRef, editConfigMapRef, editOrNewConfigMapRef, editOrNewConfigMapRefLike, editOrNewSecretRef, editOrNewSecretRefLike, editSecretRef, getConfigMapRef, getPrefix, getSecretRef, hasConfigMapRef, hasPrefix, hasSecretRef, withConfigMapRef, withNewConfigMapRef, withNewConfigMapRef, withNewConfigMapRefLike, withNewPrefix, withNewPrefix, withNewPrefix, withNewSecretRef, withNewSecretRef, withNewSecretRefLike, withPrefix, withSecretRef
-
-