Package io.fabric8.kubernetes.api.model
Class DoneableNodeSelectorTerm
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.NodeSelectorTermFluentImpl<DoneableNodeSelectorTerm>
io.fabric8.kubernetes.api.model.DoneableNodeSelectorTerm
- All Implemented Interfaces:
Fluent<DoneableNodeSelectorTerm>,Visitable<DoneableNodeSelectorTerm>,Doneable<NodeSelectorTerm>,NodeSelectorTermFluent<DoneableNodeSelectorTerm>
public class DoneableNodeSelectorTerm extends NodeSelectorTermFluentImpl<DoneableNodeSelectorTerm> implements Doneable<NodeSelectorTerm>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.NodeSelectorTermFluentImpl
NodeSelectorTermFluentImpl.MatchExpressionsNestedImpl<N>, 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 DoneableNodeSelectorTerm(Function<NodeSelectorTerm,NodeSelectorTerm> function)DoneableNodeSelectorTerm(NodeSelectorTerm item)DoneableNodeSelectorTerm(NodeSelectorTerm item, Function<NodeSelectorTerm,NodeSelectorTerm> function) -
Method Summary
Modifier and Type Method Description NodeSelectorTermdone()Methods inherited from class io.fabric8.kubernetes.api.model.NodeSelectorTermFluentImpl
addAllToMatchExpressions, addAllToMatchFields, addNewMatchExpression, addNewMatchExpressionLike, addNewMatchField, addNewMatchFieldLike, addToMatchExpressions, addToMatchExpressions, addToMatchFields, addToMatchFields, buildFirstMatchExpression, buildFirstMatchField, buildLastMatchExpression, buildLastMatchField, buildMatchExpression, buildMatchExpressions, buildMatchField, buildMatchFields, buildMatchingMatchExpression, buildMatchingMatchField, editFirstMatchExpression, editFirstMatchField, editLastMatchExpression, editLastMatchField, editMatchExpression, editMatchField, editMatchingMatchExpression, editMatchingMatchField, equals, getMatchExpressions, getMatchFields, hasMatchExpressions, hasMatchFields, hasMatchingMatchExpression, hasMatchingMatchField, removeAllFromMatchExpressions, removeAllFromMatchFields, removeFromMatchExpressions, removeFromMatchFields, removeMatchingFromMatchExpressions, removeMatchingFromMatchFields, setNewMatchExpressionLike, setNewMatchFieldLike, setToMatchExpressions, setToMatchFields, withMatchExpressions, withMatchExpressions, withMatchFields, withMatchFields
-
Constructor Details
-
DoneableNodeSelectorTerm
-
DoneableNodeSelectorTerm
public DoneableNodeSelectorTerm(NodeSelectorTerm item, Function<NodeSelectorTerm,NodeSelectorTerm> function) -
DoneableNodeSelectorTerm
-
-
Method Details
-
done
- Specified by:
donein interfaceDoneable<NodeSelectorTerm>
-