ContainerStateRunning

io.k8s.api.core.v1.ContainerStateRunning
See theContainerStateRunning companion object
final case class ContainerStateRunning(startedAt: Option[Time])

ContainerStateRunning is a running state of a container.

Attributes

Companion:
object
Source:
ContainerStateRunning.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

if startedAt has a value, transforms to the result of function

if startedAt has a value, transforms to the result of function

Attributes

Source:
ContainerStateRunning.scala

Returns a new data with startedAt set to new value

Returns a new data with startedAt set to new value

Attributes

Source:
ContainerStateRunning.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product