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

ContainerStateWaiting is a waiting state of a container.

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

Properties

  • message :: String

    • Message regarding why the container is not yet running.
  • reason :: String

    • (brief) reason the container is not yet running.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kazan.Apis.Core.V1.ContainerStateWaiting{
  message: String.t(),
  reason: String.t()
}