parent
6d907af426
commit
0c5cb6505a
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue