Package io.fabric8.kubernetes.api.model
Class NodeSelectorTermFluentImpl<A extends NodeSelectorTermFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.NodeSelectorTermFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,NodeSelectorTermFluent<A>
- Direct Known Subclasses:
DoneableNodeSelectorTerm
,NodeSelectorFluentImpl.NodeSelectorTermsNestedImpl
,NodeSelectorTermBuilder
,PreferredSchedulingTermFluentImpl.PreferenceNestedImpl
,WatchEventFluentImpl.NodeSelectorTermObjectNestedImpl
public class NodeSelectorTermFluentImpl<A extends NodeSelectorTermFluent<A>> extends BaseFluent<A> implements NodeSelectorTermFluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
NodeSelectorTermFluentImpl.MatchExpressionsNestedImpl<N>
class
NodeSelectorTermFluentImpl.MatchFieldsNestedImpl<N>
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.NodeSelectorTermFluent
NodeSelectorTermFluent.MatchExpressionsNested<N>, NodeSelectorTermFluent.MatchFieldsNested<N>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description NodeSelectorTermFluentImpl()
NodeSelectorTermFluentImpl(NodeSelectorTerm instance)
-
Method Summary
-
Constructor Details
-
NodeSelectorTermFluentImpl
public NodeSelectorTermFluentImpl() -
NodeSelectorTermFluentImpl
-
-
Method Details
-
addToMatchExpressions
- Specified by:
addToMatchExpressions
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
-
setToMatchExpressions
- Specified by:
setToMatchExpressions
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
-
addToMatchExpressions
- Specified by:
addToMatchExpressions
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
-
addAllToMatchExpressions
- Specified by:
addAllToMatchExpressions
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
-
removeFromMatchExpressions
- Specified by:
removeFromMatchExpressions
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
-
removeAllFromMatchExpressions
- Specified by:
removeAllFromMatchExpressions
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
-
removeMatchingFromMatchExpressions
- Specified by:
removeMatchingFromMatchExpressions
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
-
getMatchExpressions
Deprecated.This method has been deprecated, please use method buildMatchExpressions instead.- Specified by:
getMatchExpressions
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
- Returns:
- The buildable object.
-
buildMatchExpressions
- Specified by:
buildMatchExpressions
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
-
buildMatchExpression
- Specified by:
buildMatchExpression
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
-
buildFirstMatchExpression
- Specified by:
buildFirstMatchExpression
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
-
buildLastMatchExpression
- Specified by:
buildLastMatchExpression
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
-
buildMatchingMatchExpression
public NodeSelectorRequirement buildMatchingMatchExpression(Predicate<NodeSelectorRequirementBuilder> predicate)- Specified by:
buildMatchingMatchExpression
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
-
hasMatchingMatchExpression
- Specified by:
hasMatchingMatchExpression
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
-
withMatchExpressions
- Specified by:
withMatchExpressions
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
-
withMatchExpressions
- Specified by:
withMatchExpressions
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
-
hasMatchExpressions
- Specified by:
hasMatchExpressions
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
-
addNewMatchExpression
- Specified by:
addNewMatchExpression
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
-
addNewMatchExpressionLike
public NodeSelectorTermFluent.MatchExpressionsNested<A> addNewMatchExpressionLike(NodeSelectorRequirement item)- Specified by:
addNewMatchExpressionLike
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
-
setNewMatchExpressionLike
public NodeSelectorTermFluent.MatchExpressionsNested<A> setNewMatchExpressionLike(int index, NodeSelectorRequirement item)- Specified by:
setNewMatchExpressionLike
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
-
editMatchExpression
- Specified by:
editMatchExpression
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
-
editFirstMatchExpression
- Specified by:
editFirstMatchExpression
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
-
editLastMatchExpression
- Specified by:
editLastMatchExpression
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
-
editMatchingMatchExpression
public NodeSelectorTermFluent.MatchExpressionsNested<A> editMatchingMatchExpression(Predicate<NodeSelectorRequirementBuilder> predicate)- Specified by:
editMatchingMatchExpression
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
-
addToMatchFields
- Specified by:
addToMatchFields
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
-
setToMatchFields
- Specified by:
setToMatchFields
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
-
addToMatchFields
- Specified by:
addToMatchFields
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
-
addAllToMatchFields
- Specified by:
addAllToMatchFields
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
-
removeFromMatchFields
- Specified by:
removeFromMatchFields
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
-
removeAllFromMatchFields
- Specified by:
removeAllFromMatchFields
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
-
removeMatchingFromMatchFields
- Specified by:
removeMatchingFromMatchFields
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
-
getMatchFields
Deprecated.This method has been deprecated, please use method buildMatchFields instead.- Specified by:
getMatchFields
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
- Returns:
- The buildable object.
-
buildMatchFields
- Specified by:
buildMatchFields
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
-
buildMatchField
- Specified by:
buildMatchField
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
-
buildFirstMatchField
- Specified by:
buildFirstMatchField
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
-
buildLastMatchField
- Specified by:
buildLastMatchField
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
-
buildMatchingMatchField
public NodeSelectorRequirement buildMatchingMatchField(Predicate<NodeSelectorRequirementBuilder> predicate)- Specified by:
buildMatchingMatchField
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
-
hasMatchingMatchField
- Specified by:
hasMatchingMatchField
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
-
withMatchFields
- Specified by:
withMatchFields
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
-
withMatchFields
- Specified by:
withMatchFields
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
-
hasMatchFields
- Specified by:
hasMatchFields
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
-
addNewMatchField
- Specified by:
addNewMatchField
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
-
addNewMatchFieldLike
public NodeSelectorTermFluent.MatchFieldsNested<A> addNewMatchFieldLike(NodeSelectorRequirement item)- Specified by:
addNewMatchFieldLike
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
-
setNewMatchFieldLike
public NodeSelectorTermFluent.MatchFieldsNested<A> setNewMatchFieldLike(int index, NodeSelectorRequirement item)- Specified by:
setNewMatchFieldLike
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
-
editMatchField
- Specified by:
editMatchField
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
-
editFirstMatchField
- Specified by:
editFirstMatchField
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
-
editLastMatchField
- Specified by:
editLastMatchField
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
-
editMatchingMatchField
public NodeSelectorTermFluent.MatchFieldsNested<A> editMatchingMatchField(Predicate<NodeSelectorRequirementBuilder> predicate)- Specified by:
editMatchingMatchField
in interfaceNodeSelectorTermFluent<A extends NodeSelectorTermFluent<A>>
-
equals
-