Documentation
¶
Overview ¶
Package verflag defines utility functions to handle command line flags related to version of Kubernetes.
Index ¶
Constants ¶
View Source
const (
VersionFalse versionValue = 0
VersionTrue versionValue = 1
VersionRaw versionValue = 2
)
Variables ¶
This section is empty.
Functions ¶
func AddFlags ¶ added in v1.10.0
func AddFlags(fs *flag.FlagSet)
AddFlags registers this package's flags on arbitrary FlagSets, such that they point to the same value as the global flags.
func PrintAndExitIfRequested ¶
func PrintAndExitIfRequested()
PrintAndExitIfRequested will check if the -version flag was passed and, if so, print the version and exit.
func VersionVar ¶
func VersionVar(p *versionValue, name string, value versionValue, usage string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.