Liking cljdoc? Tell your friends :D

clj-k8s.core


->label-selectorclj

(->label-selector labels)
source

create-namespaceclj

(create-namespace spec)
(create-namespace spec opts)

Creates a namespace

Creates a namespace
sourceraw docstring

default-nsclj

(default-ns)
source

delete-namespaceclj

(delete-namespace n)
(delete-namespace n opts)

Deletes a namespace

Deletes a namespace
sourceraw docstring

get-endpointsclj

(get-endpoints n)
(get-endpoints n {:keys [namespace] :or {namespace (default-ns)} :as opts})

Fetches the specified endpoints or returns nil if not found

Fetches the specified endpoints or returns nil if not found
sourceraw docstring

get-namespaceclj

(get-namespace n)
(get-namespace n opts)

Fetches the specified namespace or returns nil if not found

Fetches the specified namespace or returns nil if not found
sourceraw docstring

list-podsclj

(list-pods)
(list-pods
  {:keys [namespace all-namespaces] :or {namespace (default-ns)} :as opts})

List or watch pods

List or watch pods
sourceraw docstring

not-found->nilcljmacro

(not-found->nil & body)
source

pod-logsclj

(pod-logs n)
(pod-logs n {:keys [namespace] :or {namespace (default-ns)} :as opts})

Reads the logs of a specific pod

Reads the logs of a specific pod
sourceraw docstring

with-api-contextcljmacro

(with-api-context api-context & body)

A helper macro to wrap api-context with default values.

A helper macro to wrap *api-context* with default values.
sourceraw docstring

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

× close