Package io.fabric8.kubernetes.api.model
Interface ExecConfigFluent.EnvNested<N>
-
- All Superinterfaces:
ExecEnvVarFluent<ExecConfigFluent.EnvNested<N>>
,Fluent<ExecConfigFluent.EnvNested<N>>
,Nested<N>
- All Known Implementing Classes:
ExecConfigFluentImpl.EnvNestedImpl
- Enclosing interface:
- ExecConfigFluent<A extends ExecConfigFluent<A>>
public static interface ExecConfigFluent.EnvNested<N> extends Nested<N>, ExecEnvVarFluent<ExecConfigFluent.EnvNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endEnv()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.ExecEnvVarFluent
getName, getValue, hasName, hasValue, withName, withNewName, withNewName, withNewName, withNewValue, withNewValue, withNewValue, withValue
-
-