Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HelmOperator ¶
type HelmOperator struct { command.DebugConfig Kubeconfig string `usage:"Kubeconfig file"` Namespace string `usage:"namespace to watch" default:"cattle-fleet-system" env:"NAMESPACE"` MetricsAddr string `name:"metrics-bind-address" default:":8081" usage:"The address the metric endpoint binds to."` DisableMetrics bool `name:"disable-metrics" usage:"Disable the metrics server."` EnableLeaderElection bool `` /* 160-byte string literal not displayed */ ShardID string `usage:"only manage resources labeled with a specific shard ID" name:"shard-id"` }
func (*HelmOperator) HelpFunc ¶
func (c *HelmOperator) HelpFunc(cmd *cobra.Command, strings []string)
HelpFunc hides the global flag from the help output
func (*HelmOperator) PersistentPre ¶
func (g *HelmOperator) PersistentPre(_ *cobra.Command, _ []string) error
Click to show internal directories.
Click to hide internal directories.