Uses of Class
io.fabric8.openshift.api.model.operator.v1.HealthCheck
-
Packages that use HealthCheck Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of HealthCheck in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return HealthCheck Modifier and Type Method Description HealthCheckHealthCheckBuilder. build()HealthCheckInsightsReportFluent. buildFirstHealthCheck()HealthCheckInsightsReportFluent. buildHealthCheck(int index)HealthCheckInsightsReportFluent. buildLastHealthCheck()HealthCheckInsightsReportFluent. buildMatchingHealthCheck(Predicate<HealthCheckBuilder> predicate)Methods in io.fabric8.openshift.api.model.operator.v1 that return types with arguments of type HealthCheck Modifier and Type Method Description List<HealthCheck>InsightsReportFluent. buildHealthChecks()List<HealthCheck>InsightsReport. getHealthChecks()healthChecks provides basic information about active Insights health checks in a cluster.Methods in io.fabric8.openshift.api.model.operator.v1 with parameters of type HealthCheck Modifier and Type Method Description InsightsReportFluent.HealthChecksNested<A>InsightsReportFluent. addNewHealthCheckLike(HealthCheck item)AInsightsReportFluent. addToHealthChecks(int index, HealthCheck item)AInsightsReportFluent. addToHealthChecks(HealthCheck... items)protected voidHealthCheckFluent. copyInstance(HealthCheck instance)AInsightsReportFluent. removeFromHealthChecks(HealthCheck... items)InsightsReportFluent.HealthChecksNested<A>InsightsReportFluent. setNewHealthCheckLike(int index, HealthCheck item)AInsightsReportFluent. setToHealthChecks(int index, HealthCheck item)AInsightsReportFluent. withHealthChecks(HealthCheck... healthChecks)Method parameters in io.fabric8.openshift.api.model.operator.v1 with type arguments of type HealthCheck Modifier and Type Method Description AInsightsReportFluent. addAllToHealthChecks(Collection<HealthCheck> items)AInsightsReportFluent. removeAllFromHealthChecks(Collection<HealthCheck> items)voidInsightsReport. setHealthChecks(List<HealthCheck> healthChecks)healthChecks provides basic information about active Insights health checks in a cluster.AInsightsReportFluent. withHealthChecks(List<HealthCheck> healthChecks)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type HealthCheck Constructor Description HealthCheckBuilder(HealthCheck instance)HealthCheckBuilder(HealthCheckFluent<?> fluent, HealthCheck instance)HealthCheckFluent(HealthCheck instance)Constructor parameters in io.fabric8.openshift.api.model.operator.v1 with type arguments of type HealthCheck Constructor Description InsightsReport(String downloadedAt, List<HealthCheck> healthChecks)
-