Uses of Class
io.fabric8.openshift.api.model.config.v1alpha2.InsightsDataGatherStatus
-
Packages that use InsightsDataGatherStatus Package Description io.fabric8.openshift.api.model.config.v1alpha2 -
-
Uses of InsightsDataGatherStatus in io.fabric8.openshift.api.model.config.v1alpha2
Methods in io.fabric8.openshift.api.model.config.v1alpha2 that return InsightsDataGatherStatus Modifier and Type Method Description InsightsDataGatherStatusInsightsDataGatherStatusBuilder. build()InsightsDataGatherStatusInsightsDataGatherFluent. buildStatus()InsightsDataGatherStatusInsightsDataGather. getStatus()InsightsDataGather provides data gather configuration options for the the Insights Operator.Methods in io.fabric8.openshift.api.model.config.v1alpha2 with parameters of type InsightsDataGatherStatus Modifier and Type Method Description protected voidInsightsDataGatherStatusFluent. copyInstance(InsightsDataGatherStatus instance)InsightsDataGatherFluent.StatusNested<A>InsightsDataGatherFluent. editOrNewStatusLike(InsightsDataGatherStatus item)voidInsightsDataGather. setStatus(InsightsDataGatherStatus status)InsightsDataGather provides data gather configuration options for the the Insights Operator.InsightsDataGatherFluent.StatusNested<A>InsightsDataGatherFluent. withNewStatusLike(InsightsDataGatherStatus item)AInsightsDataGatherFluent. withStatus(InsightsDataGatherStatus status)Constructors in io.fabric8.openshift.api.model.config.v1alpha2 with parameters of type InsightsDataGatherStatus Constructor Description InsightsDataGather(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, InsightsDataGatherSpec spec, InsightsDataGatherStatus status)InsightsDataGatherStatusBuilder(InsightsDataGatherStatus instance)InsightsDataGatherStatusBuilder(InsightsDataGatherStatusFluent<?> fluent, InsightsDataGatherStatus instance)InsightsDataGatherStatusFluent(InsightsDataGatherStatus instance)
-