Uses of Class
io.fabric8.openshift.api.model.operator.v1.InsightsReportFluent.HealthChecksNested
-
Packages that use InsightsReportFluent.HealthChecksNested Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of InsightsReportFluent.HealthChecksNested in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return InsightsReportFluent.HealthChecksNested Modifier and Type Method Description InsightsReportFluent.HealthChecksNested<A>InsightsReportFluent. addNewHealthCheck()InsightsReportFluent.HealthChecksNested<A>InsightsReportFluent. addNewHealthCheckLike(HealthCheck item)InsightsReportFluent.HealthChecksNested<A>InsightsReportFluent. editFirstHealthCheck()InsightsReportFluent.HealthChecksNested<A>InsightsReportFluent. editHealthCheck(int index)InsightsReportFluent.HealthChecksNested<A>InsightsReportFluent. editLastHealthCheck()InsightsReportFluent.HealthChecksNested<A>InsightsReportFluent. editMatchingHealthCheck(Predicate<HealthCheckBuilder> predicate)InsightsReportFluent.HealthChecksNested<A>InsightsReportFluent. setNewHealthCheckLike(int index, HealthCheck item)
-