Info

case class Info(buildDate: String, compiler: String, gitCommit: String, gitTreeState: String, gitVersion: String, goVersion: String, major: String, minor: String, platform: String)

Info contains versioning information. how we'll want to distribute that information.

Info contains versioning information. how we'll want to distribute that information.

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

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.

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product