Package org.cdk8s.plus20
Interface CommandProbeOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,ProbeOptions
- All Known Implementing Classes:
CommandProbeOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-03T09:09:28.002Z") @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 classCommandProbeOptions.BuilderA builder forCommandProbeOptionsstatic classCommandProbeOptions.Jsii$ProxyAn implementation forCommandProbeOptions
-
Method Summary
Static Methods Modifier and Type Method Description static CommandProbeOptions.Builderbuilder()-
Methods inherited from interface org.cdk8s.plus20.ProbeOptions
getFailureThreshold, getInitialDelaySeconds, getPeriodSeconds, getSuccessThreshold, getTimeoutSeconds
-
-
-
-
Method Detail
-
builder
@Stability(Stable) static CommandProbeOptions.Builder builder()
- Returns:
- a
CommandProbeOptions.BuilderofCommandProbeOptions
-
-