Uses of Class
io.fabric8.openshift.api.model.config.v1.RegistryLocation
-
Packages that use RegistryLocation Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of RegistryLocation in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return RegistryLocation Modifier and Type Method Description RegistryLocationRegistryLocationBuilder. build()RegistryLocationImageSpecFluent. buildAllowedRegistriesForImport(int index)RegistryLocationImageSpecFluent. buildFirstAllowedRegistriesForImport()RegistryLocationImageSpecFluent. buildLastAllowedRegistriesForImport()RegistryLocationImageSpecFluent. buildMatchingAllowedRegistriesForImport(Predicate<RegistryLocationBuilder> predicate)Methods in io.fabric8.openshift.api.model.config.v1 that return types with arguments of type RegistryLocation Modifier and Type Method Description List<RegistryLocation>ImageSpecFluent. buildAllowedRegistriesForImport()List<RegistryLocation>ImageSpec. getAllowedRegistriesForImport()allowedRegistriesForImport limits the container image registries that normal users may import images from.Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type RegistryLocation Modifier and Type Method Description ImageSpecFluent.AllowedRegistriesForImportNested<A>ImageSpecFluent. addNewAllowedRegistriesForImportLike(RegistryLocation item)AImageSpecFluent. addToAllowedRegistriesForImport(int index, RegistryLocation item)AImageSpecFluent. addToAllowedRegistriesForImport(RegistryLocation... items)protected voidRegistryLocationFluent. copyInstance(RegistryLocation instance)AImageSpecFluent. removeFromAllowedRegistriesForImport(RegistryLocation... items)ImageSpecFluent.AllowedRegistriesForImportNested<A>ImageSpecFluent. setNewAllowedRegistriesForImportLike(int index, RegistryLocation item)AImageSpecFluent. setToAllowedRegistriesForImport(int index, RegistryLocation item)AImageSpecFluent. withAllowedRegistriesForImport(RegistryLocation... allowedRegistriesForImport)Method parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type RegistryLocation Modifier and Type Method Description AImageSpecFluent. addAllToAllowedRegistriesForImport(Collection<RegistryLocation> items)AImageSpecFluent. removeAllFromAllowedRegistriesForImport(Collection<RegistryLocation> items)voidImageSpec. setAllowedRegistriesForImport(List<RegistryLocation> allowedRegistriesForImport)allowedRegistriesForImport limits the container image registries that normal users may import images from.AImageSpecFluent. withAllowedRegistriesForImport(List<RegistryLocation> allowedRegistriesForImport)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type RegistryLocation Constructor Description RegistryLocationBuilder(RegistryLocation instance)RegistryLocationBuilder(RegistryLocationFluent<?> fluent, RegistryLocation instance)RegistryLocationFluent(RegistryLocation instance)Constructor parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type RegistryLocation Constructor Description ImageSpec(ConfigMapNameReference additionalTrustedCA, List<RegistryLocation> allowedRegistriesForImport, List<String> externalRegistryHostnames, String imageStreamImportMode, RegistrySources registrySources)
-