Uses of Class
io.fabric8.openshift.api.model.operator.v1alpha1.OLM
-
Packages that use OLM Package Description io.fabric8.openshift.api.model.operator.v1alpha1 -
-
Uses of OLM in io.fabric8.openshift.api.model.operator.v1alpha1
Methods in io.fabric8.openshift.api.model.operator.v1alpha1 that return OLM Modifier and Type Method Description OLMOLMBuilder. build()OLMOLMListFluent. buildFirstItem()OLMOLMListFluent. buildItem(int index)OLMOLMListFluent. buildLastItem()OLMOLMListFluent. buildMatchingItem(Predicate<OLMBuilder> predicate)Methods in io.fabric8.openshift.api.model.operator.v1alpha1 that return types with arguments of type OLM Modifier and Type Method Description List<OLM>OLMListFluent. buildItems()List<OLM>OLMList. getItems()items contains the itemsMethods in io.fabric8.openshift.api.model.operator.v1alpha1 with parameters of type OLM Modifier and Type Method Description OLMListFluent.ItemsNested<A>OLMListFluent. addNewItemLike(OLM item)AOLMListFluent. addToItems(int index, OLM item)AOLMListFluent. addToItems(OLM... items)protected voidOLMFluent. copyInstance(OLM instance)AOLMListFluent. removeFromItems(OLM... items)OLMListFluent.ItemsNested<A>OLMListFluent. setNewItemLike(int index, OLM item)AOLMListFluent. setToItems(int index, OLM item)AOLMListFluent. withItems(OLM... items)Method parameters in io.fabric8.openshift.api.model.operator.v1alpha1 with type arguments of type OLM Modifier and Type Method Description AOLMListFluent. addAllToItems(Collection<OLM> items)AOLMListFluent. removeAllFromItems(Collection<OLM> items)voidOLMList. setItems(List<OLM> items)items contains the itemsAOLMListFluent. withItems(List<OLM> items)Constructors in io.fabric8.openshift.api.model.operator.v1alpha1 with parameters of type OLM Constructor Description OLMBuilder(OLM instance)OLMBuilder(OLMFluent<?> fluent, OLM instance)OLMFluent(OLM instance)Constructor parameters in io.fabric8.openshift.api.model.operator.v1alpha1 with type arguments of type OLM Constructor Description OLMList(String apiVersion, List<OLM> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-