Merge pull request #50923 from rowleyaj/typo_fix

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Fix typo in comment
pull/6/head
Kubernetes Submit Queue 2018-01-07 09:03:45 -08:00 committed by GitHub
commit 21a15c5673
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -528,7 +528,7 @@ type CloudConfig struct {
// KubernetesClusterTag is the legacy cluster id we'll use to identify our cluster resources // KubernetesClusterTag is the legacy cluster id we'll use to identify our cluster resources
KubernetesClusterTag string KubernetesClusterTag string
// KubernetesClusterTag is the cluster id we'll use to identify our cluster resources // KubernetesClusterID is the cluster id we'll use to identify our cluster resources
KubernetesClusterID string KubernetesClusterID string
//The aws provider creates an inbound rule per load balancer on the node security //The aws provider creates an inbound rule per load balancer on the node security