Class Proxy

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class Proxy
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<ProxyBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    Proxy defines the proxy settings for the cluster. At least one of HTTPProxy or HTTPSProxy is required.
    See Also:
    Serialized Form
    • Constructor Detail

      • Proxy

        public Proxy()
        No args constructor for use in serialization
    • 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 domains and CIDRs for which the proxy should not be used.
      • setNoProxy

        public void setNoProxy​(String noProxy)
        NoProxy is a comma-separated list of domains and CIDRs for which the proxy should not be used.
      • edit

        public ProxyBuilder edit()
        Specified by:
        edit in interface io.fabric8.kubernetes.api.builder.Editable<ProxyBuilder>
      • getAdditionalProperties

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

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

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