Class PortsFluent<A extends PortsFluent<A>>

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Fluent<A>, io.fabric8.kubernetes.api.builder.Visitable<A>
    Direct Known Subclasses:
    ContainersFluent.PortsNested, PortsBuilder

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

      • PortsFluent

        public PortsFluent()
      • PortsFluent

        public PortsFluent​(Ports instance)
    • Method Detail

      • getContainerPort

        public Integer getContainerPort()
      • withContainerPort

        public A withContainerPort​(Integer containerPort)
      • hasContainerPort

        public boolean hasContainerPort()
      • getHostIP

        public String getHostIP()
      • withHostIP

        public A withHostIP​(String hostIP)
      • hasHostIP

        public boolean hasHostIP()
      • getHostPort

        public Integer getHostPort()
      • withHostPort

        public A withHostPort​(Integer hostPort)
      • hasHostPort

        public boolean hasHostPort()
      • getName

        public String getName()
      • withName

        public A withName​(String name)
      • hasName

        public boolean hasName()
      • getProtocol

        public String getProtocol()
      • withProtocol

        public A withProtocol​(String protocol)
      • hasProtocol

        public boolean hasProtocol()
      • equals

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

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