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 (
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
Click to show internal directories.
Click to hide internal directories.