Uses of Class
net.stickycode.kuuty.model.v18.IoK8sApiCoreV1PodReadinessGate
-
-
Uses of IoK8sApiCoreV1PodReadinessGate in net.stickycode.kuuty.model.v18
Methods in net.stickycode.kuuty.model.v18 that return IoK8sApiCoreV1PodReadinessGate Modifier and Type Method Description IoK8sApiCoreV1PodReadinessGateIoK8sApiCoreV1PodReadinessGate. conditionType(String conditionType)Methods in net.stickycode.kuuty.model.v18 that return types with arguments of type IoK8sApiCoreV1PodReadinessGate Modifier and Type Method Description List<IoK8sApiCoreV1PodReadinessGate>IoK8sApiCoreV1PodSpec. getReadinessGates()If specified, all readiness gates will be evaluated for pod readiness.Methods in net.stickycode.kuuty.model.v18 with parameters of type IoK8sApiCoreV1PodReadinessGate Modifier and Type Method Description IoK8sApiCoreV1PodSpecIoK8sApiCoreV1PodSpec. addReadinessGatesItem(IoK8sApiCoreV1PodReadinessGate readinessGatesItem)Method parameters in net.stickycode.kuuty.model.v18 with type arguments of type IoK8sApiCoreV1PodReadinessGate Modifier and Type Method Description IoK8sApiCoreV1PodSpecIoK8sApiCoreV1PodSpec. readinessGates(List<IoK8sApiCoreV1PodReadinessGate> readinessGates)voidIoK8sApiCoreV1PodSpec. setReadinessGates(List<IoK8sApiCoreV1PodReadinessGate> readinessGates)
-