mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-01 22:34:14 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user