Signed-off-by: xieshiyi <xieshiyi1@huawei.com>
This commit is contained in:
xsy 2021-02-03 18:11:22 +08:00 committed by GitHub
parent 6d907af426
commit 0c5cb6505a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ type karmadaConfig struct {
pathOptions *clientcmd.PathOptions pathOptions *clientcmd.PathOptions
} }
// NewKarmadaConfig creates a karmadaConfig for `kubefedctl` commands. // NewKarmadaConfig creates a karmadaConfig for `karmadactl` commands.
func NewKarmadaConfig(pathOptions *clientcmd.PathOptions) KarmadaConfig { func NewKarmadaConfig(pathOptions *clientcmd.PathOptions) KarmadaConfig {
return &karmadaConfig{ return &karmadaConfig{
pathOptions: pathOptions, pathOptions: pathOptions,