Package io.fabric8.kubernetes.api.model
Class VolumeNodeAffinityFluentImpl.RequiredNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.NodeSelectorFluentImpl<VolumeNodeAffinityFluent.RequiredNested<N>>
-
- io.fabric8.kubernetes.api.model.VolumeNodeAffinityFluentImpl.RequiredNestedImpl<N>
-
- All Implemented Interfaces:
Fluent<VolumeNodeAffinityFluent.RequiredNested<N>>
,Nested<N>
,Visitable<VolumeNodeAffinityFluent.RequiredNested<N>>
,NodeSelectorFluent<VolumeNodeAffinityFluent.RequiredNested<N>>
,VolumeNodeAffinityFluent.RequiredNested<N>
- Enclosing class:
- VolumeNodeAffinityFluentImpl<A extends VolumeNodeAffinityFluent<A>>
public class VolumeNodeAffinityFluentImpl.RequiredNestedImpl<N> extends NodeSelectorFluentImpl<VolumeNodeAffinityFluent.RequiredNested<N>> implements VolumeNodeAffinityFluent.RequiredNested<N>, Nested<N>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.NodeSelectorFluentImpl
NodeSelectorFluentImpl.NodeSelectorTermsNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.NodeSelectorFluent
NodeSelectorFluent.NodeSelectorTermsNested<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
endRequired()
-
Methods inherited from class io.fabric8.kubernetes.api.model.NodeSelectorFluentImpl
addAllToNodeSelectorTerms, addNewNodeSelectorTerm, addNewNodeSelectorTermLike, addToNodeSelectorTerms, addToNodeSelectorTerms, buildFirstNodeSelectorTerm, buildLastNodeSelectorTerm, buildMatchingNodeSelectorTerm, buildNodeSelectorTerm, buildNodeSelectorTerms, editFirstNodeSelectorTerm, editLastNodeSelectorTerm, editMatchingNodeSelectorTerm, editNodeSelectorTerm, equals, getNodeSelectorTerms, hashCode, hasMatchingNodeSelectorTerm, hasNodeSelectorTerms, removeAllFromNodeSelectorTerms, removeFromNodeSelectorTerms, removeMatchingFromNodeSelectorTerms, setNewNodeSelectorTermLike, setToNodeSelectorTerms, withNodeSelectorTerms, withNodeSelectorTerms
-
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.NodeSelectorFluent
addAllToNodeSelectorTerms, addNewNodeSelectorTerm, addNewNodeSelectorTermLike, addToNodeSelectorTerms, addToNodeSelectorTerms, buildFirstNodeSelectorTerm, buildLastNodeSelectorTerm, buildMatchingNodeSelectorTerm, buildNodeSelectorTerm, buildNodeSelectorTerms, editFirstNodeSelectorTerm, editLastNodeSelectorTerm, editMatchingNodeSelectorTerm, editNodeSelectorTerm, getNodeSelectorTerms, hasMatchingNodeSelectorTerm, hasNodeSelectorTerms, removeAllFromNodeSelectorTerms, removeFromNodeSelectorTerms, removeMatchingFromNodeSelectorTerms, setNewNodeSelectorTermLike, setToNodeSelectorTerms, withNodeSelectorTerms, withNodeSelectorTerms
-
-
-
-
Method Detail
-
and
public N and()
-
endRequired
public N endRequired()
- Specified by:
endRequired
in interfaceVolumeNodeAffinityFluent.RequiredNested<N>
-
-