Uses of Class
io.fabric8.openshift.api.model.storageversionmigrator.v1alpha1.StorageState
-
-
Uses of StorageState in io.fabric8.openshift.api.model.storageversionmigrator.v1alpha1
Methods in io.fabric8.openshift.api.model.storageversionmigrator.v1alpha1 that return StorageState Modifier and Type Method Description StorageStateStorageStateBuilder. build()StorageStateStorageStateListFluent. buildFirstItem()StorageStateStorageStateListFluent. buildItem(int index)StorageStateStorageStateListFluent. buildLastItem()StorageStateStorageStateListFluent. buildMatchingItem(Predicate<StorageStateBuilder> predicate)Methods in io.fabric8.openshift.api.model.storageversionmigrator.v1alpha1 that return types with arguments of type StorageState Modifier and Type Method Description List<StorageState>StorageStateListFluent. buildItems()List<StorageState>StorageStateList. getItems()Methods in io.fabric8.openshift.api.model.storageversionmigrator.v1alpha1 with parameters of type StorageState Modifier and Type Method Description StorageStateListFluent.ItemsNested<A>StorageStateListFluent. addNewItemLike(StorageState item)AStorageStateListFluent. addToItems(int index, StorageState item)AStorageStateListFluent. addToItems(StorageState... items)protected voidStorageStateFluent. copyInstance(StorageState instance)AStorageStateListFluent. removeFromItems(StorageState... items)StorageStateListFluent.ItemsNested<A>StorageStateListFluent. setNewItemLike(int index, StorageState item)AStorageStateListFluent. setToItems(int index, StorageState item)AStorageStateListFluent. withItems(StorageState... items)Method parameters in io.fabric8.openshift.api.model.storageversionmigrator.v1alpha1 with type arguments of type StorageState Modifier and Type Method Description AStorageStateListFluent. addAllToItems(Collection<StorageState> items)AStorageStateListFluent. removeAllFromItems(Collection<StorageState> items)voidStorageStateList. setItems(List<StorageState> items)AStorageStateListFluent. withItems(List<StorageState> items)Constructors in io.fabric8.openshift.api.model.storageversionmigrator.v1alpha1 with parameters of type StorageState Constructor Description StorageStateBuilder(StorageState instance)StorageStateBuilder(StorageStateFluent<?> fluent, StorageState instance)StorageStateFluent(StorageState instance)Constructor parameters in io.fabric8.openshift.api.model.storageversionmigrator.v1alpha1 with type arguments of type StorageState Constructor Description StorageStateList(String apiVersion, List<StorageState> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-