public interface ImageSpecFluent<A extends ImageSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ImageSpecFluent.AdditionalTrustedCANested<N> |
static interface |
ImageSpecFluent.AllowedRegistriesForImportNested<N> |
static interface |
ImageSpecFluent.RegistrySourcesNested<N> |
@Deprecated ConfigMapNameReference getAdditionalTrustedCA()
ConfigMapNameReference buildAdditionalTrustedCA()
A withAdditionalTrustedCA(ConfigMapNameReference additionalTrustedCA)
Boolean hasAdditionalTrustedCA()
ImageSpecFluent.AdditionalTrustedCANested<A> withNewAdditionalTrustedCA()
ImageSpecFluent.AdditionalTrustedCANested<A> withNewAdditionalTrustedCALike(ConfigMapNameReference item)
ImageSpecFluent.AdditionalTrustedCANested<A> editAdditionalTrustedCA()
ImageSpecFluent.AdditionalTrustedCANested<A> editOrNewAdditionalTrustedCA()
ImageSpecFluent.AdditionalTrustedCANested<A> editOrNewAdditionalTrustedCALike(ConfigMapNameReference item)
A addToAllowedRegistriesForImport(Integer index, RegistryLocation item)
A setToAllowedRegistriesForImport(Integer index, RegistryLocation item)
A addToAllowedRegistriesForImport(RegistryLocation... items)
A addAllToAllowedRegistriesForImport(Collection<RegistryLocation> items)
A removeFromAllowedRegistriesForImport(RegistryLocation... items)
A removeAllFromAllowedRegistriesForImport(Collection<RegistryLocation> items)
A removeMatchingFromAllowedRegistriesForImport(Predicate<RegistryLocationBuilder> predicate)
@Deprecated List<RegistryLocation> getAllowedRegistriesForImport()
List<RegistryLocation> buildAllowedRegistriesForImport()
RegistryLocation buildAllowedRegistriesForImport(Integer index)
RegistryLocation buildFirstAllowedRegistriesForImport()
RegistryLocation buildLastAllowedRegistriesForImport()
RegistryLocation buildMatchingAllowedRegistriesForImport(Predicate<RegistryLocationBuilder> predicate)
Boolean hasMatchingAllowedRegistriesForImport(Predicate<RegistryLocationBuilder> predicate)
A withAllowedRegistriesForImport(List<RegistryLocation> allowedRegistriesForImport)
A withAllowedRegistriesForImport(RegistryLocation... allowedRegistriesForImport)
Boolean hasAllowedRegistriesForImport()
A addNewAllowedRegistriesForImport(String domainName, Boolean insecure)
ImageSpecFluent.AllowedRegistriesForImportNested<A> addNewAllowedRegistriesForImport()
ImageSpecFluent.AllowedRegistriesForImportNested<A> addNewAllowedRegistriesForImportLike(RegistryLocation item)
ImageSpecFluent.AllowedRegistriesForImportNested<A> setNewAllowedRegistriesForImportLike(Integer index, RegistryLocation item)
ImageSpecFluent.AllowedRegistriesForImportNested<A> editAllowedRegistriesForImport(Integer index)
ImageSpecFluent.AllowedRegistriesForImportNested<A> editFirstAllowedRegistriesForImport()
ImageSpecFluent.AllowedRegistriesForImportNested<A> editLastAllowedRegistriesForImport()
ImageSpecFluent.AllowedRegistriesForImportNested<A> editMatchingAllowedRegistriesForImport(Predicate<RegistryLocationBuilder> predicate)
A addAllToExternalRegistryHostnames(Collection<String> items)
A removeAllFromExternalRegistryHostnames(Collection<String> items)
String getFirstExternalRegistryHostname()
String getLastExternalRegistryHostname()
String getMatchingExternalRegistryHostname(Predicate<String> predicate)
Boolean hasMatchingExternalRegistryHostname(Predicate<String> predicate)
A withExternalRegistryHostnames(List<String> externalRegistryHostnames)
Boolean hasExternalRegistryHostnames()
@Deprecated RegistrySources getRegistrySources()
RegistrySources buildRegistrySources()
A withRegistrySources(RegistrySources registrySources)
Boolean hasRegistrySources()
ImageSpecFluent.RegistrySourcesNested<A> withNewRegistrySources()
ImageSpecFluent.RegistrySourcesNested<A> withNewRegistrySourcesLike(RegistrySources item)
ImageSpecFluent.RegistrySourcesNested<A> editRegistrySources()
ImageSpecFluent.RegistrySourcesNested<A> editOrNewRegistrySources()
ImageSpecFluent.RegistrySourcesNested<A> editOrNewRegistrySourcesLike(RegistrySources item)
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.