| 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(Duration initialDelaySeconds)
Sets the value of
ProbeOptions.getInitialDelaySeconds() |
CommandProbeOptions.Builder |
CommandProbeOptions.Builder.periodSeconds(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(Duration timeoutSeconds)
Sets the value of
ProbeOptions.getTimeoutSeconds() |
Copyright © 2020. All rights reserved.