package kubecaml

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

Cross_version_object_reference contains enough information to let you identify the referred resource.

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

Api version of the referent

val kind : t -> string

Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds

val name : t -> string

Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names

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