Uses of Class
io.fabric8.openshift.api.model.config.v1.ClusterCondition
-
Packages that use ClusterCondition Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of ClusterCondition in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return ClusterCondition Modifier and Type Method Description ClusterConditionClusterConditionBuilder. build()ClusterConditionConditionalUpdateRiskFluent. buildFirstMatchingRule()ClusterConditionConditionalUpdateRiskFluent. buildLastMatchingRule()ClusterConditionConditionalUpdateRiskFluent. buildMatchingMatchingRule(Predicate<ClusterConditionBuilder> predicate)ClusterConditionConditionalUpdateRiskFluent. buildMatchingRule(int index)Methods in io.fabric8.openshift.api.model.config.v1 that return types with arguments of type ClusterCondition Modifier and Type Method Description List<ClusterCondition>ConditionalUpdateRiskFluent. buildMatchingRules()List<ClusterCondition>ConditionalUpdateRisk. getMatchingRules()matchingRules is a slice of conditions for deciding which clusters match the risk and which do not.Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type ClusterCondition Modifier and Type Method Description ConditionalUpdateRiskFluent.MatchingRulesNested<A>ConditionalUpdateRiskFluent. addNewMatchingRuleLike(ClusterCondition item)AConditionalUpdateRiskFluent. addToMatchingRules(int index, ClusterCondition item)AConditionalUpdateRiskFluent. addToMatchingRules(ClusterCondition... items)protected voidClusterConditionFluent. copyInstance(ClusterCondition instance)AConditionalUpdateRiskFluent. removeFromMatchingRules(ClusterCondition... items)ConditionalUpdateRiskFluent.MatchingRulesNested<A>ConditionalUpdateRiskFluent. setNewMatchingRuleLike(int index, ClusterCondition item)AConditionalUpdateRiskFluent. setToMatchingRules(int index, ClusterCondition item)AConditionalUpdateRiskFluent. withMatchingRules(ClusterCondition... matchingRules)Method parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type ClusterCondition Modifier and Type Method Description AConditionalUpdateRiskFluent. addAllToMatchingRules(Collection<ClusterCondition> items)AConditionalUpdateRiskFluent. removeAllFromMatchingRules(Collection<ClusterCondition> items)voidConditionalUpdateRisk. setMatchingRules(List<ClusterCondition> matchingRules)matchingRules is a slice of conditions for deciding which clusters match the risk and which do not.AConditionalUpdateRiskFluent. withMatchingRules(List<ClusterCondition> matchingRules)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type ClusterCondition Constructor Description ClusterConditionBuilder(ClusterCondition instance)ClusterConditionBuilder(ClusterConditionFluent<?> fluent, ClusterCondition instance)ClusterConditionFluent(ClusterCondition instance)Constructor parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type ClusterCondition Constructor Description ConditionalUpdateRisk(List<ClusterCondition> matchingRules, String message, String name, String url)
-