Class V1CSINodeListBuilder
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1CSINodeListFluentImpl<V1CSINodeListBuilder>
io.kubernetes.client.openapi.models.V1CSINodeListBuilder
- All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1CSINodeList>
,Fluent<V1CSINodeListBuilder>
,Visitable<V1CSINodeListBuilder>
,VisitableBuilder<io.kubernetes.client.openapi.models.V1CSINodeList,
,V1CSINodeListBuilder> V1CSINodeListFluent<V1CSINodeListBuilder>
public class V1CSINodeListBuilder
extends V1CSINodeListFluentImpl<V1CSINodeListBuilder>
implements VisitableBuilder<io.kubernetes.client.openapi.models.V1CSINodeList,V1CSINodeListBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1CSINodeListFluent
V1CSINodeListFluent.ItemsNested<N>, V1CSINodeListFluent.MetadataNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1CSINodeListBuilder
(io.kubernetes.client.openapi.models.V1CSINodeList instance) V1CSINodeListBuilder
(V1CSINodeListFluent<?> fluent) V1CSINodeListBuilder
(V1CSINodeListFluent<?> fluent, io.kubernetes.client.openapi.models.V1CSINodeList instance) V1CSINodeListBuilder
(V1CSINodeListFluent<?> fluent, io.kubernetes.client.openapi.models.V1CSINodeList instance, Boolean validationEnabled) V1CSINodeListBuilder
(V1CSINodeListFluent<?> fluent, Boolean validationEnabled) V1CSINodeListBuilder
(io.kubernetes.client.openapi.models.V1CSINodeList instance, Boolean validationEnabled) V1CSINodeListBuilder
(Boolean validationEnabled) -
Method Summary
Methods inherited from class io.kubernetes.client.openapi.models.V1CSINodeListFluentImpl
addAllToItems, addNewItem, addNewItemLike, addToItems, addToItems, buildFirstItem, buildItem, buildItems, buildLastItem, buildMatchingItem, buildMetadata, editFirstItem, editItem, editLastItem, editMatchingItem, editMetadata, editOrNewMetadata, editOrNewMetadataLike, equals, getApiVersion, getItems, getKind, getMetadata, hasApiVersion, hashCode, hasItems, hasKind, hasMatchingItem, hasMetadata, removeAllFromItems, removeFromItems, removeMatchingFromItems, setNewItemLike, setToItems, toString, withApiVersion, withItems, withItems, withKind, withMetadata, withNewMetadata, withNewMetadataLike
Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1CSINodeListBuilder
public V1CSINodeListBuilder() -
V1CSINodeListBuilder
-
V1CSINodeListBuilder
-
V1CSINodeListBuilder
-
V1CSINodeListBuilder
public V1CSINodeListBuilder(V1CSINodeListFluent<?> fluent, io.kubernetes.client.openapi.models.V1CSINodeList instance) -
V1CSINodeListBuilder
public V1CSINodeListBuilder(V1CSINodeListFluent<?> fluent, io.kubernetes.client.openapi.models.V1CSINodeList instance, Boolean validationEnabled) -
V1CSINodeListBuilder
public V1CSINodeListBuilder(io.kubernetes.client.openapi.models.V1CSINodeList instance) -
V1CSINodeListBuilder
public V1CSINodeListBuilder(io.kubernetes.client.openapi.models.V1CSINodeList instance, Boolean validationEnabled)
-
-
Method Details