Uses of Record Class
land.oras.auth.RegistriesConf.MirrorConfig
Packages that use RegistriesConf.MirrorConfig
-
Uses of RegistriesConf.MirrorConfig in land.oras.auth
Methods in land.oras.auth that return types with arguments of type RegistriesConf.MirrorConfigModifier and TypeMethodDescriptionRegistriesConf.getApplicableMirrors(ContainerRef ref) Return the ordered list of mirrors that are applicable for the given reference, filtering out mirrors whosepull-from-mirrorsetting does not match the reference type (tag vs. digest).RegistriesConf.getMirrors(ContainerRef ref) Return the ordered list of mirrors configured for the registry that matches the given reference.Methods in land.oras.auth with parameters of type RegistriesConf.MirrorConfigModifier and TypeMethodDescriptionRegistriesConf.rewriteForMirror(ContainerRef ref, RegistriesConf.MirrorConfig mirror) Rewrite the given container reference to use the mirror's location, replacing the registry host.