proxyconfig

package
v0.0.0-...-e7f809f Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ClustersCommand

func ClustersCommand(ctx cli.Context) *cobra.Command

TODO move to multicluster package; requires exposing some private funcs/vars in this package

func ProxyConfig

func ProxyConfig(ctx cli.Context) *cobra.Command

func StatsConfigCmd

func StatsConfigCmd(ctx cli.Context) *cobra.Command

Types

type Level

type Level int

Level is an enumeration of all supported log levels.

const (
	// OffLevel disables logging
	OffLevel Level = iota
	// CriticalLevel enables critical level logging
	CriticalLevel
	// ErrorLevel enables error level logging
	ErrorLevel
	// WarningLevel enables warning level logging
	WarningLevel
	// InfoLevel enables info level logging
	InfoLevel
	// DebugLevel enables debug level logging
	DebugLevel
	// TraceLevel enables trace level logging
	TraceLevel
)

Jump to

Keyboard shortcuts

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