Time

io.k8s.apimachinery.pkg.apis.meta.v1.Time
See theTime companion object
final case class Time(value: String) extends AnyVal

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

Attributes

Companion
object
Source
Time.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product