Commit fdc433a9 authored by Zach Loafman's avatar Zach Loafman

Merge pull request #18365 from roberthbailey/session-affinity

Change the gce constant for session affinity to have the capitalization shown in the documentation
parents f4d3f060 2ecf504a
...@@ -50,7 +50,7 @@ const ( ...@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment