Class ImageRegistryConfigProxy
- java.lang.Object
-
- io.fabric8.openshift.api.model.operator.imageregistry.v1.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 Summary
Constructors Constructor Description ImageRegistryConfigProxy()No args constructor for use in serializationImageRegistryConfigProxy(String http, String https, String noProxy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImageRegistryConfigProxyBuilderedit()Map<String,Object>getAdditionalProperties()StringgetHttp()http defines the proxy to be used by the image registry when accessing HTTP endpoints.StringgetHttps()https defines the proxy to be used by the image registry when accessing HTTPS endpoints.StringgetNoProxy()noProxy defines a comma-separated list of host names that shouldn't go through any proxy.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetHttp(String http)http defines the proxy to be used by the image registry when accessing HTTP endpoints.voidsetHttps(String https)https defines the proxy to be used by the image registry when accessing HTTPS endpoints.voidsetNoProxy(String noProxy)noProxy defines a comma-separated list of host names that shouldn't go through any proxy.ImageRegistryConfigProxyBuildertoBuilder()
-
-
-
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.
-
edit
public ImageRegistryConfigProxyBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ImageRegistryConfigProxyBuilder>
-
toBuilder
public ImageRegistryConfigProxyBuilder toBuilder()
-
-