Uses of Class
kubevirt.io.V1WeightedPodAffinityTerm
-
Packages that use V1WeightedPodAffinityTerm Package Description kubevirt.io -
-
Uses of V1WeightedPodAffinityTerm in kubevirt.io
Methods in kubevirt.io that return V1WeightedPodAffinityTerm Modifier and Type Method Description V1WeightedPodAffinityTermV1WeightedPodAffinityTerm. podAffinityTerm(V1PodAffinityTerm podAffinityTerm)V1WeightedPodAffinityTermV1WeightedPodAffinityTerm. weight(java.lang.Integer weight)Methods in kubevirt.io that return types with arguments of type V1WeightedPodAffinityTerm Modifier and Type Method Description java.util.List<V1WeightedPodAffinityTerm>V1PodAffinity. 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.java.util.List<V1WeightedPodAffinityTerm>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 V1WeightedPodAffinityTerm Modifier and Type Method Description V1PodAffinityV1PodAffinity. addPreferredDuringSchedulingIgnoredDuringExecutionItem(V1WeightedPodAffinityTerm preferredDuringSchedulingIgnoredDuringExecutionItem)V1PodAntiAffinityV1PodAntiAffinity. addPreferredDuringSchedulingIgnoredDuringExecutionItem(V1WeightedPodAffinityTerm preferredDuringSchedulingIgnoredDuringExecutionItem)Method parameters in kubevirt.io with type arguments of type V1WeightedPodAffinityTerm Modifier and Type Method Description V1PodAffinityV1PodAffinity. preferredDuringSchedulingIgnoredDuringExecution(java.util.List<V1WeightedPodAffinityTerm> preferredDuringSchedulingIgnoredDuringExecution)V1PodAntiAffinityV1PodAntiAffinity. preferredDuringSchedulingIgnoredDuringExecution(java.util.List<V1WeightedPodAffinityTerm> preferredDuringSchedulingIgnoredDuringExecution)voidV1PodAffinity. setPreferredDuringSchedulingIgnoredDuringExecution(java.util.List<V1WeightedPodAffinityTerm> preferredDuringSchedulingIgnoredDuringExecution)voidV1PodAntiAffinity. setPreferredDuringSchedulingIgnoredDuringExecution(java.util.List<V1WeightedPodAffinityTerm> preferredDuringSchedulingIgnoredDuringExecution)
-