package kubecaml

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

Local_object_reference contains enough information to let you locate the referenced object inside the same namespace.

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

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

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