(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`
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close