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,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 interfaceConfigMapFluent.MetadataNested<N>
-
Method Summary
-
-
-
Method Detail
-
getApiVersion
String getApiVersion()
-
hasApiVersion
Boolean hasApiVersion()
-
withNewApiVersion
A withNewApiVersion(StringBuilder arg1)
-
withNewApiVersion
A withNewApiVersion(StringBuffer arg1)
-
hasBinaryData
Boolean hasBinaryData()
-
hasData
Boolean hasData()
-
isImmutable
Boolean isImmutable()
-
hasImmutable
Boolean hasImmutable()
-
withNewImmutable
A withNewImmutable(boolean arg1)
-
getKind
String getKind()
-
hasKind
Boolean hasKind()
-
withNewKind
A withNewKind(StringBuilder arg1)
-
withNewKind
A withNewKind(StringBuffer arg1)
-
getMetadata
@Deprecated ObjectMeta getMetadata()
Deprecated.This method has been deprecated, please use method buildMetadata instead.- Returns:
- The buildable object.
-
buildMetadata
ObjectMeta buildMetadata()
-
withMetadata
A withMetadata(ObjectMeta metadata)
-
hasMetadata
Boolean hasMetadata()
-
withNewMetadata
ConfigMapFluent.MetadataNested<A> withNewMetadata()
-
withNewMetadataLike
ConfigMapFluent.MetadataNested<A> withNewMetadataLike(ObjectMeta item)
-
editMetadata
ConfigMapFluent.MetadataNested<A> editMetadata()
-
editOrNewMetadata
ConfigMapFluent.MetadataNested<A> editOrNewMetadata()
-
editOrNewMetadataLike
ConfigMapFluent.MetadataNested<A> editOrNewMetadataLike(ObjectMeta item)
-
-