Class V1AggregationRuleFluentImpl<A extends V1AggregationRuleFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1AggregationRuleFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1AggregationRuleFluent<A>
- Direct Known Subclasses:
V1AggregationRuleBuilder
public class V1AggregationRuleFluentImpl<A extends V1AggregationRuleFluent<A>>
extends BaseFluent<A>
implements V1AggregationRuleFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1AggregationRuleFluent
V1AggregationRuleFluent.ClusterRoleSelectorsNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1AggregationRuleFluentImpl
(io.kubernetes.client.openapi.models.V1AggregationRule instance) -
Method Summary
Modifier and TypeMethodDescriptionaddAllToClusterRoleSelectors
(Collection<io.kubernetes.client.openapi.models.V1LabelSelector> items) addNewClusterRoleSelectorLike
(io.kubernetes.client.openapi.models.V1LabelSelector item) addToClusterRoleSelectors
(io.kubernetes.client.openapi.models.V1LabelSelector... items) addToClusterRoleSelectors
(Integer index, io.kubernetes.client.openapi.models.V1LabelSelector item) io.kubernetes.client.openapi.models.V1LabelSelector
buildClusterRoleSelector
(Integer index) List<io.kubernetes.client.openapi.models.V1LabelSelector>
io.kubernetes.client.openapi.models.V1LabelSelector
io.kubernetes.client.openapi.models.V1LabelSelector
io.kubernetes.client.openapi.models.V1LabelSelector
editClusterRoleSelector
(Integer index) boolean
List<io.kubernetes.client.openapi.models.V1LabelSelector>
Deprecated.int
hashCode()
removeAllFromClusterRoleSelectors
(Collection<io.kubernetes.client.openapi.models.V1LabelSelector> items) removeFromClusterRoleSelectors
(io.kubernetes.client.openapi.models.V1LabelSelector... items) setNewClusterRoleSelectorLike
(Integer index, io.kubernetes.client.openapi.models.V1LabelSelector item) setToClusterRoleSelectors
(Integer index, io.kubernetes.client.openapi.models.V1LabelSelector item) toString()
withClusterRoleSelectors
(io.kubernetes.client.openapi.models.V1LabelSelector... clusterRoleSelectors) withClusterRoleSelectors
(List<io.kubernetes.client.openapi.models.V1LabelSelector> clusterRoleSelectors) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1AggregationRuleFluentImpl
public V1AggregationRuleFluentImpl() -
V1AggregationRuleFluentImpl
public V1AggregationRuleFluentImpl(io.kubernetes.client.openapi.models.V1AggregationRule instance)
-
-
Method Details
-
addToClusterRoleSelectors
public A addToClusterRoleSelectors(Integer index, io.kubernetes.client.openapi.models.V1LabelSelector item) - Specified by:
addToClusterRoleSelectors
in interfaceV1AggregationRuleFluent<A extends V1AggregationRuleFluent<A>>
-
setToClusterRoleSelectors
public A setToClusterRoleSelectors(Integer index, io.kubernetes.client.openapi.models.V1LabelSelector item) - Specified by:
setToClusterRoleSelectors
in interfaceV1AggregationRuleFluent<A extends V1AggregationRuleFluent<A>>
-
addToClusterRoleSelectors
- Specified by:
addToClusterRoleSelectors
in interfaceV1AggregationRuleFluent<A extends V1AggregationRuleFluent<A>>
-
addAllToClusterRoleSelectors
public A addAllToClusterRoleSelectors(Collection<io.kubernetes.client.openapi.models.V1LabelSelector> items) - Specified by:
addAllToClusterRoleSelectors
in interfaceV1AggregationRuleFluent<A extends V1AggregationRuleFluent<A>>
-
removeFromClusterRoleSelectors
public A removeFromClusterRoleSelectors(io.kubernetes.client.openapi.models.V1LabelSelector... items) - Specified by:
removeFromClusterRoleSelectors
in interfaceV1AggregationRuleFluent<A extends V1AggregationRuleFluent<A>>
-
removeAllFromClusterRoleSelectors
public A removeAllFromClusterRoleSelectors(Collection<io.kubernetes.client.openapi.models.V1LabelSelector> items) - Specified by:
removeAllFromClusterRoleSelectors
in interfaceV1AggregationRuleFluent<A extends V1AggregationRuleFluent<A>>
-
removeMatchingFromClusterRoleSelectors
- Specified by:
removeMatchingFromClusterRoleSelectors
in interfaceV1AggregationRuleFluent<A extends V1AggregationRuleFluent<A>>
-
getClusterRoleSelectors
@Deprecated public List<io.kubernetes.client.openapi.models.V1LabelSelector> getClusterRoleSelectors()Deprecated.This method has been deprecated, please use method buildClusterRoleSelectors instead.- Specified by:
getClusterRoleSelectors
in interfaceV1AggregationRuleFluent<A extends V1AggregationRuleFluent<A>>
- Returns:
- The buildable object.
-
buildClusterRoleSelectors
- Specified by:
buildClusterRoleSelectors
in interfaceV1AggregationRuleFluent<A extends V1AggregationRuleFluent<A>>
-
buildClusterRoleSelector
- Specified by:
buildClusterRoleSelector
in interfaceV1AggregationRuleFluent<A extends V1AggregationRuleFluent<A>>
-
buildFirstClusterRoleSelector
public io.kubernetes.client.openapi.models.V1LabelSelector buildFirstClusterRoleSelector()- Specified by:
buildFirstClusterRoleSelector
in interfaceV1AggregationRuleFluent<A extends V1AggregationRuleFluent<A>>
-
buildLastClusterRoleSelector
public io.kubernetes.client.openapi.models.V1LabelSelector buildLastClusterRoleSelector()- Specified by:
buildLastClusterRoleSelector
in interfaceV1AggregationRuleFluent<A extends V1AggregationRuleFluent<A>>
-
buildMatchingClusterRoleSelector
public io.kubernetes.client.openapi.models.V1LabelSelector buildMatchingClusterRoleSelector(Predicate<V1LabelSelectorBuilder> predicate) - Specified by:
buildMatchingClusterRoleSelector
in interfaceV1AggregationRuleFluent<A extends V1AggregationRuleFluent<A>>
-
hasMatchingClusterRoleSelector
- Specified by:
hasMatchingClusterRoleSelector
in interfaceV1AggregationRuleFluent<A extends V1AggregationRuleFluent<A>>
-
withClusterRoleSelectors
public A withClusterRoleSelectors(List<io.kubernetes.client.openapi.models.V1LabelSelector> clusterRoleSelectors) - Specified by:
withClusterRoleSelectors
in interfaceV1AggregationRuleFluent<A extends V1AggregationRuleFluent<A>>
-
withClusterRoleSelectors
public A withClusterRoleSelectors(io.kubernetes.client.openapi.models.V1LabelSelector... clusterRoleSelectors) - Specified by:
withClusterRoleSelectors
in interfaceV1AggregationRuleFluent<A extends V1AggregationRuleFluent<A>>
-
hasClusterRoleSelectors
- Specified by:
hasClusterRoleSelectors
in interfaceV1AggregationRuleFluent<A extends V1AggregationRuleFluent<A>>
-
addNewClusterRoleSelector
- Specified by:
addNewClusterRoleSelector
in interfaceV1AggregationRuleFluent<A extends V1AggregationRuleFluent<A>>
-
addNewClusterRoleSelectorLike
public V1AggregationRuleFluent.ClusterRoleSelectorsNested<A> addNewClusterRoleSelectorLike(io.kubernetes.client.openapi.models.V1LabelSelector item) - Specified by:
addNewClusterRoleSelectorLike
in interfaceV1AggregationRuleFluent<A extends V1AggregationRuleFluent<A>>
-
setNewClusterRoleSelectorLike
public V1AggregationRuleFluent.ClusterRoleSelectorsNested<A> setNewClusterRoleSelectorLike(Integer index, io.kubernetes.client.openapi.models.V1LabelSelector item) - Specified by:
setNewClusterRoleSelectorLike
in interfaceV1AggregationRuleFluent<A extends V1AggregationRuleFluent<A>>
-
editClusterRoleSelector
- Specified by:
editClusterRoleSelector
in interfaceV1AggregationRuleFluent<A extends V1AggregationRuleFluent<A>>
-
editFirstClusterRoleSelector
- Specified by:
editFirstClusterRoleSelector
in interfaceV1AggregationRuleFluent<A extends V1AggregationRuleFluent<A>>
-
editLastClusterRoleSelector
- Specified by:
editLastClusterRoleSelector
in interfaceV1AggregationRuleFluent<A extends V1AggregationRuleFluent<A>>
-
editMatchingClusterRoleSelector
public V1AggregationRuleFluent.ClusterRoleSelectorsNested<A> editMatchingClusterRoleSelector(Predicate<V1LabelSelectorBuilder> predicate) - Specified by:
editMatchingClusterRoleSelector
in interfaceV1AggregationRuleFluent<A extends V1AggregationRuleFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1AggregationRuleFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1AggregationRuleFluent<A>>
-
toString
-