Package io.fabric8.kubernetes.api.model
Class ContainerFluent.EnvNested<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.EnvVarFluent<ContainerFluent.EnvNested<N>>
-
- io.fabric8.kubernetes.api.model.ContainerFluent.EnvNested<N>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Nested<N>
- Enclosing class:
- ContainerFluent<A extends ContainerFluent<A>>
public class ContainerFluent.EnvNested<N> extends EnvVarFluent<ContainerFluent.EnvNested<N>> implements io.fabric8.kubernetes.api.builder.Nested<N>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.EnvVarFluent
EnvVarFluent.ValueFromNested<N>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description N
and()
N
endEnv()
-
Methods inherited from class io.fabric8.kubernetes.api.model.EnvVarFluent
addToAdditionalProperties, addToAdditionalProperties, buildValueFrom, copyInstance, editOrNewValueFrom, editOrNewValueFromLike, editValueFrom, equals, getAdditionalProperties, getName, getValue, hasAdditionalProperties, hashCode, hasName, hasValue, hasValueFrom, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withName, withNewValueFrom, withNewValueFromLike, withValue, withValueFrom
-
-