Affected by GO-2022-0854
and 1 other vulnerabilities
GO-2022-0854 : Authorization bypass in Openshift in github.com/openshift/origin
GO-2022-0875 : Denial of Service in OpenShift Origin in github.com/openshift/origin
Discover Packages
github.com/openshift/origin
Godeps
_workspace
src
k8s.io
kubernetes
pkg
version
package
Version:
v1.0.5
Opens a new window with list of versions in this module.
Published: Aug 24, 2015
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
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
¶
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.