package kubecaml

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

Env_var_source represents a source for the value of an Env_var.

type t
val to_yojson : t -> Yojson.Safe.t

Selects a key of a Config_map.

Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels, metadata.annotations, spec.node_name, spec.service_account_name, status.host_ip, status.pod_ip.

Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, limits.ephemeral_storage, requests.cpu, requests.memory and requests.ephemeral_storage) are currently supported.

Selects a key of a secret in the pod's namespace

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