Uses of Class
io.fabric8.openshift.api.model.operator.v1.CSISnapshotController
-
Packages that use CSISnapshotController Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of CSISnapshotController in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return CSISnapshotController Modifier and Type Method Description CSISnapshotControllerCSISnapshotControllerBuilder. build()CSISnapshotControllerCSISnapshotControllerListFluent. buildFirstItem()CSISnapshotControllerCSISnapshotControllerListFluent. buildItem(int index)CSISnapshotControllerCSISnapshotControllerListFluent. buildLastItem()CSISnapshotControllerCSISnapshotControllerListFluent. buildMatchingItem(Predicate<CSISnapshotControllerBuilder> predicate)Methods in io.fabric8.openshift.api.model.operator.v1 that return types with arguments of type CSISnapshotController Modifier and Type Method Description List<CSISnapshotController>CSISnapshotControllerListFluent. buildItems()List<CSISnapshotController>CSISnapshotControllerList. getItems()CSISnapshotControllerList contains a list of CSISnapshotControllers.Methods in io.fabric8.openshift.api.model.operator.v1 with parameters of type CSISnapshotController Modifier and Type Method Description CSISnapshotControllerListFluent.ItemsNested<A>CSISnapshotControllerListFluent. addNewItemLike(CSISnapshotController item)ACSISnapshotControllerListFluent. addToItems(int index, CSISnapshotController item)ACSISnapshotControllerListFluent. addToItems(CSISnapshotController... items)protected voidCSISnapshotControllerFluent. copyInstance(CSISnapshotController instance)ACSISnapshotControllerListFluent. removeFromItems(CSISnapshotController... items)CSISnapshotControllerListFluent.ItemsNested<A>CSISnapshotControllerListFluent. setNewItemLike(int index, CSISnapshotController item)ACSISnapshotControllerListFluent. setToItems(int index, CSISnapshotController item)ACSISnapshotControllerListFluent. withItems(CSISnapshotController... items)Method parameters in io.fabric8.openshift.api.model.operator.v1 with type arguments of type CSISnapshotController Modifier and Type Method Description ACSISnapshotControllerListFluent. addAllToItems(Collection<CSISnapshotController> items)ACSISnapshotControllerListFluent. removeAllFromItems(Collection<CSISnapshotController> items)voidCSISnapshotControllerList. setItems(List<CSISnapshotController> items)CSISnapshotControllerList contains a list of CSISnapshotControllers.ACSISnapshotControllerListFluent. withItems(List<CSISnapshotController> items)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type CSISnapshotController Constructor Description CSISnapshotControllerBuilder(CSISnapshotController instance)CSISnapshotControllerBuilder(CSISnapshotControllerFluent<?> fluent, CSISnapshotController instance)CSISnapshotControllerFluent(CSISnapshotController instance)Constructor parameters in io.fabric8.openshift.api.model.operator.v1 with type arguments of type CSISnapshotController Constructor Description CSISnapshotControllerList(String apiVersion, List<CSISnapshotController> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-