Package org.cdk8s.plus28
Interface CommandProbeOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,ProbeOptions
- All Known Implementing Classes:
CommandProbeOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-03T12:13:25.487Z") @Stability(Stable) public interface CommandProbeOptions extends software.amazon.jsii.JsiiSerializable, ProbeOptions
Options forProbe.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.plus28.ProbeOptions
getFailureThreshold, getInitialDelaySeconds, getPeriodSeconds, getSuccessThreshold, getTimeoutSeconds
-
-
-
-
Method Detail
-
builder
@Stability(Stable) static CommandProbeOptions.Builder builder()
- Returns:
- a
CommandProbeOptions.BuilderofCommandProbeOptions
-
-