constants

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	FlagVerbs          = "verbs"
	FlagServiceAccount = "sa"
	FlagOutput         = "output"
	FlagVerbosity      = "verbosity"
	FlagDiffWith       = "diff-with"
)

Common or shared flags

View Source
const CommandName = "rakkess"

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

func HelpTextMapName

func HelpTextMapName(text string) string

Types

This section is empty.

Jump to

Keyboard shortcuts

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