Skip to content

Commit 5441a99

Browse files
authored
Merge pull request kubernetes#87525 from tanjunchen/remove-TODO001
/test/e2e/framework:remove TODO in test/e2e/framework/util.go
2 parents e2b823f + ecfe31b commit 5441a99

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test/e2e/framework/util.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -578,11 +578,7 @@ func LoadClientset() (*clientset.Clientset, error) {
578578
return clientset.NewForConfig(config)
579579
}
580580

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.
581+
// RandomSuffix provides a random sequence to append to pods,services,rcs.
586582
func RandomSuffix() string {
587583
return strconv.Itoa(rand.Intn(10000))
588584
}

0 commit comments

Comments
 (0)