public interface V1alpha1AggregationRuleFluent<A extends V1alpha1AggregationRuleFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1alpha1AggregationRuleFluent.ClusterRoleSelectorsNested<N> |
A addToClusterRoleSelectors(int index, V1LabelSelector item)
A setToClusterRoleSelectors(int index, V1LabelSelector item)
A addToClusterRoleSelectors(V1LabelSelector... items)
A addAllToClusterRoleSelectors(Collection<V1LabelSelector> items)
A removeFromClusterRoleSelectors(V1LabelSelector... items)
A removeAllFromClusterRoleSelectors(Collection<V1LabelSelector> items)
A removeMatchingFromClusterRoleSelectors(Predicate<V1LabelSelectorBuilder> predicate)
@Deprecated List<V1LabelSelector> getClusterRoleSelectors()
List<V1LabelSelector> buildClusterRoleSelectors()
V1LabelSelector buildClusterRoleSelector(int index)
V1LabelSelector buildFirstClusterRoleSelector()
V1LabelSelector buildLastClusterRoleSelector()
V1LabelSelector buildMatchingClusterRoleSelector(Predicate<V1LabelSelectorBuilder> predicate)
Boolean hasMatchingClusterRoleSelector(Predicate<V1LabelSelectorBuilder> predicate)
A withClusterRoleSelectors(List<V1LabelSelector> clusterRoleSelectors)
A withClusterRoleSelectors(V1LabelSelector... clusterRoleSelectors)
Boolean hasClusterRoleSelectors()
V1alpha1AggregationRuleFluent.ClusterRoleSelectorsNested<A> addNewClusterRoleSelector()
V1alpha1AggregationRuleFluent.ClusterRoleSelectorsNested<A> addNewClusterRoleSelectorLike(V1LabelSelector item)
V1alpha1AggregationRuleFluent.ClusterRoleSelectorsNested<A> setNewClusterRoleSelectorLike(int index, V1LabelSelector item)
V1alpha1AggregationRuleFluent.ClusterRoleSelectorsNested<A> editClusterRoleSelector(int index)
V1alpha1AggregationRuleFluent.ClusterRoleSelectorsNested<A> editFirstClusterRoleSelector()
V1alpha1AggregationRuleFluent.ClusterRoleSelectorsNested<A> editLastClusterRoleSelector()
V1alpha1AggregationRuleFluent.ClusterRoleSelectorsNested<A> editMatchingClusterRoleSelector(Predicate<V1LabelSelectorBuilder> predicate)
Copyright © 2021. All rights reserved.