Uses of Class
io.fabric8.openshift.api.model.operator.v1.GatherStatus
-
Packages that use GatherStatus Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of GatherStatus in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return GatherStatus Modifier and Type Method Description GatherStatusGatherStatusBuilder. build()GatherStatusInsightsOperatorStatusFluent. buildGatherStatus()GatherStatusInsightsOperatorStatus. getGatherStatus()Methods in io.fabric8.openshift.api.model.operator.v1 with parameters of type GatherStatus Modifier and Type Method Description protected voidGatherStatusFluent. copyInstance(GatherStatus instance)InsightsOperatorStatusFluent.GatherStatusNested<A>InsightsOperatorStatusFluent. editOrNewGatherStatusLike(GatherStatus item)voidInsightsOperatorStatus. setGatherStatus(GatherStatus gatherStatus)AInsightsOperatorStatusFluent. withGatherStatus(GatherStatus gatherStatus)InsightsOperatorStatusFluent.GatherStatusNested<A>InsightsOperatorStatusFluent. withNewGatherStatusLike(GatherStatus item)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type GatherStatus Constructor Description GatherStatusBuilder(GatherStatus instance)GatherStatusBuilder(GatherStatusFluent<?> fluent, GatherStatus instance)GatherStatusFluent(GatherStatus instance)InsightsOperatorStatus(List<OperatorCondition> conditions, GatherStatus gatherStatus, List<GenerationStatus> generations, InsightsReport insightsReport, Integer latestAvailableRevision, Long observedGeneration, Integer readyReplicas, String version)
-