Uses of Class
net.stickycode.kuuty.model.v18.IoK8sApiCoreV1Toleration
-
-
Uses of IoK8sApiCoreV1Toleration in net.stickycode.kuuty.model.v18
Methods in net.stickycode.kuuty.model.v18 that return IoK8sApiCoreV1Toleration Modifier and Type Method Description IoK8sApiCoreV1TolerationIoK8sApiCoreV1Toleration. effect(String effect)IoK8sApiCoreV1TolerationIoK8sApiCoreV1Toleration. key(String key)IoK8sApiCoreV1TolerationIoK8sApiCoreV1Toleration. operator(String operator)IoK8sApiCoreV1TolerationIoK8sApiCoreV1Toleration. tolerationSeconds(Long tolerationSeconds)IoK8sApiCoreV1TolerationIoK8sApiCoreV1Toleration. value(String value)Methods in net.stickycode.kuuty.model.v18 that return types with arguments of type IoK8sApiCoreV1Toleration Modifier and Type Method Description List<IoK8sApiCoreV1Toleration>IoK8sApiCoreV1PodSpec. getTolerations()If specified, the pod's tolerations.List<IoK8sApiCoreV1Toleration>IoK8sApiNodeV1alpha1Scheduling. getTolerations()tolerations are appended (excluding duplicates) to pods running with this RuntimeClass during admission, effectively unioning the set of nodes tolerated by the pod and the RuntimeClass.List<IoK8sApiCoreV1Toleration>IoK8sApiNodeV1beta1Scheduling. getTolerations()tolerations are appended (excluding duplicates) to pods running with this RuntimeClass during admission, effectively unioning the set of nodes tolerated by the pod and the RuntimeClass.Methods in net.stickycode.kuuty.model.v18 with parameters of type IoK8sApiCoreV1Toleration Modifier and Type Method Description IoK8sApiCoreV1PodSpecIoK8sApiCoreV1PodSpec. addTolerationsItem(IoK8sApiCoreV1Toleration tolerationsItem)IoK8sApiNodeV1alpha1SchedulingIoK8sApiNodeV1alpha1Scheduling. addTolerationsItem(IoK8sApiCoreV1Toleration tolerationsItem)IoK8sApiNodeV1beta1SchedulingIoK8sApiNodeV1beta1Scheduling. addTolerationsItem(IoK8sApiCoreV1Toleration tolerationsItem)Method parameters in net.stickycode.kuuty.model.v18 with type arguments of type IoK8sApiCoreV1Toleration Modifier and Type Method Description voidIoK8sApiCoreV1PodSpec. setTolerations(List<IoK8sApiCoreV1Toleration> tolerations)voidIoK8sApiNodeV1alpha1Scheduling. setTolerations(List<IoK8sApiCoreV1Toleration> tolerations)voidIoK8sApiNodeV1beta1Scheduling. setTolerations(List<IoK8sApiCoreV1Toleration> tolerations)IoK8sApiCoreV1PodSpecIoK8sApiCoreV1PodSpec. tolerations(List<IoK8sApiCoreV1Toleration> tolerations)IoK8sApiNodeV1alpha1SchedulingIoK8sApiNodeV1alpha1Scheduling. tolerations(List<IoK8sApiCoreV1Toleration> tolerations)IoK8sApiNodeV1beta1SchedulingIoK8sApiNodeV1beta1Scheduling. tolerations(List<IoK8sApiCoreV1Toleration> tolerations)
-