Change the gce constant for session affinity to have the capitalization

shown in the documentation.

Fixes #18347
This commit is contained in:
Robert Bailey 2015-12-08 09:36:49 -08:00
parent f4d3f06067
commit 2ecf504a2e

View File

@ -50,7 +50,7 @@ const (
k8sNodeRouteTag = "k8s-node-route"
// AffinityTypeNone - no session affinity.
gceAffinityTypeNone = "None"
gceAffinityTypeNone = "NONE"
// AffinityTypeClientIP - affinity based on Client IP.
gceAffinityTypeClientIP = "CLIENT_IP"
// AffinityTypeClientIPProto - affinity based on Client IP and port.