We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80500e9 commit 5c01ebeCopy full SHA for 5c01ebe
modules/common/client/init.go
@@ -41,7 +41,7 @@ type configBuilder struct {
41
kubeconfigPath string
42
masterUrl string
43
insecure bool
44
- caBundlePath string
+ caBundlePath string
45
}
46
47
func (in *configBuilder) buildBaseConfig() (config *rest.Config, err error) {
0 commit comments