Class V1NodeFluentImpl<A extends V1NodeFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1NodeFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,V1NodeFluent<A>
- Direct Known Subclasses:
V1NodeBuilder
public class V1NodeFluentImpl<A extends V1NodeFluent<A>>
extends BaseFluent<A>
implements V1NodeFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1NodeFluent
V1NodeFluent.MetadataNested<N>, V1NodeFluent.SpecNested<N>, V1NodeFluent.StatusNested<N> -
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1ObjectMetaio.kubernetes.client.openapi.models.V1NodeSpecio.kubernetes.client.openapi.models.V1NodeStatuseditOrNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item) editOrNewSpecLike(io.kubernetes.client.openapi.models.V1NodeSpec item) editOrNewStatusLike(io.kubernetes.client.openapi.models.V1NodeStatus item) editSpec()booleangetKind()io.kubernetes.client.openapi.models.V1ObjectMetaDeprecated.io.kubernetes.client.openapi.models.V1NodeSpecgetSpec()Deprecated.io.kubernetes.client.openapi.models.V1NodeStatusDeprecated.inthashCode()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.V1NodeSpec item) withNewStatusLike(io.kubernetes.client.openapi.models.V1NodeStatus item) withSpec(io.kubernetes.client.openapi.models.V1NodeSpec spec) withStatus(io.kubernetes.client.openapi.models.V1NodeStatus status) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1NodeFluentImpl
public V1NodeFluentImpl() -
V1NodeFluentImpl
public V1NodeFluentImpl(io.kubernetes.client.openapi.models.V1Node instance)
-
-
Method Details
-
getApiVersion
- Specified by:
getApiVersionin interfaceV1NodeFluent<A extends V1NodeFluent<A>>
-
withApiVersion
- Specified by:
withApiVersionin interfaceV1NodeFluent<A extends V1NodeFluent<A>>
-
hasApiVersion
- Specified by:
hasApiVersionin interfaceV1NodeFluent<A extends V1NodeFluent<A>>
-
getKind
- Specified by:
getKindin interfaceV1NodeFluent<A extends V1NodeFluent<A>>
-
withKind
- Specified by:
withKindin interfaceV1NodeFluent<A extends V1NodeFluent<A>>
-
hasKind
- Specified by:
hasKindin interfaceV1NodeFluent<A extends V1NodeFluent<A>>
-
getMetadata
Deprecated.This method has been deprecated, please use method buildMetadata instead.- Specified by:
getMetadatain interfaceV1NodeFluent<A extends V1NodeFluent<A>>- Returns:
- The buildable object.
-
buildMetadata
public io.kubernetes.client.openapi.models.V1ObjectMeta buildMetadata()- Specified by:
buildMetadatain interfaceV1NodeFluent<A extends V1NodeFluent<A>>
-
withMetadata
- Specified by:
withMetadatain interfaceV1NodeFluent<A extends V1NodeFluent<A>>
-
hasMetadata
- Specified by:
hasMetadatain interfaceV1NodeFluent<A extends V1NodeFluent<A>>
-
withNewMetadata
- Specified by:
withNewMetadatain interfaceV1NodeFluent<A extends V1NodeFluent<A>>
-
withNewMetadataLike
public V1NodeFluent.MetadataNested<A> withNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item) - Specified by:
withNewMetadataLikein interfaceV1NodeFluent<A extends V1NodeFluent<A>>
-
editMetadata
- Specified by:
editMetadatain interfaceV1NodeFluent<A extends V1NodeFluent<A>>
-
editOrNewMetadata
- Specified by:
editOrNewMetadatain interfaceV1NodeFluent<A extends V1NodeFluent<A>>
-
editOrNewMetadataLike
public V1NodeFluent.MetadataNested<A> editOrNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item) - Specified by:
editOrNewMetadataLikein interfaceV1NodeFluent<A extends V1NodeFluent<A>>
-
getSpec
Deprecated.This method has been deprecated, please use method buildSpec instead.- Specified by:
getSpecin interfaceV1NodeFluent<A extends V1NodeFluent<A>>- Returns:
- The buildable object.
-
buildSpec
public io.kubernetes.client.openapi.models.V1NodeSpec buildSpec()- Specified by:
buildSpecin interfaceV1NodeFluent<A extends V1NodeFluent<A>>
-
withSpec
- Specified by:
withSpecin interfaceV1NodeFluent<A extends V1NodeFluent<A>>
-
hasSpec
- Specified by:
hasSpecin interfaceV1NodeFluent<A extends V1NodeFluent<A>>
-
withNewSpec
- Specified by:
withNewSpecin interfaceV1NodeFluent<A extends V1NodeFluent<A>>
-
withNewSpecLike
public V1NodeFluent.SpecNested<A> withNewSpecLike(io.kubernetes.client.openapi.models.V1NodeSpec item) - Specified by:
withNewSpecLikein interfaceV1NodeFluent<A extends V1NodeFluent<A>>
-
editSpec
- Specified by:
editSpecin interfaceV1NodeFluent<A extends V1NodeFluent<A>>
-
editOrNewSpec
- Specified by:
editOrNewSpecin interfaceV1NodeFluent<A extends V1NodeFluent<A>>
-
editOrNewSpecLike
public V1NodeFluent.SpecNested<A> editOrNewSpecLike(io.kubernetes.client.openapi.models.V1NodeSpec item) - Specified by:
editOrNewSpecLikein interfaceV1NodeFluent<A extends V1NodeFluent<A>>
-
getStatus
Deprecated.This method has been deprecated, please use method buildStatus instead.- Specified by:
getStatusin interfaceV1NodeFluent<A extends V1NodeFluent<A>>- Returns:
- The buildable object.
-
buildStatus
public io.kubernetes.client.openapi.models.V1NodeStatus buildStatus()- Specified by:
buildStatusin interfaceV1NodeFluent<A extends V1NodeFluent<A>>
-
withStatus
- Specified by:
withStatusin interfaceV1NodeFluent<A extends V1NodeFluent<A>>
-
hasStatus
- Specified by:
hasStatusin interfaceV1NodeFluent<A extends V1NodeFluent<A>>
-
withNewStatus
- Specified by:
withNewStatusin interfaceV1NodeFluent<A extends V1NodeFluent<A>>
-
withNewStatusLike
public V1NodeFluent.StatusNested<A> withNewStatusLike(io.kubernetes.client.openapi.models.V1NodeStatus item) - Specified by:
withNewStatusLikein interfaceV1NodeFluent<A extends V1NodeFluent<A>>
-
editStatus
- Specified by:
editStatusin interfaceV1NodeFluent<A extends V1NodeFluent<A>>
-
editOrNewStatus
- Specified by:
editOrNewStatusin interfaceV1NodeFluent<A extends V1NodeFluent<A>>
-
editOrNewStatusLike
public V1NodeFluent.StatusNested<A> editOrNewStatusLike(io.kubernetes.client.openapi.models.V1NodeStatus item) - Specified by:
editOrNewStatusLikein interfaceV1NodeFluent<A extends V1NodeFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1NodeFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1NodeFluent<A>>
-
toString
-