Uses of Class
io.kubernetes.client.openapi.models.V1WeightedPodAffinityTerm
Packages that use V1WeightedPodAffinityTerm
-
Uses of V1WeightedPodAffinityTerm in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1WeightedPodAffinityTermModifier and TypeMethodDescriptionstatic V1WeightedPodAffinityTerm
Create an instance of V1WeightedPodAffinityTerm given an JSON stringV1WeightedPodAffinityTerm.podAffinityTerm
(V1PodAffinityTerm podAffinityTerm) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1WeightedPodAffinityTermModifier and TypeMethodDescriptionV1PodAffinity.getPreferredDuringSchedulingIgnoredDuringExecution()
The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions.V1PodAntiAffinity.getPreferredDuringSchedulingIgnoredDuringExecution()
The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions.Methods in io.kubernetes.client.openapi.models with parameters of type V1WeightedPodAffinityTermModifier and TypeMethodDescriptionV1PodAffinity.addPreferredDuringSchedulingIgnoredDuringExecutionItem
(V1WeightedPodAffinityTerm preferredDuringSchedulingIgnoredDuringExecutionItem) V1PodAntiAffinity.addPreferredDuringSchedulingIgnoredDuringExecutionItem
(V1WeightedPodAffinityTerm preferredDuringSchedulingIgnoredDuringExecutionItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1WeightedPodAffinityTermModifier and TypeMethodDescriptionV1PodAffinity.preferredDuringSchedulingIgnoredDuringExecution
(List<V1WeightedPodAffinityTerm> preferredDuringSchedulingIgnoredDuringExecution) V1PodAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution
(List<V1WeightedPodAffinityTerm> preferredDuringSchedulingIgnoredDuringExecution) void
V1PodAffinity.setPreferredDuringSchedulingIgnoredDuringExecution
(List<V1WeightedPodAffinityTerm> preferredDuringSchedulingIgnoredDuringExecution) void
V1PodAntiAffinity.setPreferredDuringSchedulingIgnoredDuringExecution
(List<V1WeightedPodAffinityTerm> preferredDuringSchedulingIgnoredDuringExecution)