We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c949b0c commit b11d1ecCopy full SHA for b11d1ec
vertical-pod-autoscaler/pkg/updater/logic/updater_test.go
@@ -383,6 +383,7 @@ func TestRunOnceIgnoreNamespaceMatchingPods(t *testing.T) {
383
Get()
384
385
pods[i].Labels = labels
386
+ pods[i].UID = types.UID(fmt.Sprintf("pod-uid-%d", i))
387
eviction.On("CanEvict", pods[i]).Return(true)
388
eviction.On("Evict", pods[i], nil).Return(nil)
389
}
0 commit comments