rootcmd

package
v3.1.4 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2024 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Overview

Package rootcmd implements the cobra.Command that manages the controller manager lifecycle.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute()

Execute is the entry point to the controller manager.

func GetRootCmd

func GetRootCmd(cfg *manager.Config) *cobra.Command

func GetVersionCmd

func GetVersionCmd() *cobra.Command

func Run

func Run(ctx context.Context, c *manager.Config, output io.Writer) error

Run sets up a default stderr logger and starts the controller manager.

func RunWithLogger

func RunWithLogger(ctx context.Context, c *manager.Config, logger logr.Logger) error

RunWithLogger starts the controller manager with a provided logger.

func SetupSignalHandler

func SetupSignalHandler(ctx context.Context, cfg *manager.Config, logger logr.Logger) (context.Context, error)

SetupSignalHandler registers for SIGTERM and SIGINT. A context is returned which is canceled on one of these signals. If a second signal is not caught, the program will delay for the configured period of time before terminating. If a second signal is caught, the program is terminated with exit code 1.

func StartDiagnosticsServer

func StartDiagnosticsServer(
	ctx context.Context,
	port int,
	c *manager.Config,
	logger logr.Logger,
) (diagnostics.Server, error)

StartDiagnosticsServer starts a goroutine that handles requests for the diagnostics server.

Types

This section is empty.

Jump to

Keyboard shortcuts

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