package
1.14.0-alpha.1
Repository: https://github.com/micnncim/kubernetes.git
Documentation: pkg.go.dev
# Functions
CheckExamples checks if the command examples are valid.
CheckFlags checks if the command-line flags are valid.
CheckGlobalVarFlags checks if the global flags are valid.
CheckLongDesc checks if the long description is valid.
RunCmdChecks runs all the CmdCheck functions passed, skipping skippable commands and looks for error.
RunGlobalChecks runs all the GlobalCheck functions passed and checks for error.
# Variables
AllCmdChecks is the list of CmdCheck type functions.
AllGlobalChecks is the list of GlobalCheck type functions.
# Type aliases
CmdCheck is the commom type of functions to check cobra commands.
GlobalCheck is the common type of functions to check global flags.