Uses of Interface
org.cdk8s.plus25.ProbeOptions
-
Packages that use ProbeOptions Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of ProbeOptions in org.cdk8s.plus25
Subinterfaces of ProbeOptions in org.cdk8s.plus25 Modifier and Type Interface Description interfaceCommandProbeOptionsOptions forProbe.fromCommand().interfaceHttpGetProbeOptionsOptions forProbe.fromHttpGet().interfaceTcpSocketProbeOptionsOptions forProbe.fromTcpSocket().Classes in org.cdk8s.plus25 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.plus25 that return ProbeOptions Modifier and Type Method Description ProbeOptionsProbeOptions.Builder. build()Builds the configured instance.
-