mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 05:30:26 +00:00
Merge pull request #99131 from chewong/fix-gc-etcd-registry
test images: assign gcEtcdRegistry to the correct value
This commit is contained in:
@@ -113,7 +113,7 @@ var (
|
|||||||
promoterE2eRegistry = registry.PromoterE2eRegistry
|
promoterE2eRegistry = registry.PromoterE2eRegistry
|
||||||
buildImageRegistry = registry.BuildImageRegistry
|
buildImageRegistry = registry.BuildImageRegistry
|
||||||
gcAuthenticatedRegistry = registry.GcAuthenticatedRegistry
|
gcAuthenticatedRegistry = registry.GcAuthenticatedRegistry
|
||||||
gcEtcdRegistry = registry.GcRegistry
|
gcEtcdRegistry = registry.GcEtcdRegistry
|
||||||
gcRegistry = registry.GcRegistry
|
gcRegistry = registry.GcRegistry
|
||||||
sigStorageRegistry = registry.SigStorageRegistry
|
sigStorageRegistry = registry.SigStorageRegistry
|
||||||
gcrReleaseRegistry = registry.GcrReleaseRegistry
|
gcrReleaseRegistry = registry.GcrReleaseRegistry
|
||||||
|
Reference in New Issue
Block a user