Merge pull request #4803 from jonyhy96/patch-0

fix some grammar mistakes
This commit is contained in:
k8s-ci-robot 2018-03-26 19:59:02 -07:00 committed by GitHub
commit e2962e25f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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"`