Discover Packages
github.com/jkhelil/origin
Godeps
_workspace
src
k8s.io
kubernetes
pkg
version
package
Version:
v1.0.8
Opens a new window with list of versions in this module.
Published: Nov 7, 2015
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation Source Files Directories Overview Index Constants Variables Functions Types type Info Get() (info) String()
Documentation
¶
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.
Source Files
¶
Directories
¶
Show internal
Collapse all
Package verflag defines utility functions to handle command line flags related to version of Kubernetes.
Package verflag defines utility functions to handle command line flags related to version of Kubernetes.
Click to show internal directories.
Click to hide internal directories.