Uses of Class
io.fabric8.openshift.api.model.operator.v1.OLMSpec
-
Packages that use OLMSpec Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of OLMSpec in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return OLMSpec Modifier and Type Method Description OLMSpecOLMSpecBuilder. build()OLMSpecOLMFluent. buildSpec()OLMSpecOLM. getSpec()OLM provides information to configure an operator to manage the OLM controllersMethods in io.fabric8.openshift.api.model.operator.v1 with parameters of type OLMSpec Modifier and Type Method Description protected voidOLMSpecFluent. copyInstance(OLMSpec instance)OLMFluent.SpecNested<A>OLMFluent. editOrNewSpecLike(OLMSpec item)voidOLM. setSpec(OLMSpec spec)OLM provides information to configure an operator to manage the OLM controllersOLMFluent.SpecNested<A>OLMFluent. withNewSpecLike(OLMSpec item)AOLMFluent. withSpec(OLMSpec spec)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type OLMSpec Constructor Description OLM(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, OLMSpec spec, OLMStatus status)OLMSpecBuilder(OLMSpec instance)OLMSpecBuilder(OLMSpecFluent<?> fluent, OLMSpec instance)OLMSpecFluent(OLMSpec instance)
-