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

def mapBuildDate(f: String => String): Info

transforms buildDate to result of function

transforms buildDate to result of function

Attributes

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

transforms compiler to result of function

transforms compiler to result of function

Attributes

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

transforms gitCommit to result of function

transforms gitCommit to result of function

Attributes

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

transforms gitTreeState to result of function

transforms gitTreeState to result of function

Attributes

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

transforms gitVersion to result of function

transforms gitVersion to result of function

Attributes

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

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
def mapPlatform(f: String => String): Info

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
def withGitTreeState(value: String): Info

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

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product