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.
- Alphabetic
- By Inheritance
- Info
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new Info(buildDate: String, compiler: String, gitCommit: String, gitTreeState: String, gitVersion: String, goVersion: String, major: String, minor: String, platform: String)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val buildDate: String
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val compiler: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
getBuildDate: IO[K8sFailure, String]
Gets buildDate.
Gets buildDate.
This effect always succeeds, it is safe to use the field buildDate directly.
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getCompiler: IO[K8sFailure, String]
Gets compiler.
Gets compiler.
This effect always succeeds, it is safe to use the field compiler directly.
-
def
getGitCommit: IO[K8sFailure, String]
Gets gitCommit.
Gets gitCommit.
This effect always succeeds, it is safe to use the field gitCommit directly.
-
def
getGitTreeState: IO[K8sFailure, String]
Gets gitTreeState.
Gets gitTreeState.
This effect always succeeds, it is safe to use the field gitTreeState directly.
-
def
getGitVersion: IO[K8sFailure, String]
Gets gitVersion.
Gets gitVersion.
This effect always succeeds, it is safe to use the field gitVersion directly.
-
def
getGoVersion: IO[K8sFailure, String]
Gets goVersion.
Gets goVersion.
This effect always succeeds, it is safe to use the field goVersion directly.
-
def
getMajor: IO[K8sFailure, String]
Gets major.
Gets major.
This effect always succeeds, it is safe to use the field major directly.
-
def
getMinor: IO[K8sFailure, String]
Gets minor.
Gets minor.
This effect always succeeds, it is safe to use the field minor directly.
-
def
getPlatform: IO[K8sFailure, String]
Gets platform.
Gets platform.
This effect always succeeds, it is safe to use the field platform directly.
- val gitCommit: String
- val gitTreeState: String
- val gitVersion: String
- val goVersion: String
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val major: String
- val minor: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val platform: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated