Uses of Interface
org.cdk8s.plus22.ProbeOptions
-
-
Uses of ProbeOptions in org.cdk8s.plus22
Subinterfaces of ProbeOptions in org.cdk8s.plus22 Modifier and Type Interface Description interfaceCommandProbeOptionsOptions for `Probe.fromCommand()`.interfaceHttpGetProbeOptionsOptions for `Probe.fromHttpGet()`.interfaceTcpSocketProbeOptionsOptions for `Probe.fromTcpSocket()`.Classes in org.cdk8s.plus22 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.plus22 that return ProbeOptions Modifier and Type Method Description ProbeOptionsProbeOptions.Builder. build()Builds the configured instance.
-