Package org.cdk8s.plus24
Interface CommandProbeOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
,ProbeOptions
- All Known Implementing Classes:
CommandProbeOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-02-04T02:31:04.751Z") @Stability(Stable) public interface CommandProbeOptions extends software.amazon.jsii.JsiiSerializable, ProbeOptions
Options for `Probe.fromCommand()`.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CommandProbeOptions.Builder
A builder forCommandProbeOptions
static class
CommandProbeOptions.Jsii$Proxy
An implementation forCommandProbeOptions
-
Method Summary
Static Methods Modifier and Type Method Description static CommandProbeOptions.Builder
builder()
-
Methods inherited from interface org.cdk8s.plus24.ProbeOptions
getFailureThreshold, getInitialDelaySeconds, getPeriodSeconds, getSuccessThreshold, getTimeoutSeconds
-
-
-
-
Method Detail
-
builder
@Stability(Stable) static CommandProbeOptions.Builder builder()
- Returns:
- a
CommandProbeOptions.Builder
ofCommandProbeOptions
-
-