Uses of Interface
org.cdk8s.plus25.k8s.PodAffinityTerm
-
Packages that use PodAffinityTerm Package Description org.cdk8s.plus25.k8s -
-
Uses of PodAffinityTerm in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement PodAffinityTerm Modifier and Type Class Description static classPodAffinityTerm.Jsii$ProxyAn implementation forPodAffinityTermMethods in org.cdk8s.plus25.k8s that return PodAffinityTerm Modifier and Type Method Description PodAffinityTermPodAffinityTerm.Builder. build()Builds the configured instance.PodAffinityTermWeightedPodAffinityTerm. getPodAffinityTerm()Required.PodAffinityTermWeightedPodAffinityTerm.Jsii$Proxy. getPodAffinityTerm()Methods in org.cdk8s.plus25.k8s that return types with arguments of type PodAffinityTerm Modifier and Type Method Description default List<PodAffinityTerm>PodAffinity. getRequiredDuringSchedulingIgnoredDuringExecution()If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node.List<PodAffinityTerm>PodAffinity.Jsii$Proxy. getRequiredDuringSchedulingIgnoredDuringExecution()default List<PodAffinityTerm>PodAntiAffinity. getRequiredDuringSchedulingIgnoredDuringExecution()If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node.List<PodAffinityTerm>PodAntiAffinity.Jsii$Proxy. getRequiredDuringSchedulingIgnoredDuringExecution()Methods in org.cdk8s.plus25.k8s with parameters of type PodAffinityTerm Modifier and Type Method Description WeightedPodAffinityTerm.BuilderWeightedPodAffinityTerm.Builder. podAffinityTerm(PodAffinityTerm podAffinityTerm)Sets the value ofWeightedPodAffinityTerm.getPodAffinityTerm()Method parameters in org.cdk8s.plus25.k8s with type arguments of type PodAffinityTerm Modifier and Type Method Description PodAffinity.BuilderPodAffinity.Builder. requiredDuringSchedulingIgnoredDuringExecution(List<? extends PodAffinityTerm> requiredDuringSchedulingIgnoredDuringExecution)Sets the value ofPodAffinity.getRequiredDuringSchedulingIgnoredDuringExecution()PodAntiAffinity.BuilderPodAntiAffinity.Builder. requiredDuringSchedulingIgnoredDuringExecution(List<? extends PodAffinityTerm> requiredDuringSchedulingIgnoredDuringExecution)Sets the value ofPodAntiAffinity.getRequiredDuringSchedulingIgnoredDuringExecution()
-