Package io.fabric8.kubernetes.client
Class VersionInfo
java.lang.Object
io.fabric8.kubernetes.client.VersionInfo
public class VersionInfo extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVersionInfo.BuilderclassVersionInfo.VERSION_KEYS -
Method Summary
Modifier and Type Method Description DategetBuildDate()StringgetCompiler()StringgetGitCommit()StringgetGitTreeState()StringgetGitVersion()StringgetGoVersion()StringgetMajor()StringgetMinor()StringgetPlatform()static VersionInfoparseVersionInfoFromClusterVersion(io.fabric8.openshift.api.model.ClusterVersion clusterVersion)
-
Method Details
-
getBuildDate
-
getGitCommit
-
getGitVersion
-
getMajor
-
getMinor
-
getGitTreeState
-
getPlatform
-
getGoVersion
-
getCompiler
-
parseVersionInfoFromClusterVersion
public static VersionInfo parseVersionInfoFromClusterVersion(io.fabric8.openshift.api.model.ClusterVersion clusterVersion) throws ParseException- Throws:
ParseException
-