Uses of Interface
org.cdk8s.plus25.k8s.WeightedPodAffinityTerm
-
Packages that use WeightedPodAffinityTerm Package Description org.cdk8s.plus25.k8s -
-
Uses of WeightedPodAffinityTerm in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement WeightedPodAffinityTerm Modifier and Type Class Description static classWeightedPodAffinityTerm.Jsii$ProxyAn implementation forWeightedPodAffinityTermMethods in org.cdk8s.plus25.k8s that return WeightedPodAffinityTerm Modifier and Type Method Description WeightedPodAffinityTermWeightedPodAffinityTerm.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type WeightedPodAffinityTerm Modifier and Type Method Description default 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>PodAffinity.Jsii$Proxy. getPreferredDuringSchedulingIgnoredDuringExecution()default 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.List<WeightedPodAffinityTerm>PodAntiAffinity.Jsii$Proxy. getPreferredDuringSchedulingIgnoredDuringExecution()Method parameters in org.cdk8s.plus25.k8s with type arguments of type WeightedPodAffinityTerm Modifier and Type Method Description PodAffinity.BuilderPodAffinity.Builder. preferredDuringSchedulingIgnoredDuringExecution(List<? extends WeightedPodAffinityTerm> preferredDuringSchedulingIgnoredDuringExecution)Sets the value ofPodAffinity.getPreferredDuringSchedulingIgnoredDuringExecution()PodAntiAffinity.BuilderPodAntiAffinity.Builder. preferredDuringSchedulingIgnoredDuringExecution(List<? extends WeightedPodAffinityTerm> preferredDuringSchedulingIgnoredDuringExecution)Sets the value ofPodAntiAffinity.getPreferredDuringSchedulingIgnoredDuringExecution()
-