Uses of Interface
org.cdk8s.plus24.ProbeOptions
-
-
Uses of ProbeOptions in org.cdk8s.plus24
Subinterfaces of ProbeOptions in org.cdk8s.plus24 Modifier and Type Interface Description interfaceCommandProbeOptionsOptions for `Probe.fromCommand()`.interfaceHttpGetProbeOptionsOptions for `Probe.fromHttpGet()`.interfaceTcpSocketProbeOptionsOptions for `Probe.fromTcpSocket()`.Classes in org.cdk8s.plus24 that implement ProbeOptions Modifier and Type Class Description static classCommandProbeOptions.Jsii$ProxyAn implementation forCommandProbeOptionsstatic classHttpGetProbeOptions.Jsii$ProxyAn implementation forHttpGetProbeOptionsstatic classProbeOptions.Jsii$ProxyAn implementation forProbeOptionsstatic classTcpSocketProbeOptions.Jsii$ProxyAn implementation forTcpSocketProbeOptionsMethods in org.cdk8s.plus24 that return ProbeOptions Modifier and Type Method Description ProbeOptionsProbeOptions.Builder. build()Builds the configured instance.
-