We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 304fcf5 commit e6f4121Copy full SHA for e6f4121
pkg/options/options.go
@@ -51,7 +51,7 @@ type Options struct {
51
Apiserver string `yaml:"apiserver"`
52
CustomResourceConfig string `yaml:"custom_resource_config"`
53
CustomResourceConfigFile string `yaml:"custom_resource_state_config_file"`
54
- ContinueWithoutCustomResourceConfigFile bool `yaml:"continue_without_custom_resource_config_file"`
+ ContinueWithoutCustomResourceConfigFile bool `yaml:"continue_without_custom_resource_state_config_file"`
55
Host string `yaml:"host"`
56
Kubeconfig string `yaml:"kubeconfig"`
57
Namespace string `yaml:"namespace"`
0 commit comments