Class APIEndpoint

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class APIEndpoint
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<APIEndpointBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    APIEndpoint represents a reachable Kubernetes API endpoint.
    See Also:
    Serialized Form
    • Constructor Detail

      • APIEndpoint

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

        public APIEndpoint​(String host,
                           Integer port)
    • Method Detail

      • getHost

        public String getHost()
        Host is the hostname on which the API server is serving.
      • setHost

        public void setHost​(String host)
        Host is the hostname on which the API server is serving.
      • getPort

        public Integer getPort()
        Port is the port on which the API server is serving.
      • setPort

        public void setPort​(Integer port)
        Port is the port on which the API server is serving.
      • getAdditionalProperties

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

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

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