Package org.cdk8s.plus20
Interface HttpGetProbeOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,ProbeOptions
- All Known Implementing Classes:
HttpGetProbeOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.59.0 (build eb02c92)", date="2022-05-18T23:19:48.597Z") @Stability(Stable) public interface HttpGetProbeOptions extends software.amazon.jsii.JsiiSerializable, ProbeOptions
Options for `Probe.fromHttpGet()`.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classHttpGetProbeOptions.BuilderA builder forHttpGetProbeOptionsstatic classHttpGetProbeOptions.Jsii$ProxyAn implementation forHttpGetProbeOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static HttpGetProbeOptions.Builderbuilder()default NumbergetPort()The TCP port to use when sending the GET request.-
Methods inherited from interface org.cdk8s.plus20.ProbeOptions
getFailureThreshold, getInitialDelaySeconds, getPeriodSeconds, getSuccessThreshold, getTimeoutSeconds
-
-
-
-
Method Detail
-
getPort
@Stability(Stable) @Nullable default Number getPort()
The TCP port to use when sending the GET request.Default: - defaults to `container.port`.
-
builder
@Stability(Stable) static HttpGetProbeOptions.Builder builder()
- Returns:
- a
HttpGetProbeOptions.BuilderofHttpGetProbeOptions
-
-