remove unnecessary TODO in test/e2e/network/service.go

This commit is contained in:
hangaoshuai 2018-04-08 09:51:00 +08:00
parent 5ae7bba496
commit 875ea97147

View File

@ -43,7 +43,6 @@ import (
. "github.com/onsi/gomega" . "github.com/onsi/gomega"
) )
// TODO(yankaiz): Move constants and default settings to service_util.go.
const ( const (
defaultServeHostnameServicePort = 80 defaultServeHostnameServicePort = 80
defaultServeHostnameServiceName = "svc-hostname" defaultServeHostnameServiceName = "svc-hostname"