Package io.fabric8.kubernetes.api.model
Interface WeightedPodAffinityTermFluent.PodAffinityTermNested<N>
-
- All Superinterfaces:
Fluent<WeightedPodAffinityTermFluent.PodAffinityTermNested<N>>
,Nested<N>
,PodAffinityTermFluent<WeightedPodAffinityTermFluent.PodAffinityTermNested<N>>
- All Known Implementing Classes:
WeightedPodAffinityTermFluentImpl.PodAffinityTermNestedImpl
- Enclosing interface:
- WeightedPodAffinityTermFluent<A extends WeightedPodAffinityTermFluent<A>>
public static interface WeightedPodAffinityTermFluent.PodAffinityTermNested<N> extends Nested<N>, PodAffinityTermFluent<WeightedPodAffinityTermFluent.PodAffinityTermNested<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
endPodAffinityTerm()
-
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
-
-