Uses of Class
io.fabric8.openshift.api.model.operator.v1alpha1.ClusterVersionOperator
-
Packages that use ClusterVersionOperator Package Description io.fabric8.openshift.api.model.operator.v1alpha1 -
-
Uses of ClusterVersionOperator in io.fabric8.openshift.api.model.operator.v1alpha1
Methods in io.fabric8.openshift.api.model.operator.v1alpha1 that return ClusterVersionOperator Modifier and Type Method Description ClusterVersionOperatorClusterVersionOperatorBuilder. build()ClusterVersionOperatorClusterVersionOperatorListFluent. buildFirstItem()ClusterVersionOperatorClusterVersionOperatorListFluent. buildItem(int index)ClusterVersionOperatorClusterVersionOperatorListFluent. buildLastItem()ClusterVersionOperatorClusterVersionOperatorListFluent. buildMatchingItem(Predicate<ClusterVersionOperatorBuilder> predicate)Methods in io.fabric8.openshift.api.model.operator.v1alpha1 that return types with arguments of type ClusterVersionOperator Modifier and Type Method Description List<ClusterVersionOperator>ClusterVersionOperatorListFluent. buildItems()List<ClusterVersionOperator>ClusterVersionOperatorList. getItems()items is a list of ClusterVersionOperators.Methods in io.fabric8.openshift.api.model.operator.v1alpha1 with parameters of type ClusterVersionOperator Modifier and Type Method Description ClusterVersionOperatorListFluent.ItemsNested<A>ClusterVersionOperatorListFluent. addNewItemLike(ClusterVersionOperator item)AClusterVersionOperatorListFluent. addToItems(int index, ClusterVersionOperator item)AClusterVersionOperatorListFluent. addToItems(ClusterVersionOperator... items)protected voidClusterVersionOperatorFluent. copyInstance(ClusterVersionOperator instance)AClusterVersionOperatorListFluent. removeFromItems(ClusterVersionOperator... items)ClusterVersionOperatorListFluent.ItemsNested<A>ClusterVersionOperatorListFluent. setNewItemLike(int index, ClusterVersionOperator item)AClusterVersionOperatorListFluent. setToItems(int index, ClusterVersionOperator item)AClusterVersionOperatorListFluent. withItems(ClusterVersionOperator... items)Method parameters in io.fabric8.openshift.api.model.operator.v1alpha1 with type arguments of type ClusterVersionOperator Modifier and Type Method Description AClusterVersionOperatorListFluent. addAllToItems(Collection<ClusterVersionOperator> items)AClusterVersionOperatorListFluent. removeAllFromItems(Collection<ClusterVersionOperator> items)voidClusterVersionOperatorList. setItems(List<ClusterVersionOperator> items)items is a list of ClusterVersionOperators.AClusterVersionOperatorListFluent. withItems(List<ClusterVersionOperator> items)Constructors in io.fabric8.openshift.api.model.operator.v1alpha1 with parameters of type ClusterVersionOperator Constructor Description ClusterVersionOperatorBuilder(ClusterVersionOperator instance)ClusterVersionOperatorBuilder(ClusterVersionOperatorFluent<?> fluent, ClusterVersionOperator instance)ClusterVersionOperatorFluent(ClusterVersionOperator instance)Constructor parameters in io.fabric8.openshift.api.model.operator.v1alpha1 with type arguments of type ClusterVersionOperator Constructor Description ClusterVersionOperatorList(String apiVersion, List<ClusterVersionOperator> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-