Liking cljdoc? Tell your friends :D

clj-k8s.utils


->label-selectorclj

(->label-selector labels)
source

failed?clj

(failed? {:keys [status]})

Returns true if the job failed

Returns true if the job failed
sourceraw docstring

find-namedclj

(find-named x xs)
source

not-found->nilcljmacro

(not-found->nil & body)
source

running?clj

(running? {:keys [status]})

Returns true if the job is still running

Returns true if the job is still running
sourceraw docstring

succeeded?clj

(succeeded? {:keys [status]})

Returns true if the job was successful

Returns true if the job was successful
sourceraw docstring

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

× close