Uses of Class
io.fabric8.openshift.api.model.operator.imageregistry.v1.ImageRegistryConfigProxy
-
Packages that use ImageRegistryConfigProxy Package Description io.fabric8.openshift.api.model.operator.imageregistry.v1 -
-
Uses of ImageRegistryConfigProxy in io.fabric8.openshift.api.model.operator.imageregistry.v1
Methods in io.fabric8.openshift.api.model.operator.imageregistry.v1 that return ImageRegistryConfigProxy Modifier and Type Method Description ImageRegistryConfigProxyImageRegistryConfigProxyBuilder. build()ImageRegistryConfigProxyImageRegistrySpecFluent. buildProxy()ImageRegistryConfigProxyImageRegistrySpec. getProxy()ImageRegistrySpec defines the specs for the running registry.Methods in io.fabric8.openshift.api.model.operator.imageregistry.v1 with parameters of type ImageRegistryConfigProxy Modifier and Type Method Description protected voidImageRegistryConfigProxyFluent. copyInstance(ImageRegistryConfigProxy instance)ImageRegistrySpecFluent.ProxyNested<A>ImageRegistrySpecFluent. editOrNewProxyLike(ImageRegistryConfigProxy item)voidImageRegistrySpec. setProxy(ImageRegistryConfigProxy proxy)ImageRegistrySpec defines the specs for the running registry.ImageRegistrySpecFluent.ProxyNested<A>ImageRegistrySpecFluent. withNewProxyLike(ImageRegistryConfigProxy item)AImageRegistrySpecFluent. withProxy(ImageRegistryConfigProxy proxy)Constructors in io.fabric8.openshift.api.model.operator.imageregistry.v1 with parameters of type ImageRegistryConfigProxy Constructor Description ImageRegistryConfigProxyBuilder(ImageRegistryConfigProxy instance)ImageRegistryConfigProxyBuilder(ImageRegistryConfigProxyFluent<?> fluent, ImageRegistryConfigProxy instance)ImageRegistryConfigProxyFluent(ImageRegistryConfigProxy instance)ImageRegistrySpec(io.fabric8.kubernetes.api.model.Affinity affinity, Boolean defaultRoute, Boolean disableRedirect, String httpSecret, String logLevel, Long logging, String managementState, Map<String,String> nodeSelector, Object observedConfig, String operatorLogLevel, ImageRegistryConfigProxy proxy, Boolean readOnly, Integer replicas, ImageRegistryConfigRequests requests, io.fabric8.kubernetes.api.model.ResourceRequirements resources, String rolloutStrategy, List<ImageRegistryConfigRoute> routes, ImageRegistryConfigStorage storage, List<io.fabric8.kubernetes.api.model.Toleration> tolerations, List<io.fabric8.kubernetes.api.model.TopologySpreadConstraint> topologySpreadConstraints, Object unsupportedConfigOverrides)
-