Class CSISnapshotControllerListBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.CSISnapshotControllerListFluent<CSISnapshotControllerListBuilder>
-
- io.fabric8.openshift.api.model.operator.v1.CSISnapshotControllerListBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<CSISnapshotControllerList>,io.fabric8.kubernetes.api.builder.Visitable<CSISnapshotControllerListBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<CSISnapshotControllerList,CSISnapshotControllerListBuilder>
public class CSISnapshotControllerListBuilder extends CSISnapshotControllerListFluent<CSISnapshotControllerListBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<CSISnapshotControllerList,CSISnapshotControllerListBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.operator.v1.CSISnapshotControllerListFluent
CSISnapshotControllerListFluent.ItemsNested<N>
-
-
Constructor Summary
Constructors Constructor Description CSISnapshotControllerListBuilder()CSISnapshotControllerListBuilder(CSISnapshotControllerList instance)CSISnapshotControllerListBuilder(CSISnapshotControllerListFluent<?> fluent)CSISnapshotControllerListBuilder(CSISnapshotControllerListFluent<?> fluent, CSISnapshotControllerList instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CSISnapshotControllerListbuild()-
Methods inherited from class io.fabric8.openshift.api.model.operator.v1.CSISnapshotControllerListFluent
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
-
CSISnapshotControllerListBuilder
public CSISnapshotControllerListBuilder()
-
CSISnapshotControllerListBuilder
public CSISnapshotControllerListBuilder(CSISnapshotControllerListFluent<?> fluent)
-
CSISnapshotControllerListBuilder
public CSISnapshotControllerListBuilder(CSISnapshotControllerList instance)
-
CSISnapshotControllerListBuilder
public CSISnapshotControllerListBuilder(CSISnapshotControllerListFluent<?> fluent, CSISnapshotControllerList instance)
-
-
Method Detail
-
build
public CSISnapshotControllerList build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<CSISnapshotControllerList>
-
-