mirror of https://github.com/kubernetes/kops.git
Merge pull request #4803 from jonyhy96/patch-0
fix some grammar mistakes
This commit is contained in:
commit
e2962e25f2
|
|
@ -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"`
|
||||
|
|
|
|||
Loading…
Reference in New Issue