Module Kubecaml.Kubernetes.Definitions.Apimachinery.Pkg.Apis.Meta.V1.Initializer

Initializer is information about an initializer that has not yet completed.

type t
val to_yojson : t ‑> Yojson.Safe.json
val of_yojson : Yojson.Safe.json ‑> t Ppx_deriving_yojson_runtime.error_or
val create : name:string ‑> t
val name : t ‑> string

name of the process that is responsible for initializing this object.

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