Uses of Class
io.fabric8.openshift.api.model.operator.v1.InsightsReport
-
Packages that use InsightsReport Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of InsightsReport in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return InsightsReport Modifier and Type Method Description InsightsReportInsightsReportBuilder. build()InsightsReportInsightsOperatorStatusFluent. buildInsightsReport()InsightsReportInsightsOperatorStatus. getInsightsReport()Methods in io.fabric8.openshift.api.model.operator.v1 with parameters of type InsightsReport Modifier and Type Method Description protected voidInsightsReportFluent. copyInstance(InsightsReport instance)InsightsOperatorStatusFluent.InsightsReportNested<A>InsightsOperatorStatusFluent. editOrNewInsightsReportLike(InsightsReport item)voidInsightsOperatorStatus. setInsightsReport(InsightsReport insightsReport)AInsightsOperatorStatusFluent. withInsightsReport(InsightsReport insightsReport)InsightsOperatorStatusFluent.InsightsReportNested<A>InsightsOperatorStatusFluent. withNewInsightsReportLike(InsightsReport item)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type InsightsReport Constructor Description InsightsOperatorStatus(List<OperatorCondition> conditions, GatherStatus gatherStatus, List<GenerationStatus> generations, InsightsReport insightsReport, Integer latestAvailableRevision, Long observedGeneration, Integer readyReplicas, String version)InsightsReportBuilder(InsightsReport instance)InsightsReportBuilder(InsightsReportFluent<?> fluent, InsightsReport instance)InsightsReportFluent(InsightsReport instance)
-