Liking cljdoc? Tell your friends :D

org.purefn.kurosawa.k8s

Kubernetes configuration and deployment helpers.

Kubernetes configuration and deployment helpers.
raw docstring

config-mapclj

(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.
sourceraw docstring

kubernetes?clj

(kubernetes?)

Is the program currently running in a Kubernetes container?

Is the program currently running in a Kubernetes container?
sourceraw docstring

secretsclj

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close