Uses of Class
org.cdk8s.plus22.ProbeOptions.Builder
-
-
Uses of ProbeOptions.Builder in org.cdk8s.plus22
Methods in org.cdk8s.plus22 that return ProbeOptions.Builder Modifier and Type Method Description static ProbeOptions.BuilderProbeOptions. builder()ProbeOptions.BuilderProbeOptions.Builder. failureThreshold(Number failureThreshold)Sets the value ofProbeOptions.getFailureThreshold()ProbeOptions.BuilderProbeOptions.Builder. initialDelaySeconds(org.cdk8s.Duration initialDelaySeconds)Sets the value ofProbeOptions.getInitialDelaySeconds()ProbeOptions.BuilderProbeOptions.Builder. periodSeconds(org.cdk8s.Duration periodSeconds)Sets the value ofProbeOptions.getPeriodSeconds()ProbeOptions.BuilderProbeOptions.Builder. successThreshold(Number successThreshold)Sets the value ofProbeOptions.getSuccessThreshold()ProbeOptions.BuilderProbeOptions.Builder. timeoutSeconds(org.cdk8s.Duration timeoutSeconds)Sets the value ofProbeOptions.getTimeoutSeconds()Constructors in org.cdk8s.plus22 with parameters of type ProbeOptions.Builder Constructor Description Jsii$Proxy(ProbeOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theProbeOptions.Builder.
-