Uses of Class
io.fabric8.openshift.api.model.operator.v1.Storage
-
Packages that use Storage Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of Storage in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return Storage Modifier and Type Method Description StorageStorageBuilder. build()StorageStorageListFluent. buildFirstItem()StorageStorageListFluent. buildItem(int index)StorageStorageListFluent. buildLastItem()StorageStorageListFluent. buildMatchingItem(Predicate<StorageBuilder> predicate)Methods in io.fabric8.openshift.api.model.operator.v1 that return types with arguments of type Storage Modifier and Type Method Description List<Storage>StorageListFluent. buildItems()List<Storage>StorageList. getItems()StorageList contains a list of Storages.Methods in io.fabric8.openshift.api.model.operator.v1 with parameters of type Storage Modifier and Type Method Description StorageListFluent.ItemsNested<A>StorageListFluent. addNewItemLike(Storage item)AStorageListFluent. addToItems(int index, Storage item)AStorageListFluent. addToItems(Storage... items)protected voidStorageFluent. copyInstance(Storage instance)AStorageListFluent. removeFromItems(Storage... items)StorageListFluent.ItemsNested<A>StorageListFluent. setNewItemLike(int index, Storage item)AStorageListFluent. setToItems(int index, Storage item)AStorageListFluent. withItems(Storage... items)Method parameters in io.fabric8.openshift.api.model.operator.v1 with type arguments of type Storage Modifier and Type Method Description AStorageListFluent. addAllToItems(Collection<Storage> items)AStorageListFluent. removeAllFromItems(Collection<Storage> items)voidStorageList. setItems(List<Storage> items)StorageList contains a list of Storages.AStorageListFluent. withItems(List<Storage> items)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type Storage Constructor Description StorageBuilder(Storage instance)StorageBuilder(StorageFluent<?> fluent, Storage instance)StorageFluent(Storage instance)Constructor parameters in io.fabric8.openshift.api.model.operator.v1 with type arguments of type Storage Constructor Description StorageList(String apiVersion, List<Storage> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-