All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToAllowedRegistriesForImport(Collection<RegistryLocation> items) |
A |
addAllToExternalRegistryHostnames(Collection<String> items) |
ImageSpecFluent.AllowedRegistriesForImportNested<A> |
addNewAllowedRegistriesForImport() |
A |
addNewAllowedRegistriesForImport(String domainName,
Boolean insecure) |
ImageSpecFluent.AllowedRegistriesForImportNested<A> |
addNewAllowedRegistriesForImportLike(RegistryLocation item) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToAllowedRegistriesForImport(int index,
RegistryLocation item) |
A |
addToAllowedRegistriesForImport(RegistryLocation... items) |
A |
addToExternalRegistryHostnames(int index,
String item) |
A |
addToExternalRegistryHostnames(String... items) |
ConfigMapNameReference |
buildAdditionalTrustedCA() |
List<RegistryLocation> |
buildAllowedRegistriesForImport() |
RegistryLocation |
buildAllowedRegistriesForImport(int index) |
RegistryLocation |
buildFirstAllowedRegistriesForImport() |
RegistryLocation |
buildLastAllowedRegistriesForImport() |
RegistryLocation |
buildMatchingAllowedRegistriesForImport(Predicate<RegistryLocationBuilder> predicate) |
RegistrySources |
buildRegistrySources() |
protected void |
copyInstance(ImageSpec instance) |
ImageSpecFluent.AdditionalTrustedCANested<A> |
editAdditionalTrustedCA() |
ImageSpecFluent.AllowedRegistriesForImportNested<A> |
editAllowedRegistriesForImport(int index) |
ImageSpecFluent.AllowedRegistriesForImportNested<A> |
editFirstAllowedRegistriesForImport() |
ImageSpecFluent.AllowedRegistriesForImportNested<A> |
editLastAllowedRegistriesForImport() |
ImageSpecFluent.AllowedRegistriesForImportNested<A> |
editMatchingAllowedRegistriesForImport(Predicate<RegistryLocationBuilder> predicate) |
ImageSpecFluent.AdditionalTrustedCANested<A> |
editOrNewAdditionalTrustedCA() |
ImageSpecFluent.AdditionalTrustedCANested<A> |
editOrNewAdditionalTrustedCALike(ConfigMapNameReference item) |
ImageSpecFluent.RegistrySourcesNested<A> |
editOrNewRegistrySources() |
ImageSpecFluent.RegistrySourcesNested<A> |
editOrNewRegistrySourcesLike(RegistrySources item) |
ImageSpecFluent.RegistrySourcesNested<A> |
editRegistrySources() |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getExternalRegistryHostname(int index) |
List<String> |
getExternalRegistryHostnames() |
String |
getFirstExternalRegistryHostname() |
String |
getLastExternalRegistryHostname() |
String |
getMatchingExternalRegistryHostname(Predicate<String> predicate) |
boolean |
hasAdditionalProperties() |
boolean |
hasAdditionalTrustedCA() |
boolean |
hasAllowedRegistriesForImport() |
boolean |
hasExternalRegistryHostnames() |
int |
hashCode() |
boolean |
hasMatchingAllowedRegistriesForImport(Predicate<RegistryLocationBuilder> predicate) |
boolean |
hasMatchingExternalRegistryHostname(Predicate<String> predicate) |
boolean |
hasRegistrySources() |
A |
removeAllFromAllowedRegistriesForImport(Collection<RegistryLocation> items) |
A |
removeAllFromExternalRegistryHostnames(Collection<String> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromAllowedRegistriesForImport(RegistryLocation... items) |
A |
removeFromExternalRegistryHostnames(String... items) |
A |
removeMatchingFromAllowedRegistriesForImport(Predicate<RegistryLocationBuilder> predicate) |
ImageSpecFluent.AllowedRegistriesForImportNested<A> |
setNewAllowedRegistriesForImportLike(int index,
RegistryLocation item) |
A |
setToAllowedRegistriesForImport(int index,
RegistryLocation item) |
A |
setToExternalRegistryHostnames(int index,
String item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withAdditionalTrustedCA(ConfigMapNameReference additionalTrustedCA) |
A |
withAllowedRegistriesForImport(List<RegistryLocation> allowedRegistriesForImport) |
A |
withAllowedRegistriesForImport(RegistryLocation... allowedRegistriesForImport) |
A |
withExternalRegistryHostnames(List<String> externalRegistryHostnames) |
A |
withExternalRegistryHostnames(String... externalRegistryHostnames) |
ImageSpecFluent.AdditionalTrustedCANested<A> |
withNewAdditionalTrustedCA() |
A |
withNewAdditionalTrustedCA(String name) |
ImageSpecFluent.AdditionalTrustedCANested<A> |
withNewAdditionalTrustedCALike(ConfigMapNameReference item) |
ImageSpecFluent.RegistrySourcesNested<A> |
withNewRegistrySources() |
ImageSpecFluent.RegistrySourcesNested<A> |
withNewRegistrySourcesLike(RegistrySources item) |
A |
withRegistrySources(RegistrySources registrySources) |