package kubecaml

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

Secret_key_selector selects a key of a Secret.

type t
val to_yojson : t -> Yojson.Safe.t
val make : ?optional:bool -> ?name:string -> key:string -> unit -> t
val key : t -> string

The key of the secret to select from. Must be a valid secret key.

val name : t -> string option

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

val optional : t -> bool option

Specify whether the Secret or it's key must be defined

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