public interface ConditionalUpdateRiskFluent<A extends ConditionalUpdateRiskFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ConditionalUpdateRiskFluent.MatchingRulesNested<N> |
A addToMatchingRules(Integer index, ClusterCondition item)
A setToMatchingRules(Integer index, ClusterCondition item)
A addToMatchingRules(ClusterCondition... items)
A addAllToMatchingRules(Collection<ClusterCondition> items)
A removeFromMatchingRules(ClusterCondition... items)
A removeAllFromMatchingRules(Collection<ClusterCondition> items)
A removeMatchingFromMatchingRules(Predicate<ClusterConditionBuilder> predicate)
@Deprecated List<ClusterCondition> getMatchingRules()
List<ClusterCondition> buildMatchingRules()
ClusterCondition buildMatchingRule(Integer index)
ClusterCondition buildFirstMatchingRule()
ClusterCondition buildLastMatchingRule()
ClusterCondition buildMatchingMatchingRule(Predicate<ClusterConditionBuilder> predicate)
Boolean hasMatchingMatchingRule(Predicate<ClusterConditionBuilder> predicate)
A withMatchingRules(List<ClusterCondition> matchingRules)
A withMatchingRules(ClusterCondition... matchingRules)
Boolean hasMatchingRules()
ConditionalUpdateRiskFluent.MatchingRulesNested<A> addNewMatchingRule()
ConditionalUpdateRiskFluent.MatchingRulesNested<A> addNewMatchingRuleLike(ClusterCondition item)
ConditionalUpdateRiskFluent.MatchingRulesNested<A> setNewMatchingRuleLike(Integer index, ClusterCondition item)
ConditionalUpdateRiskFluent.MatchingRulesNested<A> editMatchingRule(Integer index)
ConditionalUpdateRiskFluent.MatchingRulesNested<A> editFirstMatchingRule()
ConditionalUpdateRiskFluent.MatchingRulesNested<A> editLastMatchingRule()
ConditionalUpdateRiskFluent.MatchingRulesNested<A> editMatchingMatchingRule(Predicate<ClusterConditionBuilder> predicate)
String getMessage()
Boolean hasMessage()
String getName()
Boolean hasName()
String getUrl()
Boolean hasUrl()
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.