Helper functions to build kubectl commands
Helper functions to build kubectl commands
(apply-stdin config)
Apply a configuration from stdin. Valid options are:
:path
: kubectl path.:stdin
: the value of stdin.:json?
: enable json formatting.Apply a configuration from stdin. Valid options are: - `:path`: kubectl path. - `:stdin`: the value of stdin. - `:json?`: enable json formatting.
(command m cmd)
Specifies the command to use.
Specifies the command to use.
(flag m f)
(flag m f value)
Add a flag to the command.
Add a flag to the command.
(resource m r)
Add the name of a specific resource to target.
Add the name of a specific resource to target.
(stdin m value)
Pass value to kubectl from stdin
Pass value to kubectl from stdin
(type m t)
Specifies the resource type to use.
Specifies the resource type to use.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close