Class TcpSocketFluent<A extends TcpSocketFluent<A>>

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Fluent<A>, io.fabric8.kubernetes.api.builder.Visitable<A>
    Direct Known Subclasses:
    LivenessProbeFluent.LivenessprobeTcpSocketNested, TcpSocketBuilder

    public class TcpSocketFluent<A extends TcpSocketFluent<A>>
    extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
    Generated
    • Constructor Detail

      • TcpSocketFluent

        public TcpSocketFluent()
      • TcpSocketFluent

        public TcpSocketFluent​(TcpSocket instance)
    • Method Detail

      • getHost

        public String getHost()
      • withHost

        public A withHost​(String host)
      • hasHost

        public boolean hasHost()
      • getPort

        public io.fabric8.kubernetes.api.model.IntOrString getPort()
      • withPort

        public A withPort​(io.fabric8.kubernetes.api.model.IntOrString port)
      • hasPort

        public boolean hasPort()
      • withNewPort

        public A withNewPort​(Object value)
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends TcpSocketFluent<A>>
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends TcpSocketFluent<A>>