Class ImageRegistryConfigProxy

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class ImageRegistryConfigProxy
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<ImageRegistryConfigProxyBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    ImageRegistryConfigProxy defines proxy configuration to be used by registry.
    See Also:
    Serialized Form
    • Constructor Detail

      • ImageRegistryConfigProxy

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

        public ImageRegistryConfigProxy​(String http,
                                        String https,
                                        String noProxy)
    • Method Detail

      • getHttp

        public String getHttp()
        http defines the proxy to be used by the image registry when accessing HTTP endpoints.
      • setHttp

        public void setHttp​(String http)
        http defines the proxy to be used by the image registry when accessing HTTP endpoints.
      • getHttps

        public String getHttps()
        https defines the proxy to be used by the image registry when accessing HTTPS endpoints.
      • setHttps

        public void setHttps​(String https)
        https defines the proxy to be used by the image registry when accessing HTTPS endpoints.
      • getNoProxy

        public String getNoProxy()
        noProxy defines a comma-separated list of host names that shouldn't go through any proxy.
      • setNoProxy

        public void setNoProxy​(String noProxy)
        noProxy defines a comma-separated list of host names that shouldn't go through any proxy.
      • getAdditionalProperties

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

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

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