(apply path-or-payload)
(apply
path-or-payload
{:keys [ns throw? mapper dry-run? kustomize?] :or {throw? true} :as opts})
(base64decode v)
(base64encode v)
(create resource-path-or-payload)
(create resource-path-or-payload name-or-opts)
(create resource-path-or-payload
name
{:keys [ns throw? mapper dry-run? kustomize?] :or {throw? true}})
(delete resource-path-or-payload)
(delete resource-path-or-payload name-or-opts)
(delete resource-path-or-payload
name
{:keys [ns throw? mapper dry-run? kustomize?] :or {throw? true}})
(get resource-path-or-payload)
(get resource-path-or-payload name-or-opts)
(get resource-path-or-payload
name
{:keys [ns all-ns? label-selector sort-by kustomize? throw? mapper]
:or {throw? true}
:as opts})
(reset-mock!)
(save-mock)
(save-mock path)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close