Class AggregationRuleFluent<A extends AggregationRuleFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.rbac.AggregationRuleFluent<A>
-
- Direct Known Subclasses:
AggregationRuleBuilder,ClusterRoleFluent.AggregationRuleNested
public class AggregationRuleFluent<A extends AggregationRuleFluent<A>> extends BaseFluent<A>
Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classAggregationRuleFluent.ClusterRoleSelectorsNested<N>
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT
-
-
Constructor Summary
Constructors Constructor Description AggregationRuleFluent()AggregationRuleFluent(AggregationRule instance)
-
Method Summary
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
AggregationRuleFluent
public AggregationRuleFluent()
-
AggregationRuleFluent
public AggregationRuleFluent(AggregationRule instance)
-
-
Method Detail
-
addAllToClusterRoleSelectors
public A addAllToClusterRoleSelectors(Collection<LabelSelector> items)
-
addNewClusterRoleSelector
public AggregationRuleFluent.ClusterRoleSelectorsNested<A> addNewClusterRoleSelector()
-
addNewClusterRoleSelectorLike
public AggregationRuleFluent.ClusterRoleSelectorsNested<A> addNewClusterRoleSelectorLike(LabelSelector item)
-
addToClusterRoleSelectors
public A addToClusterRoleSelectors(LabelSelector... items)
-
addToClusterRoleSelectors
public A addToClusterRoleSelectors(int index, LabelSelector item)
-
buildClusterRoleSelector
public LabelSelector buildClusterRoleSelector(int index)
-
buildClusterRoleSelectors
public List<LabelSelector> buildClusterRoleSelectors()
-
buildFirstClusterRoleSelector
public LabelSelector buildFirstClusterRoleSelector()
-
buildLastClusterRoleSelector
public LabelSelector buildLastClusterRoleSelector()
-
buildMatchingClusterRoleSelector
public LabelSelector buildMatchingClusterRoleSelector(Predicate<LabelSelectorBuilder> predicate)
-
copyInstance
protected void copyInstance(AggregationRule instance)
-
editClusterRoleSelector
public AggregationRuleFluent.ClusterRoleSelectorsNested<A> editClusterRoleSelector(int index)
-
editFirstClusterRoleSelector
public AggregationRuleFluent.ClusterRoleSelectorsNested<A> editFirstClusterRoleSelector()
-
editLastClusterRoleSelector
public AggregationRuleFluent.ClusterRoleSelectorsNested<A> editLastClusterRoleSelector()
-
editMatchingClusterRoleSelector
public AggregationRuleFluent.ClusterRoleSelectorsNested<A> editMatchingClusterRoleSelector(Predicate<LabelSelectorBuilder> predicate)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classBaseFluent<A extends AggregationRuleFluent<A>>
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasClusterRoleSelectors
public boolean hasClusterRoleSelectors()
-
hasMatchingClusterRoleSelector
public boolean hasMatchingClusterRoleSelector(Predicate<LabelSelectorBuilder> predicate)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classBaseFluent<A extends AggregationRuleFluent<A>>
-
removeAllFromClusterRoleSelectors
public A removeAllFromClusterRoleSelectors(Collection<LabelSelector> items)
-
removeFromClusterRoleSelectors
public A removeFromClusterRoleSelectors(LabelSelector... items)
-
removeMatchingFromClusterRoleSelectors
public A removeMatchingFromClusterRoleSelectors(Predicate<LabelSelectorBuilder> predicate)
-
setNewClusterRoleSelectorLike
public AggregationRuleFluent.ClusterRoleSelectorsNested<A> setNewClusterRoleSelectorLike(int index, LabelSelector item)
-
setToClusterRoleSelectors
public A setToClusterRoleSelectors(int index, LabelSelector item)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withClusterRoleSelectors
public A withClusterRoleSelectors(List<LabelSelector> clusterRoleSelectors)
-
withClusterRoleSelectors
public A withClusterRoleSelectors(LabelSelector... clusterRoleSelectors)
-
-