Package io.fabric8.kubernetes.api.model
Interface EnvVarSourceFluent.ConfigMapKeyRefNested<N>
-
- All Superinterfaces:
ConfigMapKeySelectorFluent<EnvVarSourceFluent.ConfigMapKeyRefNested<N>>
,Fluent<EnvVarSourceFluent.ConfigMapKeyRefNested<N>>
,Nested<N>
- All Known Implementing Classes:
EnvVarSourceFluentImpl.ConfigMapKeyRefNestedImpl
- Enclosing interface:
- EnvVarSourceFluent<A extends EnvVarSourceFluent<A>>
public static interface EnvVarSourceFluent.ConfigMapKeyRefNested<N> extends Nested<N>, ConfigMapKeySelectorFluent<EnvVarSourceFluent.ConfigMapKeyRefNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endConfigMapKeyRef()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.ConfigMapKeySelectorFluent
getKey, getName, hasKey, hasName, hasOptional, isOptional, withKey, withName, withNewKey, withNewKey, withNewKey, withNewName, withNewName, withNewName, withNewOptional, withNewOptional, withOptional
-
-