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 6e6c70b commit 56af092Copy full SHA for 56af092
test/e2e/statefulset_helpers.go
@@ -40,5 +40,5 @@ func WaitForStatefulSetsAvailable(
40
}
41
return false
42
}, intervals...).Should(BeTrue())
43
- Logf("Deployment %s is now available, took %v", key, time.Since(start))
+ Logf("StatefulSet %s is now available, took %v", key, time.Since(start))
44
0 commit comments