From 33d087a894bba971360d8ec2d62e9a864e0f97ea Mon Sep 17 00:00:00 2001 From: Haoyun Date: Tue, 27 Mar 2018 09:18:10 +0800 Subject: [PATCH] fix some grammar mistakes fix some grammar mistakes --- pkg/apis/kops/componentconfig.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/apis/kops/componentconfig.go b/pkg/apis/kops/componentconfig.go index 7b6d210584..6822c8c719 100644 --- a/pkg/apis/kops/componentconfig.go +++ b/pkg/apis/kops/componentconfig.go @@ -158,7 +158,7 @@ type KubeletConfigSpec struct { FailSwapOn *bool `json:"failSwapOn,omitempty" flag:"fail-swap-on"` } -// KubeProxyConfig defined the configuration for a proxy +// KubeProxyConfig defines the configuration for a proxy type KubeProxyConfig struct { Image string `json:"image,omitempty"` // TODO: Better type ? @@ -423,7 +423,7 @@ type LeaderElectionConfiguration struct { LeaderElect *bool `json:"leaderElect,omitempty" flag:"leader-elect"` } -// CloudConfiguration is defines the cloud provider configuration +// CloudConfiguration defines the cloud provider configuration type CloudConfiguration struct { // GCE cloud-config options Multizone *bool `json:"multizone,omitempty"`