Class V1CSINodeFluentImpl<A extends V1CSINodeFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1CSINodeFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1CSINodeFluent<A>
- Direct Known Subclasses:
V1CSINodeBuilder
public class V1CSINodeFluentImpl<A extends V1CSINodeFluent<A>>
extends BaseFluent<A>
implements V1CSINodeFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1CSINodeFluent
V1CSINodeFluent.MetadataNested<N>, V1CSINodeFluent.SpecNested<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.V1ObjectMeta
io.kubernetes.client.openapi.models.V1CSINodeSpec
editOrNewMetadataLike
(io.kubernetes.client.openapi.models.V1ObjectMeta item) editOrNewSpecLike
(io.kubernetes.client.openapi.models.V1CSINodeSpec item) editSpec()
boolean
getKind()
io.kubernetes.client.openapi.models.V1ObjectMeta
Deprecated.io.kubernetes.client.openapi.models.V1CSINodeSpec
getSpec()
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.V1CSINodeSpec item) withSpec
(io.kubernetes.client.openapi.models.V1CSINodeSpec spec) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1CSINodeFluentImpl
public V1CSINodeFluentImpl() -
V1CSINodeFluentImpl
public V1CSINodeFluentImpl(io.kubernetes.client.openapi.models.V1CSINode instance)
-
-
Method Details
-
getApiVersion
- Specified by:
getApiVersion
in interfaceV1CSINodeFluent<A extends V1CSINodeFluent<A>>
-
withApiVersion
- Specified by:
withApiVersion
in interfaceV1CSINodeFluent<A extends V1CSINodeFluent<A>>
-
hasApiVersion
- Specified by:
hasApiVersion
in interfaceV1CSINodeFluent<A extends V1CSINodeFluent<A>>
-
getKind
- Specified by:
getKind
in interfaceV1CSINodeFluent<A extends V1CSINodeFluent<A>>
-
withKind
- Specified by:
withKind
in interfaceV1CSINodeFluent<A extends V1CSINodeFluent<A>>
-
hasKind
- Specified by:
hasKind
in interfaceV1CSINodeFluent<A extends V1CSINodeFluent<A>>
-
getMetadata
Deprecated.This method has been deprecated, please use method buildMetadata instead.- Specified by:
getMetadata
in interfaceV1CSINodeFluent<A extends V1CSINodeFluent<A>>
- Returns:
- The buildable object.
-
buildMetadata
public io.kubernetes.client.openapi.models.V1ObjectMeta buildMetadata()- Specified by:
buildMetadata
in interfaceV1CSINodeFluent<A extends V1CSINodeFluent<A>>
-
withMetadata
- Specified by:
withMetadata
in interfaceV1CSINodeFluent<A extends V1CSINodeFluent<A>>
-
hasMetadata
- Specified by:
hasMetadata
in interfaceV1CSINodeFluent<A extends V1CSINodeFluent<A>>
-
withNewMetadata
- Specified by:
withNewMetadata
in interfaceV1CSINodeFluent<A extends V1CSINodeFluent<A>>
-
withNewMetadataLike
public V1CSINodeFluent.MetadataNested<A> withNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item) - Specified by:
withNewMetadataLike
in interfaceV1CSINodeFluent<A extends V1CSINodeFluent<A>>
-
editMetadata
- Specified by:
editMetadata
in interfaceV1CSINodeFluent<A extends V1CSINodeFluent<A>>
-
editOrNewMetadata
- Specified by:
editOrNewMetadata
in interfaceV1CSINodeFluent<A extends V1CSINodeFluent<A>>
-
editOrNewMetadataLike
public V1CSINodeFluent.MetadataNested<A> editOrNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item) - Specified by:
editOrNewMetadataLike
in interfaceV1CSINodeFluent<A extends V1CSINodeFluent<A>>
-
getSpec
Deprecated.This method has been deprecated, please use method buildSpec instead.- Specified by:
getSpec
in interfaceV1CSINodeFluent<A extends V1CSINodeFluent<A>>
- Returns:
- The buildable object.
-
buildSpec
public io.kubernetes.client.openapi.models.V1CSINodeSpec buildSpec()- Specified by:
buildSpec
in interfaceV1CSINodeFluent<A extends V1CSINodeFluent<A>>
-
withSpec
- Specified by:
withSpec
in interfaceV1CSINodeFluent<A extends V1CSINodeFluent<A>>
-
hasSpec
- Specified by:
hasSpec
in interfaceV1CSINodeFluent<A extends V1CSINodeFluent<A>>
-
withNewSpec
- Specified by:
withNewSpec
in interfaceV1CSINodeFluent<A extends V1CSINodeFluent<A>>
-
withNewSpecLike
public V1CSINodeFluent.SpecNested<A> withNewSpecLike(io.kubernetes.client.openapi.models.V1CSINodeSpec item) - Specified by:
withNewSpecLike
in interfaceV1CSINodeFluent<A extends V1CSINodeFluent<A>>
-
editSpec
- Specified by:
editSpec
in interfaceV1CSINodeFluent<A extends V1CSINodeFluent<A>>
-
editOrNewSpec
- Specified by:
editOrNewSpec
in interfaceV1CSINodeFluent<A extends V1CSINodeFluent<A>>
-
editOrNewSpecLike
public V1CSINodeFluent.SpecNested<A> editOrNewSpecLike(io.kubernetes.client.openapi.models.V1CSINodeSpec item) - Specified by:
editOrNewSpecLike
in interfaceV1CSINodeFluent<A extends V1CSINodeFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1CSINodeFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1CSINodeFluent<A>>
-
toString
-