Liking cljdoc? Tell your friends :D

clojure-kubernetes-client.api.apiextensions-v1beta1


create-custom-resource-definitionclj

(create-custom-resource-definition body)
(create-custom-resource-definition body optional-params)

create a CustomResourceDefinition

create a CustomResourceDefinition
sourceraw docstring

create-custom-resource-definition-with-http-infoclj

(create-custom-resource-definition-with-http-info body)
(create-custom-resource-definition-with-http-info body
                                                  {:keys [pretty dryRun
                                                          fieldManager]})

create a CustomResourceDefinition

create a CustomResourceDefinition
sourceraw docstring

delete-collection-custom-resource-definitionclj

(delete-collection-custom-resource-definition)
(delete-collection-custom-resource-definition optional-params)

delete collection of CustomResourceDefinition

delete collection of CustomResourceDefinition
sourceraw docstring

delete-collection-custom-resource-definition-with-http-infoclj

(delete-collection-custom-resource-definition-with-http-info)
(delete-collection-custom-resource-definition-with-http-info
  {:keys [pretty continue fieldSelector labelSelector limit resourceVersion
          timeoutSeconds watch]})

delete collection of CustomResourceDefinition

delete collection of CustomResourceDefinition
sourceraw docstring

delete-custom-resource-definitionclj

(delete-custom-resource-definition name)
(delete-custom-resource-definition name optional-params)

delete a CustomResourceDefinition

delete a CustomResourceDefinition
sourceraw docstring

delete-custom-resource-definition-with-http-infoclj

(delete-custom-resource-definition-with-http-info name)
(delete-custom-resource-definition-with-http-info
  name
  {:keys [pretty dryRun gracePeriodSeconds orphanDependents propagationPolicy
          body]})

delete a CustomResourceDefinition

delete a CustomResourceDefinition
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-custom-resource-definitionclj

(list-custom-resource-definition)
(list-custom-resource-definition optional-params)

list or watch objects of kind CustomResourceDefinition

list or watch objects of kind CustomResourceDefinition
sourceraw docstring

list-custom-resource-definition-with-http-infoclj

(list-custom-resource-definition-with-http-info)
(list-custom-resource-definition-with-http-info
  {:keys [pretty continue fieldSelector labelSelector limit resourceVersion
          timeoutSeconds watch]})

list or watch objects of kind CustomResourceDefinition

list or watch objects of kind CustomResourceDefinition
sourceraw docstring

patch-custom-resource-definitionclj

(patch-custom-resource-definition name body)
(patch-custom-resource-definition name body optional-params)

partially update the specified CustomResourceDefinition

partially update the specified CustomResourceDefinition
sourceraw docstring

patch-custom-resource-definition-statusclj

(patch-custom-resource-definition-status name body)
(patch-custom-resource-definition-status name body optional-params)

partially update status of the specified CustomResourceDefinition

partially update status of the specified CustomResourceDefinition
sourceraw docstring

patch-custom-resource-definition-status-with-http-infoclj

(patch-custom-resource-definition-status-with-http-info name body)
(patch-custom-resource-definition-status-with-http-info
  name
  body
  {:keys [pretty dryRun fieldManager force]})

partially update status of the specified CustomResourceDefinition

partially update status of the specified CustomResourceDefinition
sourceraw docstring

patch-custom-resource-definition-with-http-infoclj

(patch-custom-resource-definition-with-http-info name body)
(patch-custom-resource-definition-with-http-info name
                                                 body
                                                 {:keys [pretty dryRun
                                                         fieldManager force]})

partially update the specified CustomResourceDefinition

partially update the specified CustomResourceDefinition
sourceraw docstring

read-custom-resource-definitionclj

(read-custom-resource-definition name)
(read-custom-resource-definition name optional-params)

read the specified CustomResourceDefinition

read the specified CustomResourceDefinition
sourceraw docstring

read-custom-resource-definition-statusclj

(read-custom-resource-definition-status name)
(read-custom-resource-definition-status name optional-params)

read status of the specified CustomResourceDefinition

read status of the specified CustomResourceDefinition
sourceraw docstring

read-custom-resource-definition-status-with-http-infoclj

(read-custom-resource-definition-status-with-http-info name)
(read-custom-resource-definition-status-with-http-info name {:keys [pretty]})

read status of the specified CustomResourceDefinition

read status of the specified CustomResourceDefinition
sourceraw docstring

read-custom-resource-definition-with-http-infoclj

(read-custom-resource-definition-with-http-info name)
(read-custom-resource-definition-with-http-info name
                                                {:keys [pretty exact export]})

read the specified CustomResourceDefinition

read the specified CustomResourceDefinition
sourceraw docstring

replace-custom-resource-definitionclj

(replace-custom-resource-definition name body)
(replace-custom-resource-definition name body optional-params)

replace the specified CustomResourceDefinition

replace the specified CustomResourceDefinition
sourceraw docstring

replace-custom-resource-definition-statusclj

(replace-custom-resource-definition-status name body)
(replace-custom-resource-definition-status name body optional-params)

replace status of the specified CustomResourceDefinition

replace status of the specified CustomResourceDefinition
sourceraw docstring

replace-custom-resource-definition-status-with-http-infoclj

(replace-custom-resource-definition-status-with-http-info name body)
(replace-custom-resource-definition-status-with-http-info
  name
  body
  {:keys [pretty dryRun fieldManager]})

replace status of the specified CustomResourceDefinition

replace status of the specified CustomResourceDefinition
sourceraw docstring

replace-custom-resource-definition-with-http-infoclj

(replace-custom-resource-definition-with-http-info name body)
(replace-custom-resource-definition-with-http-info name
                                                   body
                                                   {:keys [pretty dryRun
                                                           fieldManager]})

replace the specified CustomResourceDefinition

replace the specified CustomResourceDefinition
sourceraw docstring

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

× close