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