Class V1NamespaceFluentImpl<A extends V1NamespaceFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1NamespaceFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1NamespaceFluent<A>
- Direct Known Subclasses:
V1NamespaceBuilder
public class V1NamespaceFluentImpl<A extends V1NamespaceFluent<A>>
extends BaseFluent<A>
implements V1NamespaceFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1NamespaceFluent
V1NamespaceFluent.MetadataNested<N>, V1NamespaceFluent.SpecNested<N>, V1NamespaceFluent.StatusNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1NamespaceFluentImpl
(io.kubernetes.client.openapi.models.V1Namespace instance) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1ObjectMeta
io.kubernetes.client.openapi.models.V1NamespaceSpec
io.kubernetes.client.openapi.models.V1NamespaceStatus
editOrNewMetadataLike
(io.kubernetes.client.openapi.models.V1ObjectMeta item) editOrNewSpecLike
(io.kubernetes.client.openapi.models.V1NamespaceSpec item) editOrNewStatusLike
(io.kubernetes.client.openapi.models.V1NamespaceStatus item) editSpec()
boolean
getKind()
io.kubernetes.client.openapi.models.V1ObjectMeta
Deprecated.io.kubernetes.client.openapi.models.V1NamespaceSpec
getSpec()
Deprecated.io.kubernetes.client.openapi.models.V1NamespaceStatus
Deprecated.int
hashCode()
hasKind()
hasSpec()
toString()
withApiVersion
(String apiVersion) withMetadata
(io.kubernetes.client.openapi.models.V1ObjectMeta metadata) withNewMetadataLike
(io.kubernetes.client.openapi.models.V1ObjectMeta item) withNewSpecLike
(io.kubernetes.client.openapi.models.V1NamespaceSpec item) withNewStatusLike
(io.kubernetes.client.openapi.models.V1NamespaceStatus item) withSpec
(io.kubernetes.client.openapi.models.V1NamespaceSpec spec) withStatus
(io.kubernetes.client.openapi.models.V1NamespaceStatus status) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1NamespaceFluentImpl
public V1NamespaceFluentImpl() -
V1NamespaceFluentImpl
public V1NamespaceFluentImpl(io.kubernetes.client.openapi.models.V1Namespace instance)
-
-
Method Details
-
getApiVersion
- Specified by:
getApiVersion
in interfaceV1NamespaceFluent<A extends V1NamespaceFluent<A>>
-
withApiVersion
- Specified by:
withApiVersion
in interfaceV1NamespaceFluent<A extends V1NamespaceFluent<A>>
-
hasApiVersion
- Specified by:
hasApiVersion
in interfaceV1NamespaceFluent<A extends V1NamespaceFluent<A>>
-
getKind
- Specified by:
getKind
in interfaceV1NamespaceFluent<A extends V1NamespaceFluent<A>>
-
withKind
- Specified by:
withKind
in interfaceV1NamespaceFluent<A extends V1NamespaceFluent<A>>
-
hasKind
- Specified by:
hasKind
in interfaceV1NamespaceFluent<A extends V1NamespaceFluent<A>>
-
getMetadata
Deprecated.This method has been deprecated, please use method buildMetadata instead.- Specified by:
getMetadata
in interfaceV1NamespaceFluent<A extends V1NamespaceFluent<A>>
- Returns:
- The buildable object.
-
buildMetadata
public io.kubernetes.client.openapi.models.V1ObjectMeta buildMetadata()- Specified by:
buildMetadata
in interfaceV1NamespaceFluent<A extends V1NamespaceFluent<A>>
-
withMetadata
- Specified by:
withMetadata
in interfaceV1NamespaceFluent<A extends V1NamespaceFluent<A>>
-
hasMetadata
- Specified by:
hasMetadata
in interfaceV1NamespaceFluent<A extends V1NamespaceFluent<A>>
-
withNewMetadata
- Specified by:
withNewMetadata
in interfaceV1NamespaceFluent<A extends V1NamespaceFluent<A>>
-
withNewMetadataLike
public V1NamespaceFluent.MetadataNested<A> withNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item) - Specified by:
withNewMetadataLike
in interfaceV1NamespaceFluent<A extends V1NamespaceFluent<A>>
-
editMetadata
- Specified by:
editMetadata
in interfaceV1NamespaceFluent<A extends V1NamespaceFluent<A>>
-
editOrNewMetadata
- Specified by:
editOrNewMetadata
in interfaceV1NamespaceFluent<A extends V1NamespaceFluent<A>>
-
editOrNewMetadataLike
public V1NamespaceFluent.MetadataNested<A> editOrNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item) - Specified by:
editOrNewMetadataLike
in interfaceV1NamespaceFluent<A extends V1NamespaceFluent<A>>
-
getSpec
Deprecated.This method has been deprecated, please use method buildSpec instead.- Specified by:
getSpec
in interfaceV1NamespaceFluent<A extends V1NamespaceFluent<A>>
- Returns:
- The buildable object.
-
buildSpec
public io.kubernetes.client.openapi.models.V1NamespaceSpec buildSpec()- Specified by:
buildSpec
in interfaceV1NamespaceFluent<A extends V1NamespaceFluent<A>>
-
withSpec
- Specified by:
withSpec
in interfaceV1NamespaceFluent<A extends V1NamespaceFluent<A>>
-
hasSpec
- Specified by:
hasSpec
in interfaceV1NamespaceFluent<A extends V1NamespaceFluent<A>>
-
withNewSpec
- Specified by:
withNewSpec
in interfaceV1NamespaceFluent<A extends V1NamespaceFluent<A>>
-
withNewSpecLike
public V1NamespaceFluent.SpecNested<A> withNewSpecLike(io.kubernetes.client.openapi.models.V1NamespaceSpec item) - Specified by:
withNewSpecLike
in interfaceV1NamespaceFluent<A extends V1NamespaceFluent<A>>
-
editSpec
- Specified by:
editSpec
in interfaceV1NamespaceFluent<A extends V1NamespaceFluent<A>>
-
editOrNewSpec
- Specified by:
editOrNewSpec
in interfaceV1NamespaceFluent<A extends V1NamespaceFluent<A>>
-
editOrNewSpecLike
public V1NamespaceFluent.SpecNested<A> editOrNewSpecLike(io.kubernetes.client.openapi.models.V1NamespaceSpec item) - Specified by:
editOrNewSpecLike
in interfaceV1NamespaceFluent<A extends V1NamespaceFluent<A>>
-
getStatus
Deprecated.This method has been deprecated, please use method buildStatus instead.- Specified by:
getStatus
in interfaceV1NamespaceFluent<A extends V1NamespaceFluent<A>>
- Returns:
- The buildable object.
-
buildStatus
public io.kubernetes.client.openapi.models.V1NamespaceStatus buildStatus()- Specified by:
buildStatus
in interfaceV1NamespaceFluent<A extends V1NamespaceFluent<A>>
-
withStatus
- Specified by:
withStatus
in interfaceV1NamespaceFluent<A extends V1NamespaceFluent<A>>
-
hasStatus
- Specified by:
hasStatus
in interfaceV1NamespaceFluent<A extends V1NamespaceFluent<A>>
-
withNewStatus
- Specified by:
withNewStatus
in interfaceV1NamespaceFluent<A extends V1NamespaceFluent<A>>
-
withNewStatusLike
public V1NamespaceFluent.StatusNested<A> withNewStatusLike(io.kubernetes.client.openapi.models.V1NamespaceStatus item) - Specified by:
withNewStatusLike
in interfaceV1NamespaceFluent<A extends V1NamespaceFluent<A>>
-
editStatus
- Specified by:
editStatus
in interfaceV1NamespaceFluent<A extends V1NamespaceFluent<A>>
-
editOrNewStatus
- Specified by:
editOrNewStatus
in interfaceV1NamespaceFluent<A extends V1NamespaceFluent<A>>
-
editOrNewStatusLike
public V1NamespaceFluent.StatusNested<A> editOrNewStatusLike(io.kubernetes.client.openapi.models.V1NamespaceStatus item) - Specified by:
editOrNewStatusLike
in interfaceV1NamespaceFluent<A extends V1NamespaceFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1NamespaceFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1NamespaceFluent<A>>
-
toString
-