Uses of Class
io.fabric8.openshift.api.model.operator.v1.ClusterCSIDriver
-
Packages that use ClusterCSIDriver Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of ClusterCSIDriver in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return ClusterCSIDriver Modifier and Type Method Description ClusterCSIDriverClusterCSIDriverBuilder. build()ClusterCSIDriverClusterCSIDriverListFluent. buildFirstItem()ClusterCSIDriverClusterCSIDriverListFluent. buildItem(int index)ClusterCSIDriverClusterCSIDriverListFluent. buildLastItem()ClusterCSIDriverClusterCSIDriverListFluent. buildMatchingItem(Predicate<ClusterCSIDriverBuilder> predicate)Methods in io.fabric8.openshift.api.model.operator.v1 that return types with arguments of type ClusterCSIDriver Modifier and Type Method Description List<ClusterCSIDriver>ClusterCSIDriverListFluent. buildItems()List<ClusterCSIDriver>ClusterCSIDriverList. getItems()ClusterCSIDriverList contains a list of ClusterCSIDriverMethods in io.fabric8.openshift.api.model.operator.v1 with parameters of type ClusterCSIDriver Modifier and Type Method Description ClusterCSIDriverListFluent.ItemsNested<A>ClusterCSIDriverListFluent. addNewItemLike(ClusterCSIDriver item)AClusterCSIDriverListFluent. addToItems(int index, ClusterCSIDriver item)AClusterCSIDriverListFluent. addToItems(ClusterCSIDriver... items)protected voidClusterCSIDriverFluent. copyInstance(ClusterCSIDriver instance)AClusterCSIDriverListFluent. removeFromItems(ClusterCSIDriver... items)ClusterCSIDriverListFluent.ItemsNested<A>ClusterCSIDriverListFluent. setNewItemLike(int index, ClusterCSIDriver item)AClusterCSIDriverListFluent. setToItems(int index, ClusterCSIDriver item)AClusterCSIDriverListFluent. withItems(ClusterCSIDriver... items)Method parameters in io.fabric8.openshift.api.model.operator.v1 with type arguments of type ClusterCSIDriver Modifier and Type Method Description AClusterCSIDriverListFluent. addAllToItems(Collection<ClusterCSIDriver> items)AClusterCSIDriverListFluent. removeAllFromItems(Collection<ClusterCSIDriver> items)voidClusterCSIDriverList. setItems(List<ClusterCSIDriver> items)ClusterCSIDriverList contains a list of ClusterCSIDriverAClusterCSIDriverListFluent. withItems(List<ClusterCSIDriver> items)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type ClusterCSIDriver Constructor Description ClusterCSIDriverBuilder(ClusterCSIDriver instance)ClusterCSIDriverBuilder(ClusterCSIDriverFluent<?> fluent, ClusterCSIDriver instance)ClusterCSIDriverFluent(ClusterCSIDriver instance)Constructor parameters in io.fabric8.openshift.api.model.operator.v1 with type arguments of type ClusterCSIDriver Constructor Description ClusterCSIDriverList(String apiVersion, List<ClusterCSIDriver> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-