Package io.fabric8.kubernetes.api.model
Interface EnvFromSourceFluent.ConfigMapRefNested<N>
-
- All Superinterfaces:
ConfigMapEnvSourceFluent<EnvFromSourceFluent.ConfigMapRefNested<N>>
,Fluent<EnvFromSourceFluent.ConfigMapRefNested<N>>
,Nested<N>
- All Known Implementing Classes:
EnvFromSourceFluentImpl.ConfigMapRefNestedImpl
- Enclosing interface:
- EnvFromSourceFluent<A extends EnvFromSourceFluent<A>>
public static interface EnvFromSourceFluent.ConfigMapRefNested<N> extends Nested<N>, ConfigMapEnvSourceFluent<EnvFromSourceFluent.ConfigMapRefNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endConfigMapRef()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.ConfigMapEnvSourceFluent
getName, hasName, hasOptional, isOptional, withName, withNewName, withNewName, withNewName, withNewOptional, withNewOptional, withOptional
-
-