Uses of Class
io.fabric8.kubernetes.api.model.storage.v1beta1.CSIStorageCapacity
-
Packages that use CSIStorageCapacity Package Description io.fabric8.kubernetes.api.model.storage.v1beta1 -
-
Uses of CSIStorageCapacity in io.fabric8.kubernetes.api.model.storage.v1beta1
Methods in io.fabric8.kubernetes.api.model.storage.v1beta1 that return CSIStorageCapacity Modifier and Type Method Description CSIStorageCapacityCSIStorageCapacityBuilder. build()CSIStorageCapacityCSIStorageCapacityListFluent. buildFirstItem()CSIStorageCapacityCSIStorageCapacityListFluent. buildItem(int index)CSIStorageCapacityCSIStorageCapacityListFluent. buildLastItem()CSIStorageCapacityCSIStorageCapacityListFluent. buildMatchingItem(Predicate<CSIStorageCapacityBuilder> predicate)Methods in io.fabric8.kubernetes.api.model.storage.v1beta1 that return types with arguments of type CSIStorageCapacity Modifier and Type Method Description List<CSIStorageCapacity>CSIStorageCapacityListFluent. buildItems()List<CSIStorageCapacity>CSIStorageCapacityList. getItems()Methods in io.fabric8.kubernetes.api.model.storage.v1beta1 with parameters of type CSIStorageCapacity Modifier and Type Method Description CSIStorageCapacityListFluent.ItemsNested<A>CSIStorageCapacityListFluent. addNewItemLike(CSIStorageCapacity item)ACSIStorageCapacityListFluent. addToItems(int index, CSIStorageCapacity item)ACSIStorageCapacityListFluent. addToItems(CSIStorageCapacity... items)protected voidCSIStorageCapacityFluent. copyInstance(CSIStorageCapacity instance)ACSIStorageCapacityListFluent. removeFromItems(CSIStorageCapacity... items)CSIStorageCapacityListFluent.ItemsNested<A>CSIStorageCapacityListFluent. setNewItemLike(int index, CSIStorageCapacity item)ACSIStorageCapacityListFluent. setToItems(int index, CSIStorageCapacity item)ACSIStorageCapacityListFluent. withItems(CSIStorageCapacity... items)Method parameters in io.fabric8.kubernetes.api.model.storage.v1beta1 with type arguments of type CSIStorageCapacity Modifier and Type Method Description ACSIStorageCapacityListFluent. addAllToItems(Collection<CSIStorageCapacity> items)ACSIStorageCapacityListFluent. removeAllFromItems(Collection<CSIStorageCapacity> items)voidCSIStorageCapacityList. setItems(List<CSIStorageCapacity> items)ACSIStorageCapacityListFluent. withItems(List<CSIStorageCapacity> items)Constructors in io.fabric8.kubernetes.api.model.storage.v1beta1 with parameters of type CSIStorageCapacity Constructor Description CSIStorageCapacityBuilder(CSIStorageCapacity instance)CSIStorageCapacityBuilder(CSIStorageCapacityFluent<?> fluent, CSIStorageCapacity instance)CSIStorageCapacityFluent(CSIStorageCapacity instance)Constructor parameters in io.fabric8.kubernetes.api.model.storage.v1beta1 with type arguments of type CSIStorageCapacity Constructor Description CSIStorageCapacityList(String apiVersion, List<CSIStorageCapacity> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-