Info

io.k8s.apimachinery.pkg.version.Info
See theInfo companion object
final case class Info(gitCommit: String, goVersion: String, compiler: String, gitVersion: String, gitTreeState: String, platform: String, buildDate: String, major: String, minor: String)

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

Attributes

Companion
object
Source
Info.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

transforms buildDate to result of function

transforms buildDate to result of function

Attributes

Source
Info.scala

transforms compiler to result of function

transforms compiler to result of function

Attributes

Source
Info.scala

transforms gitCommit to result of function

transforms gitCommit to result of function

Attributes

Source
Info.scala

transforms gitTreeState to result of function

transforms gitTreeState to result of function

Attributes

Source
Info.scala

transforms gitVersion to result of function

transforms gitVersion to result of function

Attributes

Source
Info.scala

transforms goVersion to result of function

transforms goVersion to result of function

Attributes

Source
Info.scala
def mapMajor(f: String => String): Info

transforms major to result of function

transforms major to result of function

Attributes

Source
Info.scala
def mapMinor(f: String => String): Info

transforms minor to result of function

transforms minor to result of function

Attributes

Source
Info.scala

transforms platform to result of function

transforms platform to result of function

Attributes

Source
Info.scala
def withBuildDate(value: String): Info

Returns a new data with buildDate set to new value

Returns a new data with buildDate set to new value

Attributes

Source
Info.scala
def withCompiler(value: String): Info

Returns a new data with compiler set to new value

Returns a new data with compiler set to new value

Attributes

Source
Info.scala
def withGitCommit(value: String): Info

Returns a new data with gitCommit set to new value

Returns a new data with gitCommit set to new value

Attributes

Source
Info.scala

Returns a new data with gitTreeState set to new value

Returns a new data with gitTreeState set to new value

Attributes

Source
Info.scala
def withGitVersion(value: String): Info

Returns a new data with gitVersion set to new value

Returns a new data with gitVersion set to new value

Attributes

Source
Info.scala
def withGoVersion(value: String): Info

Returns a new data with goVersion set to new value

Returns a new data with goVersion set to new value

Attributes

Source
Info.scala
def withMajor(value: String): Info

Returns a new data with major set to new value

Returns a new data with major set to new value

Attributes

Source
Info.scala
def withMinor(value: String): Info

Returns a new data with minor set to new value

Returns a new data with minor set to new value

Attributes

Source
Info.scala
def withPlatform(value: String): Info

Returns a new data with platform set to new value

Returns a new data with platform set to new value

Attributes

Source
Info.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product