Package io.fabric8.kubernetes.api.model
Interface NamespaceFluent<A extends NamespaceFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
BaseKubernetesListFluent.NamespaceItemsNested<N>,KubeSchemaFluent.NamespaceNested<N>,NamedExtensionFluent.NamespaceExtensionNested<N>,NamespaceListFluent.ItemsNested<N>,WatchEventFluent.NamespaceObjectNested<N>
- All Known Implementing Classes:
BaseKubernetesListFluentImpl.NamespaceItemsNestedImpl,DoneableNamespace,KubeSchemaFluentImpl.NamespaceNestedImpl,NamedExtensionFluentImpl.NamespaceExtensionNestedImpl,NamespaceBuilder,NamespaceFluentImpl,NamespaceListFluentImpl.ItemsNestedImpl,WatchEventFluentImpl.NamespaceObjectNestedImpl
public interface NamespaceFluent<A extends NamespaceFluent<A>> extends Fluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceNamespaceFluent.MetadataNested<N>static interfaceNamespaceFluent.SpecNested<N>static interfaceNamespaceFluent.StatusNested<N> -
Method Summary
-
Method Details
-
getApiVersion
String getApiVersion() -
withApiVersion
-
hasApiVersion
Boolean hasApiVersion() -
withNewApiVersion
-
withNewApiVersion
-
withNewApiVersion
-
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
NamespaceFluent.MetadataNested<A> withNewMetadata() -
withNewMetadataLike
-
editMetadata
NamespaceFluent.MetadataNested<A> editMetadata() -
editOrNewMetadata
NamespaceFluent.MetadataNested<A> editOrNewMetadata() -
editOrNewMetadataLike
-
getSpec
Deprecated.This method has been deprecated, please use method buildSpec instead.- Returns:
- The buildable object.
-
buildSpec
NamespaceSpec buildSpec() -
withSpec
-
hasSpec
Boolean hasSpec() -
withNewSpec
NamespaceFluent.SpecNested<A> withNewSpec() -
withNewSpecLike
-
editSpec
NamespaceFluent.SpecNested<A> editSpec() -
editOrNewSpec
NamespaceFluent.SpecNested<A> editOrNewSpec() -
editOrNewSpecLike
-
getStatus
Deprecated.This method has been deprecated, please use method buildStatus instead.- Returns:
- The buildable object.
-
buildStatus
NamespaceStatus buildStatus() -
withStatus
-
hasStatus
Boolean hasStatus() -
withNewStatus
NamespaceFluent.StatusNested<A> withNewStatus() -
withNewStatusLike
-
editStatus
NamespaceFluent.StatusNested<A> editStatus() -
editOrNewStatus
NamespaceFluent.StatusNested<A> editOrNewStatus() -
editOrNewStatusLike
-