package kubecaml

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

Secret_reference represents a Secret Reference. It has enough information to retrieve secret in any namespace

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

Name is unique within a namespace to reference a secret resource.

val namespace : t -> string option

Namespace defines the space within which the secret name must be unique.

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

Innovation. Community. Security.