package kubecaml

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

Container_state_waiting is a waiting state of a container.

type t
val to_yojson : t -> Yojson.Safe.t
val make : ?reason:string -> ?message:string -> unit -> t
val message : t -> string option

Message regarding why the container is not yet running.

val reason : t -> string option

(brief) reason the container is not yet running.

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