public interface AggregationRuleFluent<A extends AggregationRuleFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
AggregationRuleFluent.ClusterRoleSelectorsNested<N> |
A addToClusterRoleSelectors(int index, LabelSelector item)
A setToClusterRoleSelectors(int index, LabelSelector item)
A addToClusterRoleSelectors(LabelSelector... items)
A addAllToClusterRoleSelectors(java.util.Collection<LabelSelector> items)
A removeFromClusterRoleSelectors(LabelSelector... items)
A removeAllFromClusterRoleSelectors(java.util.Collection<LabelSelector> items)
@Deprecated java.util.List<LabelSelector> getClusterRoleSelectors()
java.util.List<LabelSelector> buildClusterRoleSelectors()
LabelSelector buildClusterRoleSelector(int index)
LabelSelector buildFirstClusterRoleSelector()
LabelSelector buildLastClusterRoleSelector()
LabelSelector buildMatchingClusterRoleSelector(Predicate<LabelSelectorBuilder> predicate)
java.lang.Boolean hasMatchingClusterRoleSelector(Predicate<LabelSelectorBuilder> predicate)
A withClusterRoleSelectors(java.util.List<LabelSelector> clusterRoleSelectors)
A withClusterRoleSelectors(LabelSelector... clusterRoleSelectors)
java.lang.Boolean hasClusterRoleSelectors()
AggregationRuleFluent.ClusterRoleSelectorsNested<A> addNewClusterRoleSelector()
AggregationRuleFluent.ClusterRoleSelectorsNested<A> addNewClusterRoleSelectorLike(LabelSelector item)
AggregationRuleFluent.ClusterRoleSelectorsNested<A> setNewClusterRoleSelectorLike(int index, LabelSelector item)
AggregationRuleFluent.ClusterRoleSelectorsNested<A> editClusterRoleSelector(int index)
AggregationRuleFluent.ClusterRoleSelectorsNested<A> editFirstClusterRoleSelector()
AggregationRuleFluent.ClusterRoleSelectorsNested<A> editLastClusterRoleSelector()
AggregationRuleFluent.ClusterRoleSelectorsNested<A> editMatchingClusterRoleSelector(Predicate<LabelSelectorBuilder> predicate)
Copyright © 2015-2019 Red Hat. All Rights Reserved.