Package io.fabric8.kubernetes.api.model
Class PreferredSchedulingTermFluentImpl.PreferenceNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.NodeSelectorTermFluentImpl<PreferredSchedulingTermFluent.PreferenceNested<N>>
-
- io.fabric8.kubernetes.api.model.PreferredSchedulingTermFluentImpl.PreferenceNestedImpl<N>
-
- All Implemented Interfaces:
Fluent<PreferredSchedulingTermFluent.PreferenceNested<N>>
,Nested<N>
,Visitable<PreferredSchedulingTermFluent.PreferenceNested<N>>
,NodeSelectorTermFluent<PreferredSchedulingTermFluent.PreferenceNested<N>>
,PreferredSchedulingTermFluent.PreferenceNested<N>
- Enclosing class:
- PreferredSchedulingTermFluentImpl<A extends PreferredSchedulingTermFluent<A>>
public class PreferredSchedulingTermFluentImpl.PreferenceNestedImpl<N> extends NodeSelectorTermFluentImpl<PreferredSchedulingTermFluent.PreferenceNested<N>> implements PreferredSchedulingTermFluent.PreferenceNested<N>, Nested<N>
-
-
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
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description N
and()
N
endPreference()
-
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, hashCode, hasMatchExpressions, hasMatchFields, hasMatchingMatchExpression, hasMatchingMatchField, removeAllFromMatchExpressions, removeAllFromMatchFields, removeFromMatchExpressions, removeFromMatchFields, removeMatchingFromMatchExpressions, removeMatchingFromMatchFields, setNewMatchExpressionLike, setNewMatchFieldLike, setToMatchExpressions, setToMatchFields, withMatchExpressions, withMatchExpressions, withMatchFields, withMatchFields
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.fabric8.kubernetes.api.model.NodeSelectorTermFluent
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, getMatchExpressions, getMatchFields, hasMatchExpressions, hasMatchFields, hasMatchingMatchExpression, hasMatchingMatchField, removeAllFromMatchExpressions, removeAllFromMatchFields, removeFromMatchExpressions, removeFromMatchFields, removeMatchingFromMatchExpressions, removeMatchingFromMatchFields, setNewMatchExpressionLike, setNewMatchFieldLike, setToMatchExpressions, setToMatchFields, withMatchExpressions, withMatchExpressions, withMatchFields, withMatchFields
-
-
-
-
Method Detail
-
and
public N and()
-
endPreference
public N endPreference()
- Specified by:
endPreference
in interfacePreferredSchedulingTermFluent.PreferenceNested<N>
-
-