package kubecaml

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

Namespace_spec describes the attributes on a Namespace.

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

Finalizers is an opaque list of values that must be empty to permanently remove object from storage. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/

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