Package io.fabric8.kubernetes.api.model
Interface NodeConfigSourceFluent.ConfigMapNested<N>
-
- All Superinterfaces:
ConfigMapNodeConfigSourceFluent<NodeConfigSourceFluent.ConfigMapNested<N>>
,Fluent<NodeConfigSourceFluent.ConfigMapNested<N>>
,Nested<N>
- All Known Implementing Classes:
NodeConfigSourceFluentImpl.ConfigMapNestedImpl
- Enclosing interface:
- NodeConfigSourceFluent<A extends NodeConfigSourceFluent<A>>
public static interface NodeConfigSourceFluent.ConfigMapNested<N> extends Nested<N>, ConfigMapNodeConfigSourceFluent<NodeConfigSourceFluent.ConfigMapNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endConfigMap()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.ConfigMapNodeConfigSourceFluent
getKubeletConfigKey, getName, getNamespace, getResourceVersion, getUid, hasKubeletConfigKey, hasName, hasNamespace, hasResourceVersion, hasUid, withKubeletConfigKey, withName, withNamespace, withNewKubeletConfigKey, withNewKubeletConfigKey, withNewKubeletConfigKey, withNewName, withNewName, withNewName, withNewNamespace, withNewNamespace, withNewNamespace, withNewResourceVersion, withNewResourceVersion, withNewResourceVersion, withNewUid, withNewUid, withNewUid, withResourceVersion, withUid
-
-