Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentOptions ¶
type AgentOptions struct { LeaseDurationSeconds int MetricsAddr string KubeConfig string HubKubeConfig string ClusterName string AgentAddress string AgentIngress string AgentRoute string AgentService string Address string CertDir string TLSCertFile string TLSPrivateKeyFile string ClientCAFile string Port int AgentPort int EnableLeaderElection bool EnableImpersonation bool InSecure bool }
func NewAgentOptions ¶
func NewAgentOptions() *AgentOptions
func (*AgentOptions) AddFlags ¶
func (o *AgentOptions) AddFlags(fs *pflag.FlagSet)
Click to show internal directories.
Click to hide internal directories.