Skip to content

Commit

Permalink
Merge pull request #4772 from jonyhy96/patch-3
Browse files Browse the repository at this point in the history
fix some grammar mistakes
  • Loading branch information
k8s-ci-robot authored Mar 24, 2018
2 parents d520608 + dbec985 commit 5b88d70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/apis/kops/v1alpha1/componentconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 ?
Expand Down Expand Up @@ -420,7 +420,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"`
Expand Down

0 comments on commit 5b88d70

Please sign in to comment.