Documentation ¶ Index ¶ func Run(options *Options, config *rest.Config, ctx context.Context) error type Options func InitOptions() *Options Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Run ¶ func Run(options *Options, config *rest.Config, ctx context.Context) error Types ¶ type Options ¶ type Options struct { MetricsAddr string EnableLeaderElection bool ProbeAddr string Qps int Burst int MaxConcurrentReconciles int LogLevel int SchedulerName string EnablePodGroupWebhook bool } func InitOptions ¶ func InitOptions() *Options Source Files ¶ View all Source files app.gooptions.go Click to show internal directories. Click to hide internal directories.