Uses of Class
io.fabric8.openshift.api.model.config.v1alpha2.InsightsDataGatherSpec
-
Packages that use InsightsDataGatherSpec Package Description io.fabric8.openshift.api.model.config.v1alpha2 -
-
Uses of InsightsDataGatherSpec in io.fabric8.openshift.api.model.config.v1alpha2
Methods in io.fabric8.openshift.api.model.config.v1alpha2 that return InsightsDataGatherSpec Modifier and Type Method Description InsightsDataGatherSpecInsightsDataGatherSpecBuilder. build()InsightsDataGatherSpecInsightsDataGatherFluent. buildSpec()InsightsDataGatherSpecInsightsDataGather. getSpec()InsightsDataGather provides data gather configuration options for the the Insights Operator.Methods in io.fabric8.openshift.api.model.config.v1alpha2 with parameters of type InsightsDataGatherSpec Modifier and Type Method Description protected voidInsightsDataGatherSpecFluent. copyInstance(InsightsDataGatherSpec instance)InsightsDataGatherFluent.SpecNested<A>InsightsDataGatherFluent. editOrNewSpecLike(InsightsDataGatherSpec item)voidInsightsDataGather. setSpec(InsightsDataGatherSpec spec)InsightsDataGather provides data gather configuration options for the the Insights Operator.InsightsDataGatherFluent.SpecNested<A>InsightsDataGatherFluent. withNewSpecLike(InsightsDataGatherSpec item)AInsightsDataGatherFluent. withSpec(InsightsDataGatherSpec spec)Constructors in io.fabric8.openshift.api.model.config.v1alpha2 with parameters of type InsightsDataGatherSpec Constructor Description InsightsDataGather(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, InsightsDataGatherSpec spec, InsightsDataGatherStatus status)InsightsDataGatherSpecBuilder(InsightsDataGatherSpec instance)InsightsDataGatherSpecBuilder(InsightsDataGatherSpecFluent<?> fluent, InsightsDataGatherSpec instance)InsightsDataGatherSpecFluent(InsightsDataGatherSpec instance)
-