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.
Click to show internal directories.
Click to hide internal directories.