package kubecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Container_state holds a possible state of container. Only one of its members may be specified. If none of them is specified, the default one is Container_state_waiting.

type t
val to_yojson : t -> Yojson.Safe.t

Details about a running container

Details about a terminated container

Details about a waiting container

module Object : Object.S with type value := t