Uses of Class
io.fabric8.openshift.api.model.operator.v1.InsightsOperatorSpec
-
Packages that use InsightsOperatorSpec Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of InsightsOperatorSpec in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return InsightsOperatorSpec Modifier and Type Method Description InsightsOperatorSpecInsightsOperatorSpecBuilder. build()InsightsOperatorSpecInsightsOperatorFluent. buildSpec()InsightsOperatorSpecInsightsOperator. getSpec()InsightsOperator holds cluster-wide information about the Insights Operator.Methods in io.fabric8.openshift.api.model.operator.v1 with parameters of type InsightsOperatorSpec Modifier and Type Method Description protected voidInsightsOperatorSpecFluent. copyInstance(InsightsOperatorSpec instance)InsightsOperatorFluent.SpecNested<A>InsightsOperatorFluent. editOrNewSpecLike(InsightsOperatorSpec item)voidInsightsOperator. setSpec(InsightsOperatorSpec spec)InsightsOperator holds cluster-wide information about the Insights Operator.InsightsOperatorFluent.SpecNested<A>InsightsOperatorFluent. withNewSpecLike(InsightsOperatorSpec item)AInsightsOperatorFluent. withSpec(InsightsOperatorSpec spec)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type InsightsOperatorSpec Constructor Description InsightsOperator(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, InsightsOperatorSpec spec, InsightsOperatorStatus status)InsightsOperatorSpecBuilder(InsightsOperatorSpec instance)InsightsOperatorSpecBuilder(InsightsOperatorSpecFluent<?> fluent, InsightsOperatorSpec instance)InsightsOperatorSpecFluent(InsightsOperatorSpec instance)
-