Package io.fabric8.kubernetes.client
Class VersionInfo.VERSION_KEYS
java.lang.Object
io.fabric8.kubernetes.client.VersionInfo.VERSION_KEYS
- Enclosing class:
- VersionInfo
public final class VersionInfo.VERSION_KEYS extends Object
-
Field Summary
Fields Modifier and Type Field Description static StringBUILD_DATEstatic StringBUILD_DATE_FORMATstatic StringCOMPILERstatic StringGIT_COMMITstatic StringGIT_TREE_STATEstatic StringGIT_VERSIONstatic StringGO_VERSIONstatic StringMAJORstatic StringMINORstatic StringPLATFORM -
Constructor Summary
Constructors Constructor Description VERSION_KEYS() -
Method Summary
-
Field Details
-
BUILD_DATE
- See Also:
- Constant Field Values
-
GIT_COMMIT
- See Also:
- Constant Field Values
-
GIT_VERSION
- See Also:
- Constant Field Values
-
MAJOR
- See Also:
- Constant Field Values
-
MINOR
- See Also:
- Constant Field Values
-
GIT_TREE_STATE
- See Also:
- Constant Field Values
-
PLATFORM
- See Also:
- Constant Field Values
-
GO_VERSION
- See Also:
- Constant Field Values
-
COMPILER
- See Also:
- Constant Field Values
-
BUILD_DATE_FORMAT
- See Also:
- Constant Field Values
-
-
Constructor Details
-
VERSION_KEYS
public VERSION_KEYS()
-