Uses of Class
io.fabric8.openshift.api.model.operatorhub.v1.Operator
-
Packages that use Operator Package Description io.fabric8.openshift.api.model.operatorhub.v1 -
-
Uses of Operator in io.fabric8.openshift.api.model.operatorhub.v1
Methods in io.fabric8.openshift.api.model.operatorhub.v1 that return Operator Modifier and Type Method Description OperatorOperatorBuilder. build()OperatorOperatorListFluent. buildFirstItem()OperatorOperatorListFluent. buildItem(int index)OperatorOperatorListFluent. buildLastItem()OperatorOperatorListFluent. buildMatchingItem(Predicate<OperatorBuilder> predicate)Methods in io.fabric8.openshift.api.model.operatorhub.v1 that return types with arguments of type Operator Modifier and Type Method Description List<Operator>OperatorListFluent. buildItems()List<Operator>OperatorList. getItems()OperatorList contains a list of Operators.Methods in io.fabric8.openshift.api.model.operatorhub.v1 with parameters of type Operator Modifier and Type Method Description OperatorListFluent.ItemsNested<A>OperatorListFluent. addNewItemLike(Operator item)AOperatorListFluent. addToItems(int index, Operator item)AOperatorListFluent. addToItems(Operator... items)protected voidOperatorFluent. copyInstance(Operator instance)AOperatorListFluent. removeFromItems(Operator... items)OperatorListFluent.ItemsNested<A>OperatorListFluent. setNewItemLike(int index, Operator item)AOperatorListFluent. setToItems(int index, Operator item)AOperatorListFluent. withItems(Operator... items)Method parameters in io.fabric8.openshift.api.model.operatorhub.v1 with type arguments of type Operator Modifier and Type Method Description AOperatorListFluent. addAllToItems(Collection<Operator> items)AOperatorListFluent. removeAllFromItems(Collection<Operator> items)voidOperatorList. setItems(List<Operator> items)OperatorList contains a list of Operators.AOperatorListFluent. withItems(List<Operator> items)Constructors in io.fabric8.openshift.api.model.operatorhub.v1 with parameters of type Operator Constructor Description OperatorBuilder(Operator instance)OperatorBuilder(OperatorFluent<?> fluent, Operator instance)OperatorFluent(Operator instance)Constructor parameters in io.fabric8.openshift.api.model.operatorhub.v1 with type arguments of type Operator Constructor Description OperatorList(String apiVersion, List<Operator> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-