public final class PodAffinityTerm<R extends DefaultK8sObject> extends AbstractK8sObject<R,PodAffinityTerm<R>>
listener, result| Constructor and Description |
|---|
PodAffinityTerm(R result,
ChangeListener<PodAffinityTerm<R>> listener) |
| Modifier and Type | Method and Description |
|---|---|
PodAffinityTerm<R> |
addNamespaces(java.lang.String... namespaces) |
R |
buildPodAffinity() |
LabelSelector<PodAffinityTerm<R>> |
labelSelector() |
PodAffinityTerm<R> |
labelSelector(LabelSelector<PodAffinityTerm<R>> labelSelector) |
PodAffinityTerm<R> |
topologyKey(java.lang.String topologyKey) |
public PodAffinityTerm(R result, ChangeListener<PodAffinityTerm<R>> listener)
public LabelSelector<PodAffinityTerm<R>> labelSelector()
public PodAffinityTerm<R> labelSelector(LabelSelector<PodAffinityTerm<R>> labelSelector)
public PodAffinityTerm<R> topologyKey(java.lang.String topologyKey)
public PodAffinityTerm<R> addNamespaces(java.lang.String... namespaces)
public R buildPodAffinity()