| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.config.v1 |
| Modifier and Type | Method and Description |
|---|---|
RegistryLocation |
RegistryLocationBuilder.build() |
RegistryLocation |
ImageSpecFluent.buildAllowedRegistriesForImport(Integer index) |
RegistryLocation |
ImageSpecFluentImpl.buildAllowedRegistriesForImport(Integer index) |
RegistryLocation |
ImageSpecFluent.buildFirstAllowedRegistriesForImport() |
RegistryLocation |
ImageSpecFluentImpl.buildFirstAllowedRegistriesForImport() |
RegistryLocation |
ImageSpecFluent.buildLastAllowedRegistriesForImport() |
RegistryLocation |
ImageSpecFluentImpl.buildLastAllowedRegistriesForImport() |
RegistryLocation |
ImageSpecFluent.buildMatchingAllowedRegistriesForImport(Predicate<RegistryLocationBuilder> predicate) |
RegistryLocation |
ImageSpecFluentImpl.buildMatchingAllowedRegistriesForImport(Predicate<RegistryLocationBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<RegistryLocation> |
ImageSpecFluent.buildAllowedRegistriesForImport() |
List<RegistryLocation> |
ImageSpecFluentImpl.buildAllowedRegistriesForImport() |
List<RegistryLocation> |
ImageSpecFluent.getAllowedRegistriesForImport()
Deprecated.
|
List<RegistryLocation> |
ImageSpecFluentImpl.getAllowedRegistriesForImport()
Deprecated.
|
List<RegistryLocation> |
ImageSpec.getAllowedRegistriesForImport() |
| Modifier and Type | Method and Description |
|---|---|
A |
ImageSpecFluent.addAllToAllowedRegistriesForImport(Collection<RegistryLocation> items) |
A |
ImageSpecFluentImpl.addAllToAllowedRegistriesForImport(Collection<RegistryLocation> items) |
A |
ImageSpecFluent.removeAllFromAllowedRegistriesForImport(Collection<RegistryLocation> items) |
A |
ImageSpecFluentImpl.removeAllFromAllowedRegistriesForImport(Collection<RegistryLocation> items) |
void |
ImageSpec.setAllowedRegistriesForImport(List<RegistryLocation> allowedRegistriesForImport) |
A |
ImageSpecFluent.withAllowedRegistriesForImport(List<RegistryLocation> allowedRegistriesForImport) |
A |
ImageSpecFluentImpl.withAllowedRegistriesForImport(List<RegistryLocation> allowedRegistriesForImport) |
| Constructor and Description |
|---|
RegistryLocationBuilder(RegistryLocation instance) |
RegistryLocationBuilder(RegistryLocation instance,
Boolean validationEnabled) |
RegistryLocationBuilder(RegistryLocationFluent<?> fluent,
RegistryLocation instance) |
RegistryLocationBuilder(RegistryLocationFluent<?> fluent,
RegistryLocation instance,
Boolean validationEnabled) |
RegistryLocationFluentImpl(RegistryLocation instance) |
| Constructor and Description |
|---|
ImageSpec(ConfigMapNameReference additionalTrustedCA,
List<RegistryLocation> allowedRegistriesForImport,
List<String> externalRegistryHostnames,
RegistrySources registrySources) |
Copyright © 2015–2022 Red Hat. All rights reserved.