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 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.