Merge pull request #74528 from droslean/gce-cleanup

gce: remove unused constants
k3s-v1.15.3
Kubernetes Prow Robot 2019-03-19 20:14:28 -07:00 committed by GitHub
commit 0c0bd8a4cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 11 deletions

View File

@ -64,18 +64,8 @@ const (
gceAffinityTypeNone = "NONE"
// AffinityTypeClientIP - affinity based on Client IP.
gceAffinityTypeClientIP = "CLIENT_IP"
// AffinityTypeClientIPProto - affinity based on Client IP and port.
gceAffinityTypeClientIPProto = "CLIENT_IP_PROTO"
operationPollInterval = time.Second
// Creating Route in very large clusters, may take more than half an hour.
operationPollTimeoutDuration = time.Hour
// Each page can have 500 results, but we cap how many pages
// are iterated through to prevent infinite loops if the API
// were to continuously return a nextPageToken.
maxPages = 25
operationPollInterval = time.Second
maxTargetPoolCreateInstances = 200
// HTTP Load Balancer parameters