| Modifier and Type | Class and Description |
|---|---|
static class |
V1.PodAffinityTerm
Defines a set of pods (namely those matching the labelSelector
relative to the given namespace(s)) that this pod should be
co-located (affinity) or not co-located (anti-affinity) with,
where co-located is defined as running on a node whose value of
the label with key <topologyKey> matches that of any node on which
a pod of the set of pods is running
|
static class |
V1.PodAffinityTerm.Builder
Defines a set of pods (namely those matching the labelSelector
relative to the given namespace(s)) that this pod should be
co-located (affinity) or not co-located (anti-affinity) with,
where co-located is defined as running on a node whose value of
the label with key <topologyKey> matches that of any node on which
a pod of the set of pods is running
|
| Modifier and Type | Method and Description |
|---|---|
V1.PodAffinityTermOrBuilder |
V1.WeightedPodAffinityTermOrBuilder.getPodAffinityTermOrBuilder()
Required.
|
V1.PodAffinityTermOrBuilder |
V1.WeightedPodAffinityTerm.getPodAffinityTermOrBuilder()
Required.
|
V1.PodAffinityTermOrBuilder |
V1.WeightedPodAffinityTerm.Builder.getPodAffinityTermOrBuilder()
Required.
|
V1.PodAffinityTermOrBuilder |
V1.PodAffinityOrBuilder.getRequiredDuringSchedulingIgnoredDuringExecutionOrBuilder(int index)
If the affinity requirements specified by this field are not met at
scheduling time, the pod will not be scheduled onto the node.
|
V1.PodAffinityTermOrBuilder |
V1.PodAffinity.getRequiredDuringSchedulingIgnoredDuringExecutionOrBuilder(int index)
If the affinity requirements specified by this field are not met at
scheduling time, the pod will not be scheduled onto the node.
|
V1.PodAffinityTermOrBuilder |
V1.PodAffinity.Builder.getRequiredDuringSchedulingIgnoredDuringExecutionOrBuilder(int index)
If the affinity requirements specified by this field are not met at
scheduling time, the pod will not be scheduled onto the node.
|
V1.PodAffinityTermOrBuilder |
V1.PodAntiAffinityOrBuilder.getRequiredDuringSchedulingIgnoredDuringExecutionOrBuilder(int index)
If the anti-affinity requirements specified by this field are not met at
scheduling time, the pod will not be scheduled onto the node.
|
V1.PodAffinityTermOrBuilder |
V1.PodAntiAffinity.getRequiredDuringSchedulingIgnoredDuringExecutionOrBuilder(int index)
If the anti-affinity requirements specified by this field are not met at
scheduling time, the pod will not be scheduled onto the node.
|
V1.PodAffinityTermOrBuilder |
V1.PodAntiAffinity.Builder.getRequiredDuringSchedulingIgnoredDuringExecutionOrBuilder(int index)
If the anti-affinity requirements specified by this field are not met at
scheduling time, the pod will not be scheduled onto the node.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends V1.PodAffinityTermOrBuilder> |
V1.PodAffinityOrBuilder.getRequiredDuringSchedulingIgnoredDuringExecutionOrBuilderList()
If the affinity requirements specified by this field are not met at
scheduling time, the pod will not be scheduled onto the node.
|
List<? extends V1.PodAffinityTermOrBuilder> |
V1.PodAffinity.getRequiredDuringSchedulingIgnoredDuringExecutionOrBuilderList()
If the affinity requirements specified by this field are not met at
scheduling time, the pod will not be scheduled onto the node.
|
List<? extends V1.PodAffinityTermOrBuilder> |
V1.PodAffinity.Builder.getRequiredDuringSchedulingIgnoredDuringExecutionOrBuilderList()
If the affinity requirements specified by this field are not met at
scheduling time, the pod will not be scheduled onto the node.
|
List<? extends V1.PodAffinityTermOrBuilder> |
V1.PodAntiAffinityOrBuilder.getRequiredDuringSchedulingIgnoredDuringExecutionOrBuilderList()
If the anti-affinity requirements specified by this field are not met at
scheduling time, the pod will not be scheduled onto the node.
|
List<? extends V1.PodAffinityTermOrBuilder> |
V1.PodAntiAffinity.getRequiredDuringSchedulingIgnoredDuringExecutionOrBuilderList()
If the anti-affinity requirements specified by this field are not met at
scheduling time, the pod will not be scheduled onto the node.
|
List<? extends V1.PodAffinityTermOrBuilder> |
V1.PodAntiAffinity.Builder.getRequiredDuringSchedulingIgnoredDuringExecutionOrBuilderList()
If the anti-affinity requirements specified by this field are not met at
scheduling time, the pod will not be scheduled onto the node.
|
Copyright © 2020. All rights reserved.