Class ServicePortFluent<A extends ServicePortFluent<A>>

    • Constructor Detail

      • ServicePortFluent

        public ServicePortFluent()
      • ServicePortFluent

        public ServicePortFluent​(ServicePort instance)
    • Method Detail

      • copyInstance

        protected void copyInstance​(ServicePort instance)
      • getAppProtocol

        public String getAppProtocol()
      • withAppProtocol

        public A withAppProtocol​(String appProtocol)
      • hasAppProtocol

        public boolean hasAppProtocol()
      • getName

        public String getName()
      • withName

        public A withName​(String name)
      • hasName

        public boolean hasName()
      • getNodePort

        public Integer getNodePort()
      • withNodePort

        public A withNodePort​(Integer nodePort)
      • hasNodePort

        public boolean hasNodePort()
      • getPort

        public Integer getPort()
      • withPort

        public A withPort​(Integer port)
      • hasPort

        public boolean hasPort()
      • getProtocol

        public String getProtocol()
      • withProtocol

        public A withProtocol​(String protocol)
      • hasProtocol

        public boolean hasProtocol()
      • buildTargetPort

        public IntOrString buildTargetPort()
      • withTargetPort

        public A withTargetPort​(IntOrString targetPort)
      • hasTargetPort

        public boolean hasTargetPort()
      • withNewTargetPort

        public A withNewTargetPort​(Object value)
      • 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 ServicePortFluent<A>>
      • hashCode

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