Class CSINodeListBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.storage.v1beta1.CSINodeListFluent<CSINodeListBuilder>
-
- io.fabric8.kubernetes.api.model.storage.v1beta1.CSINodeListBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<CSINodeList>,io.fabric8.kubernetes.api.builder.Visitable<CSINodeListBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<CSINodeList,CSINodeListBuilder>
public class CSINodeListBuilder extends CSINodeListFluent<CSINodeListBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<CSINodeList,CSINodeListBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.storage.v1beta1.CSINodeListFluent
CSINodeListFluent.ItemsNested<N>
-
-
Constructor Summary
Constructors Constructor Description CSINodeListBuilder()CSINodeListBuilder(CSINodeList instance)CSINodeListBuilder(CSINodeListFluent<?> fluent)CSINodeListBuilder(CSINodeListFluent<?> fluent, CSINodeList instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CSINodeListbuild()-
Methods inherited from class io.fabric8.kubernetes.api.model.storage.v1beta1.CSINodeListFluent
addAllToItems, addNewItem, addNewItemLike, addToAdditionalProperties, addToAdditionalProperties, addToItems, addToItems, buildFirstItem, buildItem, buildItems, buildLastItem, buildMatchingItem, copyInstance, editFirstItem, editItem, editLastItem, editMatchingItem, equals, getAdditionalProperties, getApiVersion, getKind, getMetadata, hasAdditionalProperties, hasApiVersion, hashCode, hasItems, hasKind, hasMatchingItem, hasMetadata, removeAllFromItems, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromItems, removeMatchingFromItems, setNewItemLike, setToItems, toString, withAdditionalProperties, withApiVersion, withItems, withItems, withKind, withMetadata, withNewMetadata
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
CSINodeListBuilder
public CSINodeListBuilder()
-
CSINodeListBuilder
public CSINodeListBuilder(CSINodeListFluent<?> fluent)
-
CSINodeListBuilder
public CSINodeListBuilder(CSINodeListFluent<?> fluent, CSINodeList instance)
-
CSINodeListBuilder
public CSINodeListBuilder(CSINodeList instance)
-
-
Method Detail
-
build
public CSINodeList build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<CSINodeList>
-
-