package kubecaml

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

Namespace_status is information about the current status of a Namespace.

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

Phase is the current lifecycle phase of the namespace. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/

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