Class CSISnapshotControllerListBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.CSISnapshotControllerListFluentImpl<CSISnapshotControllerListBuilder>
-
- io.fabric8.openshift.api.model.operator.v1.CSISnapshotControllerListBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<CSISnapshotControllerList>,io.fabric8.kubernetes.api.builder.Fluent<CSISnapshotControllerListBuilder>,io.fabric8.kubernetes.api.builder.Visitable<CSISnapshotControllerListBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<CSISnapshotControllerList,CSISnapshotControllerListBuilder>,CSISnapshotControllerListFluent<CSISnapshotControllerListBuilder>
public class CSISnapshotControllerListBuilder extends CSISnapshotControllerListFluentImpl<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.CSISnapshotControllerListFluentImpl
CSISnapshotControllerListFluentImpl.ItemsNestedImpl<N>
-
Nested classes/interfaces inherited from interface 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)CSISnapshotControllerListBuilder(CSISnapshotControllerListFluent<?> fluent, CSISnapshotControllerList instance, Boolean validationEnabled)CSISnapshotControllerListBuilder(CSISnapshotControllerListFluent<?> fluent, Boolean validationEnabled)CSISnapshotControllerListBuilder(CSISnapshotControllerList instance, Boolean validationEnabled)CSISnapshotControllerListBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CSISnapshotControllerListbuild()booleanequals(Object o)inthashCode()-
Methods inherited from class io.fabric8.openshift.api.model.operator.v1.CSISnapshotControllerListFluentImpl
addAllToItems, addNewItem, addNewItemLike, addToItems, addToItems, buildFirstItem, buildItem, buildItems, buildLastItem, buildMatchingItem, editFirstItem, editItem, editLastItem, editMatchingItem, getApiVersion, getItems, getKind, getMetadata, hasApiVersion, hasItems, hasKind, hasMatchingItem, hasMetadata, removeAllFromItems, removeFromItems, removeMatchingFromItems, setNewItemLike, setToItems, withApiVersion, withItems, withItems, withKind, withMetadata, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewKind, withNewKind, withNewKind, withNewMetadata
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
CSISnapshotControllerListBuilder
public CSISnapshotControllerListBuilder()
-
CSISnapshotControllerListBuilder
public CSISnapshotControllerListBuilder(Boolean validationEnabled)
-
CSISnapshotControllerListBuilder
public CSISnapshotControllerListBuilder(CSISnapshotControllerListFluent<?> fluent)
-
CSISnapshotControllerListBuilder
public CSISnapshotControllerListBuilder(CSISnapshotControllerListFluent<?> fluent, Boolean validationEnabled)
-
CSISnapshotControllerListBuilder
public CSISnapshotControllerListBuilder(CSISnapshotControllerListFluent<?> fluent, CSISnapshotControllerList instance)
-
CSISnapshotControllerListBuilder
public CSISnapshotControllerListBuilder(CSISnapshotControllerListFluent<?> fluent, CSISnapshotControllerList instance, Boolean validationEnabled)
-
CSISnapshotControllerListBuilder
public CSISnapshotControllerListBuilder(CSISnapshotControllerList instance)
-
CSISnapshotControllerListBuilder
public CSISnapshotControllerListBuilder(CSISnapshotControllerList instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public CSISnapshotControllerList build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<CSISnapshotControllerList>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classCSISnapshotControllerListFluentImpl<CSISnapshotControllerListBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classCSISnapshotControllerListFluentImpl<CSISnapshotControllerListBuilder>
-
-