Uses of Class
io.fabric8.openshift.api.model.operator.imageregistry.v1.ImageRegistrySpec
-
Packages that use ImageRegistrySpec Package Description io.fabric8.openshift.api.model.operator.imageregistry.v1 -
-
Uses of ImageRegistrySpec in io.fabric8.openshift.api.model.operator.imageregistry.v1
Methods in io.fabric8.openshift.api.model.operator.imageregistry.v1 that return ImageRegistrySpec Modifier and Type Method Description ImageRegistrySpecImageRegistrySpecBuilder. build()ImageRegistrySpecConfigFluent. buildSpec()ImageRegistrySpecConfig. getSpec()Config is the configuration object for a registry instance managed by the registry operatorMethods in io.fabric8.openshift.api.model.operator.imageregistry.v1 with parameters of type ImageRegistrySpec Modifier and Type Method Description protected voidImageRegistrySpecFluent. copyInstance(ImageRegistrySpec instance)ConfigFluent.SpecNested<A>ConfigFluent. editOrNewSpecLike(ImageRegistrySpec item)voidConfig. setSpec(ImageRegistrySpec spec)Config is the configuration object for a registry instance managed by the registry operatorConfigFluent.SpecNested<A>ConfigFluent. withNewSpecLike(ImageRegistrySpec item)AConfigFluent. withSpec(ImageRegistrySpec spec)Constructors in io.fabric8.openshift.api.model.operator.imageregistry.v1 with parameters of type ImageRegistrySpec Constructor Description Config(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, ImageRegistrySpec spec, ImageRegistryStatus status)ImageRegistrySpecBuilder(ImageRegistrySpec instance)ImageRegistrySpecBuilder(ImageRegistrySpecFluent<?> fluent, ImageRegistrySpec instance)ImageRegistrySpecFluent(ImageRegistrySpec instance)
-