Skip to content

Commit

Permalink
Change the gce constant for session affinity to have the capitalization
Browse files Browse the repository at this point in the history
shown in the documentation.

Fixes kubernetes#18347
  • Loading branch information
roberthbailey committed Dec 8, 2015
1 parent f4d3f06 commit 2ecf504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cloudprovider/providers/gce/gce.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2ecf504

Please sign in to comment.