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