Merge pull request #115626 from hh/patch-3

Migrate apiserver tracing_test.go to registry.k8s.io
This commit is contained in:
Kubernetes Prow Robot 2023-02-14 21:26:31 -08:00 committed by GitHub
commit 62903e3de6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,7 +144,7 @@ spec:
k8s-app: agent k8s-app: agent
spec: spec:
containers: containers:
- image: k8s.gcr.io/busybox - image: registry.k8s.io/busybox
name: agent name: agent
`, `,
expectedResult: nil, expectedResult: nil,