Uses of Class
io.fabric8.openshift.api.model.config.v1.RegistrySources
-
Packages that use RegistrySources Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of RegistrySources in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return RegistrySources Modifier and Type Method Description RegistrySourcesRegistrySourcesBuilder. build()RegistrySourcesImageSpecFluent. buildRegistrySources()RegistrySourcesImageSpec. getRegistrySources()Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type RegistrySources Modifier and Type Method Description protected voidRegistrySourcesFluent. copyInstance(RegistrySources instance)ImageSpecFluent.RegistrySourcesNested<A>ImageSpecFluent. editOrNewRegistrySourcesLike(RegistrySources item)voidImageSpec. setRegistrySources(RegistrySources registrySources)ImageSpecFluent.RegistrySourcesNested<A>ImageSpecFluent. withNewRegistrySourcesLike(RegistrySources item)AImageSpecFluent. withRegistrySources(RegistrySources registrySources)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type RegistrySources Constructor Description ImageSpec(ConfigMapNameReference additionalTrustedCA, List<RegistryLocation> allowedRegistriesForImport, List<String> externalRegistryHostnames, String imageStreamImportMode, RegistrySources registrySources)RegistrySourcesBuilder(RegistrySources instance)RegistrySourcesBuilder(RegistrySourcesFluent<?> fluent, RegistrySources instance)RegistrySourcesFluent(RegistrySources instance)
-