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. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val buildDate: String
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. val compiler: String
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def getBuildDate: IO[K8sFailure, String]

    Gets buildDate.

    Gets buildDate.

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

  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def getCompiler: IO[K8sFailure, String]

    Gets compiler.

    Gets compiler.

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

  12. def getGitCommit: IO[K8sFailure, String]

    Gets gitCommit.

    Gets gitCommit.

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

  13. def getGitTreeState: IO[K8sFailure, String]

    Gets gitTreeState.

    Gets gitTreeState.

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

  14. def getGitVersion: IO[K8sFailure, String]

    Gets gitVersion.

    Gets gitVersion.

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

  15. def getGoVersion: IO[K8sFailure, String]

    Gets goVersion.

    Gets goVersion.

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

  16. def getMajor: IO[K8sFailure, String]

    Gets major.

    Gets major.

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

  17. def getMinor: IO[K8sFailure, String]

    Gets minor.

    Gets minor.

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

  18. def getPlatform: IO[K8sFailure, String]

    Gets platform.

    Gets platform.

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

  19. val gitCommit: String
  20. val gitTreeState: String
  21. val gitVersion: String
  22. val goVersion: String
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. val major: String
  25. val minor: String
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. val platform: String
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped