Liking cljdoc? Tell your friends :D

clojure-kubernetes-client.api.coordination-v1


create-namespaced-leaseclj

(create-namespaced-lease namespace body)
(create-namespaced-lease namespace body optional-params)

create a Lease

create a Lease
sourceraw docstring

create-namespaced-lease-with-http-infoclj

(create-namespaced-lease-with-http-info namespace body)
(create-namespaced-lease-with-http-info namespace
                                        body
                                        {:keys [pretty dryRun fieldManager]})

create a Lease

create a Lease
sourceraw docstring

delete-collection-namespaced-leaseclj

(delete-collection-namespaced-lease namespace)
(delete-collection-namespaced-lease namespace optional-params)

delete collection of Lease

delete collection of Lease
sourceraw docstring

delete-collection-namespaced-lease-with-http-infoclj

(delete-collection-namespaced-lease-with-http-info namespace)
(delete-collection-namespaced-lease-with-http-info
  namespace
  {:keys [pretty continue fieldSelector labelSelector limit resourceVersion
          timeoutSeconds watch]})

delete collection of Lease

delete collection of Lease
sourceraw docstring

delete-namespaced-leaseclj

(delete-namespaced-lease name namespace)
(delete-namespaced-lease name namespace optional-params)

delete a Lease

delete a Lease
sourceraw docstring

delete-namespaced-lease-with-http-infoclj

(delete-namespaced-lease-with-http-info name namespace)
(delete-namespaced-lease-with-http-info name
                                        namespace
                                        {:keys [pretty dryRun gracePeriodSeconds
                                                orphanDependents
                                                propagationPolicy body]})

delete a Lease

delete a Lease
sourceraw docstring

get-api-resourcesclj

(get-api-resources)

get available resources

get available resources
sourceraw docstring

get-api-resources-with-http-infoclj

(get-api-resources-with-http-info)

get available resources

get available resources
sourceraw docstring

list-lease-for-all-namespacesclj

(list-lease-for-all-namespaces)
(list-lease-for-all-namespaces optional-params)

list or watch objects of kind Lease

list or watch objects of kind Lease
sourceraw docstring

list-lease-for-all-namespaces-with-http-infoclj

(list-lease-for-all-namespaces-with-http-info)
(list-lease-for-all-namespaces-with-http-info
  {:keys [continue fieldSelector labelSelector limit pretty resourceVersion
          timeoutSeconds watch]})

list or watch objects of kind Lease

list or watch objects of kind Lease
sourceraw docstring

list-namespaced-leaseclj

(list-namespaced-lease namespace)
(list-namespaced-lease namespace optional-params)

list or watch objects of kind Lease

list or watch objects of kind Lease
sourceraw docstring

list-namespaced-lease-with-http-infoclj

(list-namespaced-lease-with-http-info namespace)
(list-namespaced-lease-with-http-info
  namespace
  {:keys [pretty continue fieldSelector labelSelector limit resourceVersion
          timeoutSeconds watch]})

list or watch objects of kind Lease

list or watch objects of kind Lease
sourceraw docstring

patch-namespaced-leaseclj

(patch-namespaced-lease name namespace body)
(patch-namespaced-lease name namespace body optional-params)

partially update the specified Lease

partially update the specified Lease
sourceraw docstring

patch-namespaced-lease-with-http-infoclj

(patch-namespaced-lease-with-http-info name namespace body)
(patch-namespaced-lease-with-http-info name
                                       namespace
                                       body
                                       {:keys [pretty dryRun fieldManager
                                               force]})

partially update the specified Lease

partially update the specified Lease
sourceraw docstring

read-namespaced-leaseclj

(read-namespaced-lease name namespace)
(read-namespaced-lease name namespace optional-params)

read the specified Lease

read the specified Lease
sourceraw docstring

read-namespaced-lease-with-http-infoclj

(read-namespaced-lease-with-http-info name namespace)
(read-namespaced-lease-with-http-info name
                                      namespace
                                      {:keys [pretty exact export]})

read the specified Lease

read the specified Lease
sourceraw docstring

replace-namespaced-leaseclj

(replace-namespaced-lease name namespace body)
(replace-namespaced-lease name namespace body optional-params)

replace the specified Lease

replace the specified Lease
sourceraw docstring

replace-namespaced-lease-with-http-infoclj

(replace-namespaced-lease-with-http-info name namespace body)
(replace-namespaced-lease-with-http-info name
                                         namespace
                                         body
                                         {:keys [pretty dryRun fieldManager]})

replace the specified Lease

replace the specified Lease
sourceraw docstring

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

× close