Uses of Class
net.stickycode.kuuty.model.v18.IoK8sApiCoreV1Taint
-
-
Uses of IoK8sApiCoreV1Taint in net.stickycode.kuuty.model.v18
Methods in net.stickycode.kuuty.model.v18 that return IoK8sApiCoreV1Taint Modifier and Type Method Description IoK8sApiCoreV1TaintIoK8sApiCoreV1Taint. effect(String effect)IoK8sApiCoreV1TaintIoK8sApiCoreV1Taint. key(String key)IoK8sApiCoreV1TaintIoK8sApiCoreV1Taint. timeAdded(OffsetDateTime timeAdded)IoK8sApiCoreV1TaintIoK8sApiCoreV1Taint. value(String value)Methods in net.stickycode.kuuty.model.v18 that return types with arguments of type IoK8sApiCoreV1Taint Modifier and Type Method Description List<IoK8sApiCoreV1Taint>IoK8sApiCoreV1NodeSpec. getTaints()If specified, the node's taints.Methods in net.stickycode.kuuty.model.v18 with parameters of type IoK8sApiCoreV1Taint Modifier and Type Method Description IoK8sApiCoreV1NodeSpecIoK8sApiCoreV1NodeSpec. addTaintsItem(IoK8sApiCoreV1Taint taintsItem)Method parameters in net.stickycode.kuuty.model.v18 with type arguments of type IoK8sApiCoreV1Taint Modifier and Type Method Description voidIoK8sApiCoreV1NodeSpec. setTaints(List<IoK8sApiCoreV1Taint> taints)IoK8sApiCoreV1NodeSpecIoK8sApiCoreV1NodeSpec. taints(List<IoK8sApiCoreV1Taint> taints)
-