Packages

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

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

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Info
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Info(buildDate: String, compiler: String, gitCommit: String, gitTreeState: String, gitVersion: String, goVersion: String, major: String, minor: String, platform: String)

Value Members

  1. val buildDate: String
  2. val compiler: String
  3. def getBuildDate: IO[K8sFailure, String]

    Gets buildDate.

    Gets buildDate.

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

  4. def getCompiler: IO[K8sFailure, String]

    Gets compiler.

    Gets compiler.

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

  5. def getGitCommit: IO[K8sFailure, String]

    Gets gitCommit.

    Gets gitCommit.

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

  6. def getGitTreeState: IO[K8sFailure, String]

    Gets gitTreeState.

    Gets gitTreeState.

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

  7. def getGitVersion: IO[K8sFailure, String]

    Gets gitVersion.

    Gets gitVersion.

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

  8. def getGoVersion: IO[K8sFailure, String]

    Gets goVersion.

    Gets goVersion.

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

  9. def getMajor: IO[K8sFailure, String]

    Gets major.

    Gets major.

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

  10. def getMinor: IO[K8sFailure, String]

    Gets minor.

    Gets minor.

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

  11. def getPlatform: IO[K8sFailure, String]

    Gets platform.

    Gets platform.

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

  12. val gitCommit: String
  13. val gitTreeState: String
  14. val gitVersion: String
  15. val goVersion: String
  16. val major: String
  17. val minor: String
  18. val platform: String