public class VersionInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
VersionInfo.Builder |
class |
VersionInfo.VERSION_KEYS |
| Modifier and Type | Method and Description |
|---|---|
Date |
getBuildDate() |
String |
getCompiler() |
String |
getGitCommit() |
String |
getGitTreeState() |
String |
getGitVersion() |
String |
getGoVersion() |
String |
getMajor() |
String |
getMinor() |
String |
getPlatform() |
static VersionInfo |
parseVersionInfoFromClusterVersion(io.fabric8.openshift.api.model.ClusterVersion clusterVersion) |
public Date getBuildDate()
public String getGitCommit()
public String getGitVersion()
public String getMajor()
public String getMinor()
public String getGitTreeState()
public String getPlatform()
public String getGoVersion()
public String getCompiler()
public static VersionInfo parseVersionInfoFromClusterVersion(io.fabric8.openshift.api.model.ClusterVersion clusterVersion) throws ParseException
ParseExceptionCopyright © 2015–2021 Red Hat. All rights reserved.