Liking cljdoc? Tell your friends :D

bb-operator.kube-client


*mapper*clj


*mock-path*clj


*mode*clj


applyclj

(apply path-or-payload)
(apply
  path-or-payload
  {:keys [ns throw? mapper dry-run? kustomize?] :or {throw? true} :as opts})

base64decodeclj

(base64decode v)

base64encodeclj

(base64encode v)

createclj

(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}})

deleteclj

(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}})

getclj

(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!clj

(reset-mock!)

save-mockclj

(save-mock)
(save-mock path)

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

× close