We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00d97d3 commit 86a6d77Copy full SHA for 86a6d77
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