Class GatewayStatusAddress

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class GatewayStatusAddress
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<GatewayStatusAddressBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    GatewayStatusAddress describes a network address that is bound to a Gateway.
    See Also:
    Serialized Form
    • Constructor Detail

      • GatewayStatusAddress

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

        public GatewayStatusAddress​(String type,
                                    String value)
    • Method Detail

      • getType

        public String getType()
        Type of the address.
      • setType

        public void setType​(String type)
        Type of the address.
      • getValue

        public String getValue()
        Value of the address. The validity of the values will depend on the type and support by the controller.


        Examples: `1.2.3.4`, `128::1`, `my-ip-address`.

      • setValue

        public void setValue​(String value)
        Value of the address. The validity of the values will depend on the type and support by the controller.


        Examples: `1.2.3.4`, `128::1`, `my-ip-address`.

      • getAdditionalProperties

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

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

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