Interface V1TCPSocketActionFluent<A extends V1TCPSocketActionFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
V1LifecycleHandlerFluent.TcpSocketNested<N>, V1ProbeFluent.TcpSocketNested<N>
All Known Implementing Classes:
V1TCPSocketActionBuilder, V1TCPSocketActionFluentImpl

public interface V1TCPSocketActionFluent<A extends V1TCPSocketActionFluent<A>> extends Fluent<A>
Generated
  • Method Details

    • getHost

      String getHost()
    • withHost

      A withHost(String host)
    • hasHost

      Boolean hasHost()
    • getPort

      io.kubernetes.client.custom.IntOrString getPort()
    • withPort

      A withPort(io.kubernetes.client.custom.IntOrString port)
    • hasPort

      Boolean hasPort()
    • withNewPort

      A withNewPort(int value)
    • withNewPort

      A withNewPort(String value)