Skip to content

Commit

Permalink
update lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lichuqiang committed Oct 9, 2018
1 parent f1e976a commit 1dc61dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/apis/networking/v1alpha1/clusteringress_defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ import (
)

const (
// Default to 60 seconds if timeout not specified.
// DefaultTimeout will be set if timeout not specified.
DefaultTimeout = 60 * time.Second
// Default to retry for 3 times if not specified.
// DefaultRetryCount will be set if Attempts not specified.
DefaultRetryCount = 3
)

Expand Down

0 comments on commit 1dc61dc

Please sign in to comment.