Package io.fabric8.kubernetes.api.model
Interface ConfigMapFluent<A extends ConfigMapFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
BaseKubernetesListFluent.ConfigMapItemsNested<N>
,ConfigMapListFluent.ItemsNested<N>
,KubeSchemaFluent.ConfigMapNested<N>
,NamedExtensionFluent.ConfigMapExtensionNested<N>
,WatchEventFluent.ConfigMapObjectNested<N>
- All Known Implementing Classes:
BaseKubernetesListFluentImpl.ConfigMapItemsNestedImpl
,ConfigMapBuilder
,ConfigMapFluentImpl
,ConfigMapListFluentImpl.ItemsNestedImpl
,DoneableConfigMap
,KubeSchemaFluentImpl.ConfigMapNestedImpl
,NamedExtensionFluentImpl.ConfigMapExtensionNestedImpl
,WatchEventFluentImpl.ConfigMapObjectNestedImpl
public interface ConfigMapFluent<A extends ConfigMapFluent<A>> extends Fluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ConfigMapFluent.MetadataNested<N>
-
Method Summary
-
Method Details
-
getApiVersion
String getApiVersion() -
withApiVersion
-
hasApiVersion
Boolean hasApiVersion() -
withNewApiVersion
-
withNewApiVersion
-
withNewApiVersion
-
addToBinaryData
-
addToBinaryData
-
removeFromBinaryData
-
removeFromBinaryData
-
getBinaryData
-
withBinaryData
-
hasBinaryData
Boolean hasBinaryData() -
addToData
-
addToData
-
removeFromData
-
removeFromData
-
getData
-
withData
-
hasData
Boolean hasData() -
isImmutable
Boolean isImmutable() -
withImmutable
-
hasImmutable
Boolean hasImmutable() -
withNewImmutable
-
withNewImmutable
-
getKind
String getKind() -
withKind
-
hasKind
Boolean hasKind() -
withNewKind
-
withNewKind
-
withNewKind
-
getMetadata
Deprecated.This method has been deprecated, please use method buildMetadata instead.- Returns:
- The buildable object.
-
buildMetadata
ObjectMeta buildMetadata() -
withMetadata
-
hasMetadata
Boolean hasMetadata() -
withNewMetadata
ConfigMapFluent.MetadataNested<A> withNewMetadata() -
withNewMetadataLike
-
editMetadata
ConfigMapFluent.MetadataNested<A> editMetadata() -
editOrNewMetadata
ConfigMapFluent.MetadataNested<A> editOrNewMetadata() -
editOrNewMetadataLike
-