Package io.fabric8.kubernetes.api.model
Interface PodAntiAffinityFluent.RequiredDuringSchedulingIgnoredDuringExecutionNested<N>
-
- All Superinterfaces:
Fluent<PodAntiAffinityFluent.RequiredDuringSchedulingIgnoredDuringExecutionNested<N>>
,Nested<N>
,PodAffinityTermFluent<PodAntiAffinityFluent.RequiredDuringSchedulingIgnoredDuringExecutionNested<N>>
- All Known Implementing Classes:
PodAntiAffinityFluentImpl.RequiredDuringSchedulingIgnoredDuringExecutionNestedImpl
- Enclosing interface:
- PodAntiAffinityFluent<A extends PodAntiAffinityFluent<A>>
public static interface PodAntiAffinityFluent.RequiredDuringSchedulingIgnoredDuringExecutionNested<N> extends Nested<N>, PodAffinityTermFluent<PodAntiAffinityFluent.RequiredDuringSchedulingIgnoredDuringExecutionNested<N>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.PodAffinityTermFluent
PodAffinityTermFluent.LabelSelectorNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endRequiredDuringSchedulingIgnoredDuringExecution()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.PodAffinityTermFluent
addAllToNamespaces, addNewNamespace, addNewNamespace, addNewNamespace, addToNamespaces, addToNamespaces, buildLabelSelector, editLabelSelector, editOrNewLabelSelector, editOrNewLabelSelectorLike, getFirstNamespace, getLabelSelector, getLastNamespace, getMatchingNamespace, getNamespace, getNamespaces, getTopologyKey, hasLabelSelector, hasMatchingNamespace, hasNamespaces, hasTopologyKey, removeAllFromNamespaces, removeFromNamespaces, setToNamespaces, withLabelSelector, withNamespaces, withNamespaces, withNewLabelSelector, withNewLabelSelectorLike, withNewTopologyKey, withNewTopologyKey, withNewTopologyKey, withTopologyKey
-
-