case class Info(buildDate: String, compiler: String, gitCommit: String, gitTreeState: String, gitVersion: String, goVersion: String, major: String, minor: String, platform: String) extends Product with Serializable
Info contains versioning information. how we'll want to distribute that information.
- Alphabetic
- By Inheritance
- Info
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new Info(buildDate: String, compiler: String, gitCommit: String, gitTreeState: String, gitVersion: String, goVersion: String, major: String, minor: String, platform: String)
Value Members
- val buildDate: String
- val compiler: String
-
def
getBuildDate: IO[K8sFailure, String]
Gets buildDate.
Gets buildDate.
This effect always succeeds, it is safe to use the field buildDate directly.
-
def
getCompiler: IO[K8sFailure, String]
Gets compiler.
Gets compiler.
This effect always succeeds, it is safe to use the field compiler directly.
-
def
getGitCommit: IO[K8sFailure, String]
Gets gitCommit.
Gets gitCommit.
This effect always succeeds, it is safe to use the field gitCommit directly.
-
def
getGitTreeState: IO[K8sFailure, String]
Gets gitTreeState.
Gets gitTreeState.
This effect always succeeds, it is safe to use the field gitTreeState directly.
-
def
getGitVersion: IO[K8sFailure, String]
Gets gitVersion.
Gets gitVersion.
This effect always succeeds, it is safe to use the field gitVersion directly.
-
def
getGoVersion: IO[K8sFailure, String]
Gets goVersion.
Gets goVersion.
This effect always succeeds, it is safe to use the field goVersion directly.
-
def
getMajor: IO[K8sFailure, String]
Gets major.
Gets major.
This effect always succeeds, it is safe to use the field major directly.
-
def
getMinor: IO[K8sFailure, String]
Gets minor.
Gets minor.
This effect always succeeds, it is safe to use the field minor directly.
-
def
getPlatform: IO[K8sFailure, String]
Gets platform.
Gets platform.
This effect always succeeds, it is safe to use the field platform directly.
- val gitCommit: String
- val gitTreeState: String
- val gitVersion: String
- val goVersion: String
- val major: String
- val minor: String
- val platform: String