Kazan v0.11.0 Kazan.Apis.Core.V1.ContainerStateRunning View Source

ContainerStateRunning is a running state of a container.

OpenAPI Definition: io.k8s.api.core.v1.ContainerStateRunning

Properties

  • started_at :: Kazan.Models.Apimachinery.Meta.V1.Time

    • 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.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kazan.Apis.Core.V1.ContainerStateRunning{
  started_at: Kazan.Models.Apimachinery.Meta.V1.Time.t()
}