Class PortMapEntryFluent<A extends PortMapEntryFluent<A>>

    • Constructor Detail

      • PortMapEntryFluent

        public PortMapEntryFluent()
      • PortMapEntryFluent

        public PortMapEntryFluent​(PortMapEntry instance)
    • Method Detail

      • copyInstance

        protected void copyInstance​(PortMapEntry instance)
      • 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()
      • getProtocol

        public String getProtocol()
      • withProtocol

        public A withProtocol​(String protocol)
      • hasProtocol

        public boolean hasProtocol()
      • addToAdditionalProperties

        public A addToAdditionalProperties​(String key,
                                           Object value)
      • addToAdditionalProperties

        public A addToAdditionalProperties​(Map<String,​Object> map)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(String key)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(Map<String,​Object> map)
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • withAdditionalProperties

        public <K,​V> A withAdditionalProperties​(Map<String,​Object> additionalProperties)
      • hasAdditionalProperties

        public boolean hasAdditionalProperties()
      • equals

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

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