Uses of Class
io.fabric8.kubernetes.api.model.WeightedPodAffinityTerm
-
Packages that use WeightedPodAffinityTerm Package Description io.fabric8.kubernetes.api.model -
-
Uses of WeightedPodAffinityTerm in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return types with arguments of type WeightedPodAffinityTerm Modifier and Type Method Description List<WeightedPodAffinityTerm>PodAffinityFluent. buildPreferredDuringSchedulingIgnoredDuringExecution()List<WeightedPodAffinityTerm>PodAntiAffinityFluent. buildPreferredDuringSchedulingIgnoredDuringExecution()List<WeightedPodAffinityTerm>PodAffinity. 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.List<WeightedPodAffinityTerm>PodAntiAffinity. 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.Method parameters in io.fabric8.kubernetes.api.model with type arguments of type WeightedPodAffinityTerm Modifier and Type Method Description APodAffinityFluent. addAllToPreferredDuringSchedulingIgnoredDuringExecution(Collection<WeightedPodAffinityTerm> items)APodAntiAffinityFluent. addAllToPreferredDuringSchedulingIgnoredDuringExecution(Collection<WeightedPodAffinityTerm> items)APodAffinityFluent. removeAllFromPreferredDuringSchedulingIgnoredDuringExecution(Collection<WeightedPodAffinityTerm> items)APodAntiAffinityFluent. removeAllFromPreferredDuringSchedulingIgnoredDuringExecution(Collection<WeightedPodAffinityTerm> items)voidPodAffinity. setPreferredDuringSchedulingIgnoredDuringExecution(List<WeightedPodAffinityTerm> preferredDuringSchedulingIgnoredDuringExecution)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.voidPodAntiAffinity. setPreferredDuringSchedulingIgnoredDuringExecution(List<WeightedPodAffinityTerm> preferredDuringSchedulingIgnoredDuringExecution)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.APodAffinityFluent. withPreferredDuringSchedulingIgnoredDuringExecution(List<WeightedPodAffinityTerm> preferredDuringSchedulingIgnoredDuringExecution)APodAntiAffinityFluent. withPreferredDuringSchedulingIgnoredDuringExecution(List<WeightedPodAffinityTerm> preferredDuringSchedulingIgnoredDuringExecution)Constructors in io.fabric8.kubernetes.api.model with parameters of type WeightedPodAffinityTerm Constructor Description WeightedPodAffinityTermBuilder(WeightedPodAffinityTerm instance)WeightedPodAffinityTermBuilder(WeightedPodAffinityTermFluent<?> fluent, WeightedPodAffinityTerm instance)WeightedPodAffinityTermFluent(WeightedPodAffinityTerm instance)Constructor parameters in io.fabric8.kubernetes.api.model with type arguments of type WeightedPodAffinityTerm Constructor Description PodAffinity(List<WeightedPodAffinityTerm> preferredDuringSchedulingIgnoredDuringExecution, List<PodAffinityTerm> requiredDuringSchedulingIgnoredDuringExecution)PodAntiAffinity(List<WeightedPodAffinityTerm> preferredDuringSchedulingIgnoredDuringExecution, List<PodAffinityTerm> requiredDuringSchedulingIgnoredDuringExecution)
-