Uses of Class
net.stickycode.kuuty.model.v18.IoK8sApiCoreV1WeightedPodAffinityTerm
-
-
Uses of IoK8sApiCoreV1WeightedPodAffinityTerm in net.stickycode.kuuty.model.v18
Methods in net.stickycode.kuuty.model.v18 that return IoK8sApiCoreV1WeightedPodAffinityTerm Modifier and Type Method Description IoK8sApiCoreV1WeightedPodAffinityTermIoK8sApiCoreV1WeightedPodAffinityTerm. podAffinityTerm(IoK8sApiCoreV1PodAffinityTerm podAffinityTerm)IoK8sApiCoreV1WeightedPodAffinityTermIoK8sApiCoreV1WeightedPodAffinityTerm. weight(Integer weight)Methods in net.stickycode.kuuty.model.v18 that return types with arguments of type IoK8sApiCoreV1WeightedPodAffinityTerm Modifier and Type Method Description List<IoK8sApiCoreV1WeightedPodAffinityTerm>IoK8sApiCoreV1PodAffinity. 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<IoK8sApiCoreV1WeightedPodAffinityTerm>IoK8sApiCoreV1PodAntiAffinity. 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 net.stickycode.kuuty.model.v18 with parameters of type IoK8sApiCoreV1WeightedPodAffinityTerm Modifier and Type Method Description IoK8sApiCoreV1PodAffinityIoK8sApiCoreV1PodAffinity. addPreferredDuringSchedulingIgnoredDuringExecutionItem(IoK8sApiCoreV1WeightedPodAffinityTerm preferredDuringSchedulingIgnoredDuringExecutionItem)IoK8sApiCoreV1PodAntiAffinityIoK8sApiCoreV1PodAntiAffinity. addPreferredDuringSchedulingIgnoredDuringExecutionItem(IoK8sApiCoreV1WeightedPodAffinityTerm preferredDuringSchedulingIgnoredDuringExecutionItem)Method parameters in net.stickycode.kuuty.model.v18 with type arguments of type IoK8sApiCoreV1WeightedPodAffinityTerm Modifier and Type Method Description IoK8sApiCoreV1PodAffinityIoK8sApiCoreV1PodAffinity. preferredDuringSchedulingIgnoredDuringExecution(List<IoK8sApiCoreV1WeightedPodAffinityTerm> preferredDuringSchedulingIgnoredDuringExecution)IoK8sApiCoreV1PodAntiAffinityIoK8sApiCoreV1PodAntiAffinity. preferredDuringSchedulingIgnoredDuringExecution(List<IoK8sApiCoreV1WeightedPodAffinityTerm> preferredDuringSchedulingIgnoredDuringExecution)voidIoK8sApiCoreV1PodAffinity. setPreferredDuringSchedulingIgnoredDuringExecution(List<IoK8sApiCoreV1WeightedPodAffinityTerm> preferredDuringSchedulingIgnoredDuringExecution)voidIoK8sApiCoreV1PodAntiAffinity. setPreferredDuringSchedulingIgnoredDuringExecution(List<IoK8sApiCoreV1WeightedPodAffinityTerm> preferredDuringSchedulingIgnoredDuringExecution)
-