Class IngressPortStatus

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<IngressPortStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class IngressPortStatus
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<IngressPortStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    IngressPortStatus represents the error condition of a service port
    See Also:
    Serialized Form
    • Constructor Detail

      • IngressPortStatus

        public IngressPortStatus()
        No args constructor for use in serialization
      • IngressPortStatus

        public IngressPortStatus​(String error,
                                 Integer port,
                                 String protocol)
    • Method Detail

      • getError

        public String getError()
        error is to record the problem with the service port The format of the error shall comply with the following rules: - built-in error values shall be specified in this file and those shall use

        CamelCase names

        - cloud provider specific error values must have names that comply with the

        format foo.example.com/CamelCase.

      • setError

        public void setError​(String error)
        error is to record the problem with the service port The format of the error shall comply with the following rules: - built-in error values shall be specified in this file and those shall use

        CamelCase names

        - cloud provider specific error values must have names that comply with the

        format foo.example.com/CamelCase.

      • getPort

        public Integer getPort()
        port is the port number of the ingress port.
      • setPort

        public void setPort​(Integer port)
        port is the port number of the ingress port.
      • getProtocol

        public String getProtocol()
        protocol is the protocol of the ingress port. The supported values are: "TCP", "UDP", "SCTP"
      • setProtocol

        public void setProtocol​(String protocol)
        protocol is the protocol of the ingress port. The supported values are: "TCP", "UDP", "SCTP"
      • getAdditionalProperties

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

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)