Package io.fabric8.kubernetes.api.model
Interface KubeSchemaFluent.ConfigMapNested<N>
-
- All Superinterfaces:
ConfigMapFluent<KubeSchemaFluent.ConfigMapNested<N>>
,Fluent<KubeSchemaFluent.ConfigMapNested<N>>
,Nested<N>
- All Known Implementing Classes:
KubeSchemaFluentImpl.ConfigMapNestedImpl
- Enclosing interface:
- KubeSchemaFluent<A extends KubeSchemaFluent<A>>
public static interface KubeSchemaFluent.ConfigMapNested<N> extends Nested<N>, ConfigMapFluent<KubeSchemaFluent.ConfigMapNested<N>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.ConfigMapFluent
ConfigMapFluent.MetadataNested<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.ConfigMapFluent
addToBinaryData, addToBinaryData, addToData, addToData, buildMetadata, editMetadata, editOrNewMetadata, editOrNewMetadataLike, getApiVersion, getBinaryData, getData, getKind, getMetadata, hasApiVersion, hasBinaryData, hasData, hasImmutable, hasKind, hasMetadata, isImmutable, removeFromBinaryData, removeFromBinaryData, removeFromData, removeFromData, withApiVersion, withBinaryData, withData, withImmutable, withKind, withMetadata, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewImmutable, withNewImmutable, withNewKind, withNewKind, withNewKind, withNewMetadata, withNewMetadataLike
-
-