Uses of Class
io.fabric8.openshift.api.model.operator.v1.OpenShiftControllerManagerSpec
-
Packages that use OpenShiftControllerManagerSpec Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of OpenShiftControllerManagerSpec in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return OpenShiftControllerManagerSpec Modifier and Type Method Description OpenShiftControllerManagerSpecOpenShiftControllerManagerSpecBuilder. build()OpenShiftControllerManagerSpecOpenShiftControllerManagerFluent. buildSpec()OpenShiftControllerManagerSpecOpenShiftControllerManagerFluentImpl. buildSpec()OpenShiftControllerManagerSpecOpenShiftControllerManager. getSpec()OpenShiftControllerManagerSpecOpenShiftControllerManagerFluent. getSpec()Deprecated.OpenShiftControllerManagerSpecOpenShiftControllerManagerFluentImpl. getSpec()Deprecated.Methods in io.fabric8.openshift.api.model.operator.v1 with parameters of type OpenShiftControllerManagerSpec Modifier and Type Method Description OpenShiftControllerManagerFluent.SpecNested<A>OpenShiftControllerManagerFluent. editOrNewSpecLike(OpenShiftControllerManagerSpec item)OpenShiftControllerManagerFluent.SpecNested<A>OpenShiftControllerManagerFluentImpl. editOrNewSpecLike(OpenShiftControllerManagerSpec item)voidOpenShiftControllerManager. setSpec(OpenShiftControllerManagerSpec spec)OpenShiftControllerManagerFluent.SpecNested<A>OpenShiftControllerManagerFluent. withNewSpecLike(OpenShiftControllerManagerSpec item)OpenShiftControllerManagerFluent.SpecNested<A>OpenShiftControllerManagerFluentImpl. withNewSpecLike(OpenShiftControllerManagerSpec item)AOpenShiftControllerManagerFluent. withSpec(OpenShiftControllerManagerSpec spec)AOpenShiftControllerManagerFluentImpl. withSpec(OpenShiftControllerManagerSpec spec)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type OpenShiftControllerManagerSpec Constructor Description OpenShiftControllerManager(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, OpenShiftControllerManagerSpec spec, OpenShiftControllerManagerStatus status)OpenShiftControllerManagerSpecBuilder(OpenShiftControllerManagerSpec instance)OpenShiftControllerManagerSpecBuilder(OpenShiftControllerManagerSpecFluent<?> fluent, OpenShiftControllerManagerSpec instance)OpenShiftControllerManagerSpecBuilder(OpenShiftControllerManagerSpecFluent<?> fluent, OpenShiftControllerManagerSpec instance, Boolean validationEnabled)OpenShiftControllerManagerSpecBuilder(OpenShiftControllerManagerSpec instance, Boolean validationEnabled)OpenShiftControllerManagerSpecFluentImpl(OpenShiftControllerManagerSpec instance)
-