InfoPointer

io.k8s.apimachinery.pkg.version.InfoPointer
final case class InfoPointer(currentPath: PointerPath) extends Pointer[Info]

Pointer for Info

Attributes

Source
InfoPointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Pointer[Info]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def buildDate: Plain[String]

Attributes

Source
InfoPointer.scala
def compiler: Plain[String]

Attributes

Source
InfoPointer.scala
def gitCommit: Plain[String]

Attributes

Source
InfoPointer.scala
def gitTreeState: Plain[String]

Attributes

Source
InfoPointer.scala
def gitVersion: Plain[String]

Attributes

Source
InfoPointer.scala
def goVersion: Plain[String]

Attributes

Source
InfoPointer.scala
def major: Plain[String]

Attributes

Source
InfoPointer.scala
def minor: Plain[String]

Attributes

Source
InfoPointer.scala
def platform: Plain[String]

Attributes

Source
InfoPointer.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product