Class V1CSINodeBuilder
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1CSINodeFluentImpl<V1CSINodeBuilder>
io.kubernetes.client.openapi.models.V1CSINodeBuilder
- All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1CSINode>
,Fluent<V1CSINodeBuilder>
,Visitable<V1CSINodeBuilder>
,VisitableBuilder<io.kubernetes.client.openapi.models.V1CSINode,
,V1CSINodeBuilder> V1CSINodeFluent<V1CSINodeBuilder>
public class V1CSINodeBuilder
extends V1CSINodeFluentImpl<V1CSINodeBuilder>
implements VisitableBuilder<io.kubernetes.client.openapi.models.V1CSINode,V1CSINodeBuilder>
-
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
ConstructorsConstructorDescriptionV1CSINodeBuilder
(io.kubernetes.client.openapi.models.V1CSINode instance) V1CSINodeBuilder
(V1CSINodeFluent<?> fluent) V1CSINodeBuilder
(V1CSINodeFluent<?> fluent, io.kubernetes.client.openapi.models.V1CSINode instance) V1CSINodeBuilder
(V1CSINodeFluent<?> fluent, io.kubernetes.client.openapi.models.V1CSINode instance, Boolean validationEnabled) V1CSINodeBuilder
(V1CSINodeFluent<?> fluent, Boolean validationEnabled) V1CSINodeBuilder
(io.kubernetes.client.openapi.models.V1CSINode instance, Boolean validationEnabled) V1CSINodeBuilder
(Boolean validationEnabled) -
Method Summary
Methods inherited from class io.kubernetes.client.openapi.models.V1CSINodeFluentImpl
buildMetadata, buildSpec, editMetadata, editOrNewMetadata, editOrNewMetadataLike, editOrNewSpec, editOrNewSpecLike, editSpec, equals, getApiVersion, getKind, getMetadata, getSpec, hasApiVersion, hashCode, hasKind, hasMetadata, hasSpec, toString, withApiVersion, withKind, withMetadata, withNewMetadata, withNewMetadataLike, withNewSpec, withNewSpecLike, withSpec
Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1CSINodeBuilder
public V1CSINodeBuilder() -
V1CSINodeBuilder
-
V1CSINodeBuilder
-
V1CSINodeBuilder
-
V1CSINodeBuilder
public V1CSINodeBuilder(V1CSINodeFluent<?> fluent, io.kubernetes.client.openapi.models.V1CSINode instance) -
V1CSINodeBuilder
public V1CSINodeBuilder(V1CSINodeFluent<?> fluent, io.kubernetes.client.openapi.models.V1CSINode instance, Boolean validationEnabled) -
V1CSINodeBuilder
public V1CSINodeBuilder(io.kubernetes.client.openapi.models.V1CSINode instance) -
V1CSINodeBuilder
public V1CSINodeBuilder(io.kubernetes.client.openapi.models.V1CSINode instance, Boolean validationEnabled)
-
-
Method Details