Affected by GO-2022-0792
and 2 other vulnerabilities
GO-2022-0792: Privilege Escalation in Kubernetes in github.com/kubernetes/kubernetes
GO-2022-0857: Information Exposure in Kubernetes in github.com/kubernetes/kubernetes
GO-2022-0893: Access Restriction Bypass in kubernetes in github.com/kubernetes/kubernetes
package
Version:
v0.6.0
Opens a new window with list of versions in this module.
Published: Dec 2, 2014
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
¶
Package version supplies version information collected at build time to
kubernetes components.
type Info struct {
Major string `json:"major" yaml:"major"`
Minor string `json:"minor" yaml:"minor"`
GitVersion string `json:"gitVersion" yaml:"gitVersion"`
GitCommit string `json:"gitCommit" yaml:"gitCommit"`
GitTreeState string `json:"gitTreeState" yaml:"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.