c
com.coralogix.zio.k8s.model.core.v1
ContainerStateRunning
Companion object ContainerStateRunning
case class ContainerStateRunning(startedAt: Optional[Time] = Optional.Absent) extends Product with Serializable
ContainerStateRunning is a running state of a container.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ContainerStateRunning
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ContainerStateRunning(startedAt: Optional[Time] = Optional.Absent)
Value Members
-
def
getStartedAt: IO[K8sFailure, Time]
Gets startedAt.
Gets startedAt.
If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.
- val startedAt: Optional[Time]