Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AgentOptions ¶
type AgentOptions struct { MetricsAddr string EnableLeaderElection bool ProbeAddr string FeatureGatesFlags map[string]bool ClusterName string SpokeKubeconfig string LeaseHealthCheck bool }
AgentOptions holds configuration for agent controller
func (*AgentOptions) AddFlags ¶
func (o *AgentOptions) AddFlags(flags *pflag.FlagSet)
func (*AgentOptions) Run ¶
func (o *AgentOptions) Run() error
Click to show internal directories.
Click to hide internal directories.