Versions in this module Expand all Collapse all v0 v0.0.2 Nov 7, 2025 v0.0.1 Nov 4, 2025 Changes in this version + func NewInitCommand(so *SharedOptions) *cobra.Command + func NewPlatformServiceGatewayCommand() *cobra.Command + func NewRunCommand(so *SharedOptions) *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 + Controllers []string + 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 RawSharedOptions struct + DryRun bool + Environment string + ProviderName string + type RunOptions struct + MetricsCertWatcher *certwatcher.CertWatcher + MetricsServerOptions metricsserver.Options + ProviderNamespace string + 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 + type SharedOptions struct + Log logging.Logger + PlatformCluster *clusters.Cluster + ProviderName string + func (o *SharedOptions) AddPersistentFlags(cmd *cobra.Command) + func (o *SharedOptions) Complete() error + func (o *SharedOptions) PrintCompleted(cmd *cobra.Command) + func (o *SharedOptions) PrintRaw(cmd *cobra.Command)