Uses of Class
kubevirt.io.V1WeightedPodAffinityTerm
Packages that use V1WeightedPodAffinityTerm
-
Uses of V1WeightedPodAffinityTerm in kubevirt.io
Fields in kubevirt.io with type parameters of type V1WeightedPodAffinityTermModifier and TypeFieldDescriptionprivate List<V1WeightedPodAffinityTerm> V1PodAffinity.preferredDuringSchedulingIgnoredDuringExecutionprivate List<V1WeightedPodAffinityTerm> V1PodAntiAffinity.preferredDuringSchedulingIgnoredDuringExecutionMethods in kubevirt.io that return V1WeightedPodAffinityTermModifier and TypeMethodDescriptionV1WeightedPodAffinityTerm.podAffinityTerm(V1PodAffinityTerm podAffinityTerm) Methods in kubevirt.io 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 kubevirt.io with parameters of type V1WeightedPodAffinityTermModifier and TypeMethodDescriptionV1PodAffinity.addPreferredDuringSchedulingIgnoredDuringExecutionItem(V1WeightedPodAffinityTerm preferredDuringSchedulingIgnoredDuringExecutionItem) V1PodAntiAffinity.addPreferredDuringSchedulingIgnoredDuringExecutionItem(V1WeightedPodAffinityTerm preferredDuringSchedulingIgnoredDuringExecutionItem) Method parameters in kubevirt.io with type arguments of type V1WeightedPodAffinityTermModifier and TypeMethodDescriptionV1PodAffinity.preferredDuringSchedulingIgnoredDuringExecution(List<V1WeightedPodAffinityTerm> preferredDuringSchedulingIgnoredDuringExecution) V1PodAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution(List<V1WeightedPodAffinityTerm> preferredDuringSchedulingIgnoredDuringExecution) voidV1PodAffinity.setPreferredDuringSchedulingIgnoredDuringExecution(List<V1WeightedPodAffinityTerm> preferredDuringSchedulingIgnoredDuringExecution) voidV1PodAntiAffinity.setPreferredDuringSchedulingIgnoredDuringExecution(List<V1WeightedPodAffinityTerm> preferredDuringSchedulingIgnoredDuringExecution)