Class V1NodeSelectorTermFluentImpl<A extends V1NodeSelectorTermFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1NodeSelectorTermFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1NodeSelectorTermFluent<A>
- Direct Known Subclasses:
V1NodeSelectorTermBuilder
public class V1NodeSelectorTermFluentImpl<A extends V1NodeSelectorTermFluent<A>>
extends BaseFluent<A>
implements V1NodeSelectorTermFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1NodeSelectorTermFluent
V1NodeSelectorTermFluent.MatchExpressionsNested<N>, V1NodeSelectorTermFluent.MatchFieldsNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1NodeSelectorTermFluentImpl
(io.kubernetes.client.openapi.models.V1NodeSelectorTerm instance) -
Method Summary
Modifier and TypeMethodDescriptionaddAllToMatchExpressions
(Collection<io.kubernetes.client.openapi.models.V1NodeSelectorRequirement> items) addAllToMatchFields
(Collection<io.kubernetes.client.openapi.models.V1NodeSelectorRequirement> items) addNewMatchExpressionLike
(io.kubernetes.client.openapi.models.V1NodeSelectorRequirement item) addNewMatchFieldLike
(io.kubernetes.client.openapi.models.V1NodeSelectorRequirement item) addToMatchExpressions
(io.kubernetes.client.openapi.models.V1NodeSelectorRequirement... items) addToMatchExpressions
(Integer index, io.kubernetes.client.openapi.models.V1NodeSelectorRequirement item) addToMatchFields
(io.kubernetes.client.openapi.models.V1NodeSelectorRequirement... items) addToMatchFields
(Integer index, io.kubernetes.client.openapi.models.V1NodeSelectorRequirement item) io.kubernetes.client.openapi.models.V1NodeSelectorRequirement
io.kubernetes.client.openapi.models.V1NodeSelectorRequirement
io.kubernetes.client.openapi.models.V1NodeSelectorRequirement
io.kubernetes.client.openapi.models.V1NodeSelectorRequirement
io.kubernetes.client.openapi.models.V1NodeSelectorRequirement
buildMatchExpression
(Integer index) List<io.kubernetes.client.openapi.models.V1NodeSelectorRequirement>
io.kubernetes.client.openapi.models.V1NodeSelectorRequirement
buildMatchField
(Integer index) List<io.kubernetes.client.openapi.models.V1NodeSelectorRequirement>
io.kubernetes.client.openapi.models.V1NodeSelectorRequirement
io.kubernetes.client.openapi.models.V1NodeSelectorRequirement
editMatchExpression
(Integer index) editMatchField
(Integer index) boolean
List<io.kubernetes.client.openapi.models.V1NodeSelectorRequirement>
Deprecated.List<io.kubernetes.client.openapi.models.V1NodeSelectorRequirement>
Deprecated.int
hashCode()
removeAllFromMatchExpressions
(Collection<io.kubernetes.client.openapi.models.V1NodeSelectorRequirement> items) removeAllFromMatchFields
(Collection<io.kubernetes.client.openapi.models.V1NodeSelectorRequirement> items) removeFromMatchExpressions
(io.kubernetes.client.openapi.models.V1NodeSelectorRequirement... items) removeFromMatchFields
(io.kubernetes.client.openapi.models.V1NodeSelectorRequirement... items) setNewMatchExpressionLike
(Integer index, io.kubernetes.client.openapi.models.V1NodeSelectorRequirement item) setNewMatchFieldLike
(Integer index, io.kubernetes.client.openapi.models.V1NodeSelectorRequirement item) setToMatchExpressions
(Integer index, io.kubernetes.client.openapi.models.V1NodeSelectorRequirement item) setToMatchFields
(Integer index, io.kubernetes.client.openapi.models.V1NodeSelectorRequirement item) toString()
withMatchExpressions
(io.kubernetes.client.openapi.models.V1NodeSelectorRequirement... matchExpressions) withMatchExpressions
(List<io.kubernetes.client.openapi.models.V1NodeSelectorRequirement> matchExpressions) withMatchFields
(io.kubernetes.client.openapi.models.V1NodeSelectorRequirement... matchFields) withMatchFields
(List<io.kubernetes.client.openapi.models.V1NodeSelectorRequirement> matchFields) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1NodeSelectorTermFluentImpl
public V1NodeSelectorTermFluentImpl() -
V1NodeSelectorTermFluentImpl
public V1NodeSelectorTermFluentImpl(io.kubernetes.client.openapi.models.V1NodeSelectorTerm instance)
-
-
Method Details
-
addToMatchExpressions
public A addToMatchExpressions(Integer index, io.kubernetes.client.openapi.models.V1NodeSelectorRequirement item) - Specified by:
addToMatchExpressions
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
-
setToMatchExpressions
public A setToMatchExpressions(Integer index, io.kubernetes.client.openapi.models.V1NodeSelectorRequirement item) - Specified by:
setToMatchExpressions
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
-
addToMatchExpressions
public A addToMatchExpressions(io.kubernetes.client.openapi.models.V1NodeSelectorRequirement... items) - Specified by:
addToMatchExpressions
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
-
addAllToMatchExpressions
public A addAllToMatchExpressions(Collection<io.kubernetes.client.openapi.models.V1NodeSelectorRequirement> items) - Specified by:
addAllToMatchExpressions
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
-
removeFromMatchExpressions
public A removeFromMatchExpressions(io.kubernetes.client.openapi.models.V1NodeSelectorRequirement... items) - Specified by:
removeFromMatchExpressions
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
-
removeAllFromMatchExpressions
public A removeAllFromMatchExpressions(Collection<io.kubernetes.client.openapi.models.V1NodeSelectorRequirement> items) - Specified by:
removeAllFromMatchExpressions
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
-
removeMatchingFromMatchExpressions
- Specified by:
removeMatchingFromMatchExpressions
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
-
getMatchExpressions
@Deprecated public List<io.kubernetes.client.openapi.models.V1NodeSelectorRequirement> getMatchExpressions()Deprecated.This method has been deprecated, please use method buildMatchExpressions instead.- Specified by:
getMatchExpressions
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
- Returns:
- The buildable object.
-
buildMatchExpressions
- Specified by:
buildMatchExpressions
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
-
buildMatchExpression
public io.kubernetes.client.openapi.models.V1NodeSelectorRequirement buildMatchExpression(Integer index) - Specified by:
buildMatchExpression
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
-
buildFirstMatchExpression
public io.kubernetes.client.openapi.models.V1NodeSelectorRequirement buildFirstMatchExpression()- Specified by:
buildFirstMatchExpression
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
-
buildLastMatchExpression
public io.kubernetes.client.openapi.models.V1NodeSelectorRequirement buildLastMatchExpression()- Specified by:
buildLastMatchExpression
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
-
buildMatchingMatchExpression
public io.kubernetes.client.openapi.models.V1NodeSelectorRequirement buildMatchingMatchExpression(Predicate<V1NodeSelectorRequirementBuilder> predicate) - Specified by:
buildMatchingMatchExpression
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
-
hasMatchingMatchExpression
- Specified by:
hasMatchingMatchExpression
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
-
withMatchExpressions
public A withMatchExpressions(List<io.kubernetes.client.openapi.models.V1NodeSelectorRequirement> matchExpressions) - Specified by:
withMatchExpressions
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
-
withMatchExpressions
public A withMatchExpressions(io.kubernetes.client.openapi.models.V1NodeSelectorRequirement... matchExpressions) - Specified by:
withMatchExpressions
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
-
hasMatchExpressions
- Specified by:
hasMatchExpressions
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
-
addNewMatchExpression
- Specified by:
addNewMatchExpression
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
-
addNewMatchExpressionLike
public V1NodeSelectorTermFluent.MatchExpressionsNested<A> addNewMatchExpressionLike(io.kubernetes.client.openapi.models.V1NodeSelectorRequirement item) - Specified by:
addNewMatchExpressionLike
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
-
setNewMatchExpressionLike
public V1NodeSelectorTermFluent.MatchExpressionsNested<A> setNewMatchExpressionLike(Integer index, io.kubernetes.client.openapi.models.V1NodeSelectorRequirement item) - Specified by:
setNewMatchExpressionLike
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
-
editMatchExpression
- Specified by:
editMatchExpression
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
-
editFirstMatchExpression
- Specified by:
editFirstMatchExpression
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
-
editLastMatchExpression
- Specified by:
editLastMatchExpression
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
-
editMatchingMatchExpression
public V1NodeSelectorTermFluent.MatchExpressionsNested<A> editMatchingMatchExpression(Predicate<V1NodeSelectorRequirementBuilder> predicate) - Specified by:
editMatchingMatchExpression
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
-
addToMatchFields
public A addToMatchFields(Integer index, io.kubernetes.client.openapi.models.V1NodeSelectorRequirement item) - Specified by:
addToMatchFields
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
-
setToMatchFields
public A setToMatchFields(Integer index, io.kubernetes.client.openapi.models.V1NodeSelectorRequirement item) - Specified by:
setToMatchFields
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
-
addToMatchFields
- Specified by:
addToMatchFields
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
-
addAllToMatchFields
public A addAllToMatchFields(Collection<io.kubernetes.client.openapi.models.V1NodeSelectorRequirement> items) - Specified by:
addAllToMatchFields
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
-
removeFromMatchFields
public A removeFromMatchFields(io.kubernetes.client.openapi.models.V1NodeSelectorRequirement... items) - Specified by:
removeFromMatchFields
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
-
removeAllFromMatchFields
public A removeAllFromMatchFields(Collection<io.kubernetes.client.openapi.models.V1NodeSelectorRequirement> items) - Specified by:
removeAllFromMatchFields
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
-
removeMatchingFromMatchFields
- Specified by:
removeMatchingFromMatchFields
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
-
getMatchFields
@Deprecated public List<io.kubernetes.client.openapi.models.V1NodeSelectorRequirement> getMatchFields()Deprecated.This method has been deprecated, please use method buildMatchFields instead.- Specified by:
getMatchFields
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
- Returns:
- The buildable object.
-
buildMatchFields
- Specified by:
buildMatchFields
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
-
buildMatchField
- Specified by:
buildMatchField
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
-
buildFirstMatchField
public io.kubernetes.client.openapi.models.V1NodeSelectorRequirement buildFirstMatchField()- Specified by:
buildFirstMatchField
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
-
buildLastMatchField
public io.kubernetes.client.openapi.models.V1NodeSelectorRequirement buildLastMatchField()- Specified by:
buildLastMatchField
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
-
buildMatchingMatchField
public io.kubernetes.client.openapi.models.V1NodeSelectorRequirement buildMatchingMatchField(Predicate<V1NodeSelectorRequirementBuilder> predicate) - Specified by:
buildMatchingMatchField
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
-
hasMatchingMatchField
- Specified by:
hasMatchingMatchField
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
-
withMatchFields
public A withMatchFields(List<io.kubernetes.client.openapi.models.V1NodeSelectorRequirement> matchFields) - Specified by:
withMatchFields
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
-
withMatchFields
public A withMatchFields(io.kubernetes.client.openapi.models.V1NodeSelectorRequirement... matchFields) - Specified by:
withMatchFields
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
-
hasMatchFields
- Specified by:
hasMatchFields
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
-
addNewMatchField
- Specified by:
addNewMatchField
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
-
addNewMatchFieldLike
public V1NodeSelectorTermFluent.MatchFieldsNested<A> addNewMatchFieldLike(io.kubernetes.client.openapi.models.V1NodeSelectorRequirement item) - Specified by:
addNewMatchFieldLike
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
-
setNewMatchFieldLike
public V1NodeSelectorTermFluent.MatchFieldsNested<A> setNewMatchFieldLike(Integer index, io.kubernetes.client.openapi.models.V1NodeSelectorRequirement item) - Specified by:
setNewMatchFieldLike
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
-
editMatchField
- Specified by:
editMatchField
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
-
editFirstMatchField
- Specified by:
editFirstMatchField
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
-
editLastMatchField
- Specified by:
editLastMatchField
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
-
editMatchingMatchField
public V1NodeSelectorTermFluent.MatchFieldsNested<A> editMatchingMatchField(Predicate<V1NodeSelectorRequirementBuilder> predicate) - Specified by:
editMatchingMatchField
in interfaceV1NodeSelectorTermFluent<A extends V1NodeSelectorTermFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1NodeSelectorTermFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1NodeSelectorTermFluent<A>>
-
toString
-