Fix golint failures of e2e/framework/*.go

This fixes golint failures of the following files:
- test/e2e/framework/networking_utils.go
- test/e2e/framework/service_util.go
- test/e2e/framework/util.go

All golint failures in test/e2e/framework are fixed at this commit.
Remove 'test/e2e/framework' from 'hack/.golint_failures'
This commit is contained in:
Akihito INOH
2019-05-08 22:19:58 +09:00
parent d881c0d77b
commit dddc6a53d4
4 changed files with 48 additions and 5 deletions

View File

@@ -133,8 +133,10 @@ const (
// Poll is how often to Poll pods, nodes and claims.
Poll = 2 * time.Second
// PollShortTimeout is the short timeout value in polling.
PollShortTimeout = 1 * time.Minute
PollLongTimeout = 5 * time.Minute
// PollLongTimeout is the long timeout value in polling.
PollLongTimeout = 5 * time.Minute
// ServiceAccountProvisionTimeout is how long to wait for a service account to be provisioned.
// service accounts are provisioned after namespace creation