import { type ContainerState } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/core@v1/structs.ts";
ContainerState holds a possible state of container. Only one of its members may be specified. If none of them is specified, the default one is ContainerStateWaiting.
Properties
optional
running: ContainerStateRunning | nulloptional
terminated: ContainerStateTerminated | nulloptional
waiting: ContainerStateWaiting | null