cmd

package
v4.181.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 24, 2026 License: BSD-3-Clause Imports: 79 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var APIServerCMD = newAPIServerCMD()
View Source
var ControllerCMD = &cobra.Command{
	Use:   "controller",
	Short: "Controller",
	Long:  "Run the Controller",
	RunE:  c.executeController,
}
View Source
var FunctionCMD = &cobra.Command{
	Use:   "functions",
	Short: "Crossplane Functions Server",
	Long:  "Run the GRPC Server for crossplane composition functions",
	RunE:  executeFunctionsServer,
}
View Source
var (
	HotfixerCMD = newHotfixer()
)
View Source
var (
	MaintenanceCMD = newMaintenanceCMD()
)

MaintenanceCMD specifies the cobra command for triggering the maintenance.

View Source
var SLIProberCMD = &cobra.Command{
	Use:   "sliprober",
	Short: "SLI Prober Controller",
	Long:  "Run the SLI Prober Controller",
	RunE:  s.executeSLIProber,
}
View Source
var (
	SlareportCMD = newSlareportCMD()
)

SlareportCMD specifies the cobra command for triggering the maintenance.

Functions

This section is empty.

Types

type Maintenance added in v4.81.0

type Maintenance interface {
	DoMaintenance(ctx context.Context) error
	ReleaseLatest(ctx context.Context, enabled bool, kubeClient client.Client, minAge time.Duration) error
	// RunBackup runs a pre-maintenance backup if supported
	RunBackup(ctx context.Context) error
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL