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.
2 parents e2b823f + ecfe31b commit 5441a99Copy full SHA for 5441a99
test/e2e/framework/util.go
@@ -578,11 +578,7 @@ func LoadClientset() (*clientset.Clientset, error) {
578
return clientset.NewForConfig(config)
579
}
580
581
-// RandomSuffix provides a random string to append to pods,services,rcs.
582
-// TODO: Allow service names to have the same form as names
583
-// for pods and replication controllers so we don't
584
-// need to use such a function and can instead
585
-// use the UUID utility function.
+// RandomSuffix provides a random sequence to append to pods,services,rcs.
586
func RandomSuffix() string {
587
return strconv.Itoa(rand.Intn(10000))
588
0 commit comments