package
0.33.0-alpha.2
Repository: https://github.com/kubernetes/component-base.git
Documentation: pkg.go.dev
# Packages
Package verflag defines utility functions to handle command line flags related to version of Kubernetes.
# Functions
Get returns the overall codebase version.
SetDynamicVersion overrides the version returned as the GitVersion from Get().
ValidateDynamicVersion ensures the given version is non-empty, a valid semantic version, and matched the major/minor/patch version of the default gitVersion.
# Constants
DefaultKubeBinaryVersion is the hard coded k8 binary version based on the latest K8s release.