Versions in this module Expand all Collapse all v0 v0.13.0 Sep 3, 2025 Changes in this version + func NewInitCommand(po *options.PersistentOptions) *cobra.Command + func NewMCPControllerSubcommand(ctx context.Context, po *options.PersistentOptions) *cobra.Command + func NewRunCommand(po *options.PersistentOptions) *cobra.Command + type InitOptions struct + func (o *InitOptions) AddFlags(cmd *cobra.Command) + func (o *InitOptions) Complete(ctx context.Context) error + func (o *InitOptions) PrintCompleted(cmd *cobra.Command) + func (o *InitOptions) PrintCompletedOptions(cmd *cobra.Command) + func (o *InitOptions) PrintRaw(cmd *cobra.Command) + func (o *InitOptions) PrintRawOptions(cmd *cobra.Command) + func (o *InitOptions) Run(ctx context.Context) error + type RawRunOptions struct + EnableHTTP2 bool + EnableLeaderElection bool + MetricsAddr string + MetricsCertKey string + MetricsCertName string + MetricsCertPath string + PprofAddr string + ProbeAddr string + SecureMetrics bool + WebhookCertKey string + WebhookCertName string + WebhookCertPath string + type RunOptions struct + MetricsCertWatcher *certwatcher.CertWatcher + MetricsServerOptions metricsserver.Options + ProviderGVKList []schema.GroupVersionKind + TLSOpts []func(*tls.Config) + WebhookCertWatcher *certwatcher.CertWatcher + WebhookTLSOpts []func(*tls.Config) + func (o *RunOptions) AddFlags(cmd *cobra.Command) + func (o *RunOptions) Complete(ctx context.Context) error + func (o *RunOptions) PrintCompleted(cmd *cobra.Command) + func (o *RunOptions) PrintCompletedOptions(cmd *cobra.Command) + func (o *RunOptions) PrintRaw(cmd *cobra.Command) + func (o *RunOptions) PrintRawOptions(cmd *cobra.Command) + func (o *RunOptions) Run(ctx context.Context) error