import "github.com/erimatnor/kubernetes/pkg/version"
Package version supplies version information collected at build time to kubernetes components.
type Info struct { Major string `json:"major"` Minor string `json:"minor"` GitVersion string `json:"gitVersion"` GitCommit string `json:"gitCommit"` GitTreeState string `json:"gitTreeState"` }
Info contains versioning information. TODO: Add []string of api versions supported? It's still unclear how we'll want to distribute that information.
Get returns the overall codebase version. It's for detecting what code a binary was built from.
String returns info as a human-friendly version string.
Path | Synopsis |
---|---|
verflag | Package verflag defines utility functions to handle command line flags related to version of Kubernetes. |
Updated 2017-05-11. Refresh now. Tools for package owners.