Package io.fabric8.kubernetes.api.model
Interface PodAffinityFluent.RequiredDuringSchedulingIgnoredDuringExecutionNested<N>
-
- All Superinterfaces:
Fluent<PodAffinityFluent.RequiredDuringSchedulingIgnoredDuringExecutionNested<N>>
,Nested<N>
,PodAffinityTermFluent<PodAffinityFluent.RequiredDuringSchedulingIgnoredDuringExecutionNested<N>>
- All Known Implementing Classes:
PodAffinityFluentImpl.RequiredDuringSchedulingIgnoredDuringExecutionNestedImpl
- Enclosing interface:
- PodAffinityFluent<A extends PodAffinityFluent<A>>
public static interface PodAffinityFluent.RequiredDuringSchedulingIgnoredDuringExecutionNested<N> extends Nested<N>, PodAffinityTermFluent<PodAffinityFluent.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
-
-