mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 12:07:47 +00:00
Merge pull request #74528 from droslean/gce-cleanup
gce: remove unused constants
This commit is contained in:
commit
0c0bd8a4cb
@ -64,18 +64,8 @@ const (
|
|||||||
gceAffinityTypeNone = "NONE"
|
gceAffinityTypeNone = "NONE"
|
||||||
// AffinityTypeClientIP - affinity based on Client IP.
|
// AffinityTypeClientIP - affinity based on Client IP.
|
||||||
gceAffinityTypeClientIP = "CLIENT_IP"
|
gceAffinityTypeClientIP = "CLIENT_IP"
|
||||||
// AffinityTypeClientIPProto - affinity based on Client IP and port.
|
|
||||||
gceAffinityTypeClientIPProto = "CLIENT_IP_PROTO"
|
|
||||||
|
|
||||||
operationPollInterval = time.Second
|
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
|
|
||||||
|
|
||||||
maxTargetPoolCreateInstances = 200
|
maxTargetPoolCreateInstances = 200
|
||||||
|
|
||||||
// HTTP Load Balancer parameters
|
// HTTP Load Balancer parameters
|
||||||
|
Loading…
Reference in New Issue
Block a user