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.Builderstatic classVersionInfo.VersionKeys
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetBuildDate()StringgetCompiler()StringgetGitCommit()StringgetGitTreeState()StringgetGitVersion()StringgetGoVersion()StringgetMajor()StringgetMinor()StringgetPlatform()
-
-
-
Method Detail
-
getBuildDate
public Date getBuildDate()
-
getGitCommit
public String getGitCommit()
-
getGitVersion
public String getGitVersion()
-
getMajor
public String getMajor()
-
getMinor
public String getMinor()
-
getGitTreeState
public String getGitTreeState()
-
getPlatform
public String getPlatform()
-
getGoVersion
public String getGoVersion()
-
getCompiler
public String getCompiler()
-
-