Uses of Interface
org.cdk8s.plus25.k8s.TcpSocketAction
-
Packages that use TcpSocketAction Package Description org.cdk8s.plus25.k8s -
-
Uses of TcpSocketAction in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement TcpSocketAction Modifier and Type Class Description static classTcpSocketAction.Jsii$ProxyAn implementation forTcpSocketActionMethods in org.cdk8s.plus25.k8s that return TcpSocketAction Modifier and Type Method Description TcpSocketActionTcpSocketAction.Builder. build()Builds the configured instance.default TcpSocketActionLifecycleHandler. getTcpSocket()Deprecated.TcpSocketActionLifecycleHandler.Jsii$Proxy. getTcpSocket()default TcpSocketActionProbe. getTcpSocket()TCPSocket specifies an action involving a TCP port.TcpSocketActionProbe.Jsii$Proxy. getTcpSocket()Methods in org.cdk8s.plus25.k8s with parameters of type TcpSocketAction Modifier and Type Method Description LifecycleHandler.BuilderLifecycleHandler.Builder. tcpSocket(TcpSocketAction tcpSocket)Sets the value ofLifecycleHandler.getTcpSocket()Probe.BuilderProbe.Builder. tcpSocket(TcpSocketAction tcpSocket)Sets the value ofProbe.getTcpSocket()
-