Commit 2ecf504a authored by Robert Bailey's avatar Robert Bailey

Change the gce constant for session affinity to have the capitalization

shown in the documentation. Fixes #18347
parent f4d3f060
......@@ -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.
......
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