Uses of Interface
org.cdk8s.plus24.TcpSocketProbeOptions
-
-
Uses of TcpSocketProbeOptions in org.cdk8s.plus24
Classes in org.cdk8s.plus24 that implement TcpSocketProbeOptions Modifier and Type Class Description static classTcpSocketProbeOptions.Jsii$ProxyAn implementation forTcpSocketProbeOptionsMethods in org.cdk8s.plus24 that return TcpSocketProbeOptions Modifier and Type Method Description TcpSocketProbeOptionsTcpSocketProbeOptions.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus24 with parameters of type TcpSocketProbeOptions Modifier and Type Method Description static ProbeProbe. fromTcpSocket(TcpSocketProbeOptions options)Defines a probe based opening a connection to a TCP socket on the container.
-