rootcmd

package
v2.12.3 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2023 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Overview

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

Index

Constants

View Source
const (
	// DiagnosticConfigBufferDepth is the size of the channel buffer for receiving diagnostic
	// config dumps from the proxy sync loop. The chosen size is essentially arbitrary: we don't
	// expect that the receive end will get backlogged (it only assigns the value to a local
	// variable) but do want a small amount of leeway to account for goroutine scheduling, so it
	// is not zero.
	DiagnosticConfigBufferDepth = 3
)

Variables

This section is empty.

Functions

func Execute

func Execute()

Execute is the entry point to the controller manager.

func GetRootCmd added in v2.9.0

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

func GetVersionCmd added in v2.9.0

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 added in v2.5.1

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

RunWithLogger starts the controller manager with a provided logger.

func SetupSignalHandler added in v2.4.0

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