Info

com.coralogix.zio.k8s.model.pkg.version.Info
See theInfo companion object
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.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Gets buildDate.

Gets buildDate.

This effect always succeeds, it is safe to use the field buildDate directly.

Attributes

Gets compiler.

Gets compiler.

This effect always succeeds, it is safe to use the field compiler directly.

Attributes

Gets gitCommit.

Gets gitCommit.

This effect always succeeds, it is safe to use the field gitCommit directly.

Attributes

Gets gitTreeState.

Gets gitTreeState.

This effect always succeeds, it is safe to use the field gitTreeState directly.

Attributes

Gets gitVersion.

Gets gitVersion.

This effect always succeeds, it is safe to use the field gitVersion directly.

Attributes

Gets goVersion.

Gets goVersion.

This effect always succeeds, it is safe to use the field goVersion directly.

Attributes

Gets major.

Gets major.

This effect always succeeds, it is safe to use the field major directly.

Attributes

Gets minor.

Gets minor.

This effect always succeeds, it is safe to use the field minor directly.

Attributes

Gets platform.

Gets platform.

This effect always succeeds, it is safe to use the field platform directly.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product