Package io.fabric8.kubernetes.api.model
Class KubeSchemaFluentImpl.ConfigMapNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.ConfigMapFluentImpl<KubeSchemaFluent.ConfigMapNested<N>>
-
- io.fabric8.kubernetes.api.model.KubeSchemaFluentImpl.ConfigMapNestedImpl<N>
-
- All Implemented Interfaces:
Fluent<KubeSchemaFluent.ConfigMapNested<N>>
,Nested<N>
,Visitable<KubeSchemaFluent.ConfigMapNested<N>>
,ConfigMapFluent<KubeSchemaFluent.ConfigMapNested<N>>
,KubeSchemaFluent.ConfigMapNested<N>
- Enclosing class:
- KubeSchemaFluentImpl<A extends KubeSchemaFluent<A>>
public class KubeSchemaFluentImpl.ConfigMapNestedImpl<N> extends ConfigMapFluentImpl<KubeSchemaFluent.ConfigMapNested<N>> implements KubeSchemaFluent.ConfigMapNested<N>, Nested<N>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.ConfigMapFluentImpl
ConfigMapFluentImpl.MetadataNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.ConfigMapFluent
ConfigMapFluent.MetadataNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description N
and()
N
endConfigMap()
-
Methods inherited from class io.fabric8.kubernetes.api.model.ConfigMapFluentImpl
addToBinaryData, addToBinaryData, addToData, addToData, buildMetadata, editMetadata, editOrNewMetadata, editOrNewMetadataLike, equals, getApiVersion, getBinaryData, getData, getKind, getMetadata, hasApiVersion, hasBinaryData, hasData, hashCode, hasImmutable, hasKind, hasMetadata, isImmutable, removeFromBinaryData, removeFromBinaryData, removeFromData, removeFromData, withApiVersion, withBinaryData, withData, withImmutable, withKind, withMetadata, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewImmutable, withNewImmutable, withNewKind, withNewKind, withNewKind, withNewMetadata, withNewMetadataLike
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
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
-
-
-
-
Method Detail
-
and
public N and()
-
endConfigMap
public N endConfigMap()
- Specified by:
endConfigMap
in interfaceKubeSchemaFluent.ConfigMapNested<N>
-
-