Uses of Class
kubevirt.io.V1WeightedPodAffinityTerm
-
Packages that use V1WeightedPodAffinityTerm Package Description kubevirt.io -
-
Uses of V1WeightedPodAffinityTerm in kubevirt.io
Fields in kubevirt.io with type parameters of type V1WeightedPodAffinityTerm Modifier and Type Field Description private java.util.List<V1WeightedPodAffinityTerm>
V1PodAffinity. preferredDuringSchedulingIgnoredDuringExecution
private java.util.List<V1WeightedPodAffinityTerm>
V1PodAntiAffinity. preferredDuringSchedulingIgnoredDuringExecution
Methods in kubevirt.io that return V1WeightedPodAffinityTerm Modifier and Type Method Description V1WeightedPodAffinityTerm
V1WeightedPodAffinityTerm. podAffinityTerm(V1PodAffinityTerm podAffinityTerm)
V1WeightedPodAffinityTerm
V1WeightedPodAffinityTerm. 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 V1PodAffinity
V1PodAffinity. addPreferredDuringSchedulingIgnoredDuringExecutionItem(V1WeightedPodAffinityTerm preferredDuringSchedulingIgnoredDuringExecutionItem)
V1PodAntiAffinity
V1PodAntiAffinity. addPreferredDuringSchedulingIgnoredDuringExecutionItem(V1WeightedPodAffinityTerm preferredDuringSchedulingIgnoredDuringExecutionItem)
Method parameters in kubevirt.io with type arguments of type V1WeightedPodAffinityTerm Modifier and Type Method Description V1PodAffinity
V1PodAffinity. preferredDuringSchedulingIgnoredDuringExecution(java.util.List<V1WeightedPodAffinityTerm> preferredDuringSchedulingIgnoredDuringExecution)
V1PodAntiAffinity
V1PodAntiAffinity. preferredDuringSchedulingIgnoredDuringExecution(java.util.List<V1WeightedPodAffinityTerm> preferredDuringSchedulingIgnoredDuringExecution)
void
V1PodAffinity. setPreferredDuringSchedulingIgnoredDuringExecution(java.util.List<V1WeightedPodAffinityTerm> preferredDuringSchedulingIgnoredDuringExecution)
void
V1PodAntiAffinity. setPreferredDuringSchedulingIgnoredDuringExecution(java.util.List<V1WeightedPodAffinityTerm> preferredDuringSchedulingIgnoredDuringExecution)
-