Class ProxyStatus

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class ProxyStatus
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<ProxyStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    ProxyStatus shows current known state of the cluster proxy.
    See Also:
    Serialized Form
    • Constructor Detail

      • ProxyStatus

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

        public ProxyStatus​(String httpProxy,
                           String httpsProxy,
                           String noProxy)
    • Method Detail

      • getHttpProxy

        public String getHttpProxy()
        httpProxy is the URL of the proxy for HTTP requests.
      • setHttpProxy

        public void setHttpProxy​(String httpProxy)
        httpProxy is the URL of the proxy for HTTP requests.
      • getHttpsProxy

        public String getHttpsProxy()
        httpsProxy is the URL of the proxy for HTTPS requests.
      • setHttpsProxy

        public void setHttpsProxy​(String httpsProxy)
        httpsProxy is the URL of the proxy for HTTPS requests.
      • getNoProxy

        public String getNoProxy()
        noProxy is a comma-separated list of hostnames and/or CIDRs for which the proxy should not be used.
      • setNoProxy

        public void setNoProxy​(String noProxy)
        noProxy is a comma-separated list of hostnames and/or CIDRs for which the proxy should not be used.
      • getAdditionalProperties

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

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

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