type RegistryList …
type Config …
func (i *Config) SetRegistry(registry string) { … }
func (i *Config) SetName(name string) { … }
func (i *Config) SetVersion(version string) { … }
func Init(repoList string) { … }
func readRepoList(repoList string) (RegistryList, map[ImageID]Config, map[ImageID]Config) { … }
func readFromURL(url string, writer io.Writer) error { … }
var initRegistry …
var (
registry …
imageConfigs …
originalImageConfigs …
)
type ImageID …
const None …
const Agnhost …
const AgnhostPrivate …
const APIServer …
const AppArmorLoader …
const AuthenticatedAlpine …
const AuthenticatedWindowsNanoServer …
const BusyBox …
const DistrolessIptables …
const Etcd …
const Httpd …
const HttpdNew …
const InvalidRegistryImage …
const IpcUtils …
const JessieDnsutils …
const Kitten …
const Nautilus …
const NFSProvisioner …
const Nginx …
const NginxNew …
const NodePerfNpbEp …
const NodePerfNpbIs …
const NodePerfTfWideDeep …
const Nonewprivs …
const NonRoot …
const Pause …
const Perl …
const Redis …
const RegressionIssue74839 …
const ResourceConsumer …
const VolumeNFSServer …
const VolumeISCSIServer …
func initImageConfigs(list RegistryList) (map[ImageID]Config, map[ImageID]Config) { … }
func GetMappedImageConfigs(originalImageConfigs map[ImageID]Config, repo string) map[ImageID]Config { … }
var reCharSafe …
var reDashes …
func getRepositoryMappedConfig(imageID ImageID, config Config, repo string) Config { … }
func GetOriginalImageConfigs() map[ImageID]Config { … }
func GetImageConfigs() map[ImageID]Config { … }
func GetConfig(image ImageID) Config { … }
func GetE2EImage(image ImageID) string { … }
func (i *Config) GetE2EImage() string { … }
func GetPauseImageName() string { … }
func ReplaceRegistryInImageURL(imageURL string) (string, error) { … }
func replaceRegistryInImageURLWithList(imageURL string, reg RegistryList) (string, error) { … }