| Modifier and Type | Method and Description |
|---|---|
static CommandProbeOptions.Builder |
CommandProbeOptions.builder() |
CommandProbeOptions.Builder |
CommandProbeOptions.Builder.failureThreshold(Number failureThreshold)
Sets the value of
ProbeOptions.getFailureThreshold() |
CommandProbeOptions.Builder |
CommandProbeOptions.Builder.initialDelaySeconds(org.cdk8s.Duration initialDelaySeconds)
Sets the value of
ProbeOptions.getInitialDelaySeconds() |
CommandProbeOptions.Builder |
CommandProbeOptions.Builder.periodSeconds(org.cdk8s.Duration periodSeconds)
Sets the value of
ProbeOptions.getPeriodSeconds() |
CommandProbeOptions.Builder |
CommandProbeOptions.Builder.successThreshold(Number successThreshold)
Sets the value of
ProbeOptions.getSuccessThreshold() |
CommandProbeOptions.Builder |
CommandProbeOptions.Builder.timeoutSeconds(org.cdk8s.Duration timeoutSeconds)
Sets the value of
ProbeOptions.getTimeoutSeconds() |
Copyright © 2021. All rights reserved.