Uses of Class
io.fabric8.openshift.api.model.operatorhub.v1.Components
-
Packages that use Components Package Description io.fabric8.openshift.api.model.operatorhub.v1 -
-
Uses of Components in io.fabric8.openshift.api.model.operatorhub.v1
Methods in io.fabric8.openshift.api.model.operatorhub.v1 that return Components Modifier and Type Method Description ComponentsComponentsBuilder. build()ComponentsOperatorStatusFluent. buildComponents()ComponentsOperatorStatus. getComponents()OperatorStatus defines the observed state of an Operator and its componentsMethods in io.fabric8.openshift.api.model.operatorhub.v1 with parameters of type Components Modifier and Type Method Description protected voidComponentsFluent. copyInstance(Components instance)OperatorStatusFluent.ComponentsNested<A>OperatorStatusFluent. editOrNewComponentsLike(Components item)voidOperatorStatus. setComponents(Components components)OperatorStatus defines the observed state of an Operator and its componentsAOperatorStatusFluent. withComponents(Components components)OperatorStatusFluent.ComponentsNested<A>OperatorStatusFluent. withNewComponentsLike(Components item)Constructors in io.fabric8.openshift.api.model.operatorhub.v1 with parameters of type Components Constructor Description ComponentsBuilder(Components instance)ComponentsBuilder(ComponentsFluent<?> fluent, Components instance)ComponentsFluent(Components instance)OperatorStatus(Components components)
-