Uses of Class
io.fabric8.openshift.api.model.operatorhub.v1.RichReference
-
Packages that use RichReference Package Description io.fabric8.openshift.api.model.operatorhub.v1 -
-
Uses of RichReference in io.fabric8.openshift.api.model.operatorhub.v1
Methods in io.fabric8.openshift.api.model.operatorhub.v1 that return RichReference Modifier and Type Method Description RichReferenceRichReferenceBuilder. build()RichReferenceComponentsFluent. buildFirstRef()RichReferenceComponentsFluent. buildLastRef()RichReferenceComponentsFluent. buildMatchingRef(Predicate<RichReferenceBuilder> predicate)RichReferenceComponentsFluent. buildRef(int index)Methods in io.fabric8.openshift.api.model.operatorhub.v1 that return types with arguments of type RichReference Modifier and Type Method Description List<RichReference>ComponentsFluent. buildRefs()List<RichReference>Components. getRefs()Refs are a set of references to the operator's component resources, selected with LabelSelector.Methods in io.fabric8.openshift.api.model.operatorhub.v1 with parameters of type RichReference Modifier and Type Method Description ComponentsFluent.RefsNested<A>ComponentsFluent. addNewRefLike(RichReference item)AComponentsFluent. addToRefs(int index, RichReference item)AComponentsFluent. addToRefs(RichReference... items)protected voidRichReferenceFluent. copyInstance(RichReference instance)AComponentsFluent. removeFromRefs(RichReference... items)ComponentsFluent.RefsNested<A>ComponentsFluent. setNewRefLike(int index, RichReference item)AComponentsFluent. setToRefs(int index, RichReference item)AComponentsFluent. withRefs(RichReference... refs)Method parameters in io.fabric8.openshift.api.model.operatorhub.v1 with type arguments of type RichReference Modifier and Type Method Description AComponentsFluent. addAllToRefs(Collection<RichReference> items)AComponentsFluent. removeAllFromRefs(Collection<RichReference> items)voidComponents. setRefs(List<RichReference> refs)Refs are a set of references to the operator's component resources, selected with LabelSelector.AComponentsFluent. withRefs(List<RichReference> refs)Constructors in io.fabric8.openshift.api.model.operatorhub.v1 with parameters of type RichReference Constructor Description RichReferenceBuilder(RichReference instance)RichReferenceBuilder(RichReferenceFluent<?> fluent, RichReference instance)RichReferenceFluent(RichReference instance)Constructor parameters in io.fabric8.openshift.api.model.operatorhub.v1 with type arguments of type RichReference Constructor Description Components(io.fabric8.kubernetes.api.model.LabelSelector labelSelector, List<RichReference> refs)
-