Fix a grammatical problem in a comment

This commit is contained in:
Shijun Qin 2017-10-08 21:10:50 +08:00 committed by GitHub
parent 6e2249b784
commit ab2b577cf5

View File

@ -45,7 +45,7 @@ func NewCmdAddon() *cobra.Command {
return cmd return cmd
} }
// EnsureAllAddons install all addons to a Kubernetes cluster. // EnsureAllAddons installs all addons to a Kubernetes cluster
func EnsureAllAddons(cfg *kubeadmapi.MasterConfiguration, client clientset.Interface) error { func EnsureAllAddons(cfg *kubeadmapi.MasterConfiguration, client clientset.Interface) error {
addonActions := []func(cfg *kubeadmapi.MasterConfiguration, client clientset.Interface) error{ addonActions := []func(cfg *kubeadmapi.MasterConfiguration, client clientset.Interface) error{