Merge pull request #18365 from roberthbailey/session-affinity

Change the gce constant for session affinity to have the capitalization shown in the documentation
This commit is contained in:
Zach Loafman 2015-12-08 09:59:59 -08:00
commit fdc433a9ee

View File

@ -50,7 +50,7 @@ const (
k8sNodeRouteTag = "k8s-node-route" k8sNodeRouteTag = "k8s-node-route"
// AffinityTypeNone - no session affinity. // AffinityTypeNone - no session affinity.
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. // AffinityTypeClientIPProto - affinity based on Client IP and port.