Uses of Interface
org.cdk8s.plus25.k8s.PodReadinessGate
-
Packages that use PodReadinessGate Package Description org.cdk8s.plus25.k8s -
-
Uses of PodReadinessGate in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement PodReadinessGate Modifier and Type Class Description static classPodReadinessGate.Jsii$ProxyAn implementation forPodReadinessGateMethods in org.cdk8s.plus25.k8s that return PodReadinessGate Modifier and Type Method Description PodReadinessGatePodReadinessGate.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type PodReadinessGate Modifier and Type Method Description default List<PodReadinessGate>PodSpec. getReadinessGates()If specified, all readiness gates will be evaluated for pod readiness.List<PodReadinessGate>PodSpec.Jsii$Proxy. getReadinessGates()Method parameters in org.cdk8s.plus25.k8s with type arguments of type PodReadinessGate Modifier and Type Method Description PodSpec.BuilderPodSpec.Builder. readinessGates(List<? extends PodReadinessGate> readinessGates)Sets the value ofPodSpec.getReadinessGates()
-