Uses of Class
io.fabric8.openshift.api.model.config.v1.ClusterOperatorSpec
-
Packages that use ClusterOperatorSpec Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of ClusterOperatorSpec in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return ClusterOperatorSpec Modifier and Type Method Description ClusterOperatorSpecClusterOperatorSpecBuilder. build()ClusterOperatorSpecClusterOperatorFluent. buildSpec()ClusterOperatorSpecClusterOperator. getSpec()ClusterOperator is the Custom Resource object which holds the current state of an operator.Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type ClusterOperatorSpec Modifier and Type Method Description protected voidClusterOperatorSpecFluent. copyInstance(ClusterOperatorSpec instance)ClusterOperatorFluent.SpecNested<A>ClusterOperatorFluent. editOrNewSpecLike(ClusterOperatorSpec item)voidClusterOperator. setSpec(ClusterOperatorSpec spec)ClusterOperator is the Custom Resource object which holds the current state of an operator.ClusterOperatorFluent.SpecNested<A>ClusterOperatorFluent. withNewSpecLike(ClusterOperatorSpec item)AClusterOperatorFluent. withSpec(ClusterOperatorSpec spec)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type ClusterOperatorSpec Constructor Description ClusterOperator(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, ClusterOperatorSpec spec, ClusterOperatorStatus status)ClusterOperatorSpecBuilder(ClusterOperatorSpec instance)ClusterOperatorSpecBuilder(ClusterOperatorSpecFluent<?> fluent, ClusterOperatorSpec instance)ClusterOperatorSpecFluent(ClusterOperatorSpec instance)
-