constants

package
v0.4.1-pre Latest Latest
Warning

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

Go to latest
Published: Jun 28, 2019 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	FlagVerbs          = "verbs"
	FlagServiceAccount = "sa"
	FlagOutput         = "output"
	FlagVerbosity      = "verbosity"
)

Common or shared flags

View Source
const (
	// DefaultLogLevel is set to warn by default.
	DefaultLogLevel = logrus.WarnLevel
)

Variables

View Source
var (
	// ValidVerbs is the list of allowed actions on kubernetes resources.
	// Sort order aligned along CRUD.
	ValidVerbs = []string{
		"create",
		"get",
		"list",
		"watch",
		"update",
		"patch",
		"delete",
		"deletecollection",
	}

	// ValidOutputFormats is the list of valid formats for the result table.
	ValidOutputFormats = []string{
		"icon-table",
		"ascii-table",
	}
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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