Uses of Class
io.fabric8.openshift.api.model.config.v1.ClusterOperator
-
Packages that use ClusterOperator Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of ClusterOperator in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return ClusterOperator Modifier and Type Method Description ClusterOperatorClusterOperatorBuilder. build()ClusterOperatorClusterOperatorListFluent. buildFirstItem()ClusterOperatorClusterOperatorListFluent. buildItem(int index)ClusterOperatorClusterOperatorListFluent. buildLastItem()ClusterOperatorClusterOperatorListFluent. buildMatchingItem(Predicate<ClusterOperatorBuilder> predicate)Methods in io.fabric8.openshift.api.model.config.v1 that return types with arguments of type ClusterOperator Modifier and Type Method Description List<ClusterOperator>ClusterOperatorListFluent. buildItems()List<ClusterOperator>ClusterOperatorList. getItems()ClusterOperatorList is a list of OperatorStatus resources.Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type ClusterOperator Modifier and Type Method Description ClusterOperatorListFluent.ItemsNested<A>ClusterOperatorListFluent. addNewItemLike(ClusterOperator item)AClusterOperatorListFluent. addToItems(int index, ClusterOperator item)AClusterOperatorListFluent. addToItems(ClusterOperator... items)protected voidClusterOperatorFluent. copyInstance(ClusterOperator instance)AClusterOperatorListFluent. removeFromItems(ClusterOperator... items)ClusterOperatorListFluent.ItemsNested<A>ClusterOperatorListFluent. setNewItemLike(int index, ClusterOperator item)AClusterOperatorListFluent. setToItems(int index, ClusterOperator item)AClusterOperatorListFluent. withItems(ClusterOperator... items)Method parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type ClusterOperator Modifier and Type Method Description AClusterOperatorListFluent. addAllToItems(Collection<ClusterOperator> items)AClusterOperatorListFluent. removeAllFromItems(Collection<ClusterOperator> items)voidClusterOperatorList. setItems(List<ClusterOperator> items)ClusterOperatorList is a list of OperatorStatus resources.AClusterOperatorListFluent. withItems(List<ClusterOperator> items)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type ClusterOperator Constructor Description ClusterOperatorBuilder(ClusterOperator instance)ClusterOperatorBuilder(ClusterOperatorFluent<?> fluent, ClusterOperator instance)ClusterOperatorFluent(ClusterOperator instance)Constructor parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type ClusterOperator Constructor Description ClusterOperatorList(String apiVersion, List<ClusterOperator> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-