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 c4fe554 commit 304fcf5Copy full SHA for 304fcf5
pkg/options/options.go
@@ -50,7 +50,7 @@ type Options struct {
50
cmd *cobra.Command
51
Apiserver string `yaml:"apiserver"`
52
CustomResourceConfig string `yaml:"custom_resource_config"`
53
- CustomResourceConfigFile string `yaml:"custom_resource_config_file"`
+ CustomResourceConfigFile string `yaml:"custom_resource_state_config_file"`
54
ContinueWithoutCustomResourceConfigFile bool `yaml:"continue_without_custom_resource_config_file"`
55
Host string `yaml:"host"`
56
Kubeconfig string `yaml:"kubeconfig"`
0 commit comments