| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.config.v1 |
| Modifier and Type | Method and Description |
|---|---|
RegistryLocation |
RegistryLocationBuilder.build() |
RegistryLocation |
ImageSpecFluent.buildAllowedRegistriesForImport(int index) |
RegistryLocation |
ImageSpecFluent.buildFirstAllowedRegistriesForImport() |
RegistryLocation |
ImageSpecFluent.buildLastAllowedRegistriesForImport() |
RegistryLocation |
ImageSpecFluent.buildMatchingAllowedRegistriesForImport(Predicate<RegistryLocationBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<RegistryLocation> |
ImageSpecFluent.buildAllowedRegistriesForImport() |
List<RegistryLocation> |
ImageSpec.getAllowedRegistriesForImport() |
| Modifier and Type | Method and Description |
|---|---|
ImageSpecFluent.AllowedRegistriesForImportNested<A> |
ImageSpecFluent.addNewAllowedRegistriesForImportLike(RegistryLocation item) |
A |
ImageSpecFluent.addToAllowedRegistriesForImport(int index,
RegistryLocation item) |
A |
ImageSpecFluent.addToAllowedRegistriesForImport(RegistryLocation... items) |
protected void |
RegistryLocationFluent.copyInstance(RegistryLocation instance) |
A |
ImageSpecFluent.removeFromAllowedRegistriesForImport(RegistryLocation... items) |
ImageSpecFluent.AllowedRegistriesForImportNested<A> |
ImageSpecFluent.setNewAllowedRegistriesForImportLike(int index,
RegistryLocation item) |
A |
ImageSpecFluent.setToAllowedRegistriesForImport(int index,
RegistryLocation item) |
A |
ImageSpecFluent.withAllowedRegistriesForImport(RegistryLocation... allowedRegistriesForImport) |
| Modifier and Type | Method and Description |
|---|---|
A |
ImageSpecFluent.addAllToAllowedRegistriesForImport(Collection<RegistryLocation> items) |
A |
ImageSpecFluent.removeAllFromAllowedRegistriesForImport(Collection<RegistryLocation> items) |
void |
ImageSpec.setAllowedRegistriesForImport(List<RegistryLocation> allowedRegistriesForImport) |
A |
ImageSpecFluent.withAllowedRegistriesForImport(List<RegistryLocation> allowedRegistriesForImport) |
| Constructor and Description |
|---|
RegistryLocationBuilder(RegistryLocation instance) |
RegistryLocationBuilder(RegistryLocationFluent<?> fluent,
RegistryLocation instance) |
RegistryLocationFluent(RegistryLocation instance) |
| Constructor and Description |
|---|
ImageSpec(ConfigMapNameReference additionalTrustedCA,
List<RegistryLocation> allowedRegistriesForImport,
List<String> externalRegistryHostnames,
RegistrySources registrySources) |
Copyright © 2015–2023 Red Hat. All rights reserved.