Uses of Interface
org.cdk8s.plus20.TcpSocketProbeOptions
-
-
Uses of TcpSocketProbeOptions in org.cdk8s.plus20
Classes in org.cdk8s.plus20 that implement TcpSocketProbeOptions Modifier and Type Class Description static classTcpSocketProbeOptions.Jsii$ProxyAn implementation forTcpSocketProbeOptionsMethods in org.cdk8s.plus20 that return TcpSocketProbeOptions Modifier and Type Method Description TcpSocketProbeOptionsTcpSocketProbeOptions.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus20 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.
-