Liking cljdoc? Tell your friends :D

exoscale.kubectl


add-flagsclj

(add-flags result flags)
source

build-shell-commandclj

(build-shell-command {:as cmd :keys [path command type resource flags stdin]})

Takes a map representing a kubectl command. Returns a vector of string containing the command pass to shell/sh

Takes a map representing a kubectl command.
Returns a vector of string containing the command pass to `shell/sh`
sourceraw docstring

run-commandclj

(run-command cmd)

Takes a map representing a kubectl command, executes it. Throws if the command returns an error.

Takes a map representing a kubectl command, executes it.
Throws if the command returns an error.
sourceraw docstring

Runnercljprotocol

runclj

(run this cmd)

Run a kubectl command

Run a kubectl command
source

sort-flagsclj

(sort-flags flags)
source

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

× close