Kubernetes configuration and deployment helpers.
Kubernetes configuration and deployment helpers.
(config-map)
(config-map name)
Read the Kubernetes ConfigMap from container local disk.
name
The base name of the configuration (if any).Returns a nested map of configuration parameters.
Read the Kubernetes ConfigMap from container local disk. - `name` The base name of the configuration (if any). Returns a nested map of configuration parameters.
(kubernetes?)
Is the program currently running in a Kubernetes container?
Is the program currently running in a Kubernetes container?
(secrets)
(secrets name)
Read the Kubernetes Secrets from container local disk.
name
The base name of the secrets (if any).Returns a nested map of plain text secrets.
Read the Kubernetes Secrets from container local disk. - `name` The base name of the secrets (if any). Returns a nested map of plain text secrets.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close