Uses of Class
org.cdk8s.plus24.CommandProbeOptions.Builder
-
Packages that use CommandProbeOptions.Builder Package Description org.cdk8s.plus24 cdk8s+ (cdk8s-plus) -
-
Uses of CommandProbeOptions.Builder in org.cdk8s.plus24
Methods in org.cdk8s.plus24 that return CommandProbeOptions.Builder Modifier and Type Method Description static CommandProbeOptions.Builder
CommandProbeOptions. builder()
CommandProbeOptions.Builder
CommandProbeOptions.Builder. failureThreshold(Number failureThreshold)
Sets the value ofProbeOptions.getFailureThreshold()
CommandProbeOptions.Builder
CommandProbeOptions.Builder. initialDelaySeconds(org.cdk8s.Duration initialDelaySeconds)
Sets the value ofProbeOptions.getInitialDelaySeconds()
CommandProbeOptions.Builder
CommandProbeOptions.Builder. periodSeconds(org.cdk8s.Duration periodSeconds)
Sets the value ofProbeOptions.getPeriodSeconds()
CommandProbeOptions.Builder
CommandProbeOptions.Builder. successThreshold(Number successThreshold)
Sets the value ofProbeOptions.getSuccessThreshold()
CommandProbeOptions.Builder
CommandProbeOptions.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
.
-