Liking cljdoc? Tell your friends :D
Clojure only.

clojure-kubernetes-client.api.custom-objects


create-cluster-custom-objectclj

(create-cluster-custom-object group version plural body)
(create-cluster-custom-object group version plural body optional-params)

Creates a cluster scoped Custom object

Creates a cluster scoped Custom object
sourceraw docstring

create-cluster-custom-object-with-http-infoclj

(create-cluster-custom-object-with-http-info group version plural body)
(create-cluster-custom-object-with-http-info group
                                             version
                                             plural
                                             body
                                             {:keys [pretty]})

Creates a cluster scoped Custom object

Creates a cluster scoped Custom object
sourceraw docstring

create-namespaced-custom-objectclj

(create-namespaced-custom-object group version namespace plural body)
(create-namespaced-custom-object group
                                 version
                                 namespace
                                 plural
                                 body
                                 optional-params)

Creates a namespace scoped Custom object

Creates a namespace scoped Custom object
sourceraw docstring

create-namespaced-custom-object-with-http-infoclj

(create-namespaced-custom-object-with-http-info group
                                                version
                                                namespace
                                                plural
                                                body)
(create-namespaced-custom-object-with-http-info group
                                                version
                                                namespace
                                                plural
                                                body
                                                {:keys [pretty]})

Creates a namespace scoped Custom object

Creates a namespace scoped Custom object
sourceraw docstring

delete-cluster-custom-objectclj

(delete-cluster-custom-object group version plural name body)
(delete-cluster-custom-object group version plural name body optional-params)

Deletes the specified cluster scoped custom object

Deletes the specified cluster scoped custom object
sourceraw docstring

delete-cluster-custom-object-with-http-infoclj

(delete-cluster-custom-object-with-http-info group version plural name body)
(delete-cluster-custom-object-with-http-info
  group
  version
  plural
  name
  body
  {:keys [gracePeriodSeconds orphanDependents propagationPolicy]})

Deletes the specified cluster scoped custom object

Deletes the specified cluster scoped custom object
sourceraw docstring

delete-namespaced-custom-objectclj

(delete-namespaced-custom-object group version namespace plural name body)
(delete-namespaced-custom-object group
                                 version
                                 namespace
                                 plural
                                 name
                                 body
                                 optional-params)

Deletes the specified namespace scoped custom object

Deletes the specified namespace scoped custom object
sourceraw docstring

delete-namespaced-custom-object-with-http-infoclj

(delete-namespaced-custom-object-with-http-info group
                                                version
                                                namespace
                                                plural
                                                name
                                                body)
(delete-namespaced-custom-object-with-http-info
  group
  version
  namespace
  plural
  name
  body
  {:keys [gracePeriodSeconds orphanDependents propagationPolicy]})

Deletes the specified namespace scoped custom object

Deletes the specified namespace scoped custom object
sourceraw docstring

get-cluster-custom-objectclj

(get-cluster-custom-object group version plural name)

Returns a cluster scoped custom object

Returns a cluster scoped custom object
sourceraw docstring

get-cluster-custom-object-scaleclj

(get-cluster-custom-object-scale group version plural name)

read scale of the specified custom object

read scale of the specified custom object
sourceraw docstring

get-cluster-custom-object-scale-with-http-infoclj

(get-cluster-custom-object-scale-with-http-info group version plural name)

read scale of the specified custom object

read scale of the specified custom object
sourceraw docstring

get-cluster-custom-object-statusclj

(get-cluster-custom-object-status group version plural name)

read status of the specified cluster scoped custom object

read status of the specified cluster scoped custom object
sourceraw docstring

get-cluster-custom-object-status-with-http-infoclj

(get-cluster-custom-object-status-with-http-info group version plural name)

read status of the specified cluster scoped custom object

read status of the specified cluster scoped custom object
sourceraw docstring

get-cluster-custom-object-with-http-infoclj

(get-cluster-custom-object-with-http-info group version plural name)

Returns a cluster scoped custom object

Returns a cluster scoped custom object
sourceraw docstring

get-namespaced-custom-objectclj

(get-namespaced-custom-object group version namespace plural name)

Returns a namespace scoped custom object

Returns a namespace scoped custom object
sourceraw docstring

get-namespaced-custom-object-scaleclj

(get-namespaced-custom-object-scale group version namespace plural name)

read scale of the specified namespace scoped custom object

read scale of the specified namespace scoped custom object
sourceraw docstring

get-namespaced-custom-object-scale-with-http-infoclj

(get-namespaced-custom-object-scale-with-http-info group
                                                   version
                                                   namespace
                                                   plural
                                                   name)

read scale of the specified namespace scoped custom object

read scale of the specified namespace scoped custom object
sourceraw docstring

get-namespaced-custom-object-statusclj

(get-namespaced-custom-object-status group version namespace plural name)

read status of the specified namespace scoped custom object

read status of the specified namespace scoped custom object
sourceraw docstring

get-namespaced-custom-object-status-with-http-infoclj

(get-namespaced-custom-object-status-with-http-info group
                                                    version
                                                    namespace
                                                    plural
                                                    name)

read status of the specified namespace scoped custom object

read status of the specified namespace scoped custom object
sourceraw docstring

get-namespaced-custom-object-with-http-infoclj

(get-namespaced-custom-object-with-http-info group
                                             version
                                             namespace
                                             plural
                                             name)

Returns a namespace scoped custom object

Returns a namespace scoped custom object
sourceraw docstring

list-cluster-custom-objectclj

(list-cluster-custom-object group version plural)
(list-cluster-custom-object group version plural optional-params)

list or watch cluster scoped custom objects

list or watch cluster scoped custom objects
sourceraw docstring

list-cluster-custom-object-with-http-infoclj

(list-cluster-custom-object-with-http-info group version plural)
(list-cluster-custom-object-with-http-info group
                                           version
                                           plural
                                           {:keys [pretty fieldSelector
                                                   labelSelector resourceVersion
                                                   timeoutSeconds watch]})

list or watch cluster scoped custom objects

list or watch cluster scoped custom objects
sourceraw docstring

list-namespaced-custom-objectclj

(list-namespaced-custom-object group version namespace plural)
(list-namespaced-custom-object group version namespace plural optional-params)

list or watch namespace scoped custom objects

list or watch namespace scoped custom objects
sourceraw docstring

list-namespaced-custom-object-with-http-infoclj

(list-namespaced-custom-object-with-http-info group version namespace plural)
(list-namespaced-custom-object-with-http-info
  group
  version
  namespace
  plural
  {:keys [pretty fieldSelector labelSelector resourceVersion timeoutSeconds
          watch]})

list or watch namespace scoped custom objects

list or watch namespace scoped custom objects
sourceraw docstring

patch-cluster-custom-objectclj

(patch-cluster-custom-object group version plural name body)

patch the specified cluster scoped custom object

patch the specified cluster scoped custom object
sourceraw docstring

patch-cluster-custom-object-scaleclj

(patch-cluster-custom-object-scale group version plural name body)

partially update scale of the specified cluster scoped custom object

partially update scale of the specified cluster scoped custom object
sourceraw docstring

patch-cluster-custom-object-scale-with-http-infoclj

(patch-cluster-custom-object-scale-with-http-info group
                                                  version
                                                  plural
                                                  name
                                                  body)

partially update scale of the specified cluster scoped custom object

partially update scale of the specified cluster scoped custom object
sourceraw docstring

patch-cluster-custom-object-statusclj

(patch-cluster-custom-object-status group version plural name body)

partially update status of the specified cluster scoped custom object

partially update status of the specified cluster scoped custom object
sourceraw docstring

patch-cluster-custom-object-status-with-http-infoclj

(patch-cluster-custom-object-status-with-http-info group
                                                   version
                                                   plural
                                                   name
                                                   body)

partially update status of the specified cluster scoped custom object

partially update status of the specified cluster scoped custom object
sourceraw docstring

patch-cluster-custom-object-with-http-infoclj

(patch-cluster-custom-object-with-http-info group version plural name body)

patch the specified cluster scoped custom object

patch the specified cluster scoped custom object
sourceraw docstring

patch-namespaced-custom-objectclj

(patch-namespaced-custom-object group version namespace plural name body)

patch the specified namespace scoped custom object

patch the specified namespace scoped custom object
sourceraw docstring

patch-namespaced-custom-object-scaleclj

(patch-namespaced-custom-object-scale group version namespace plural name body)

partially update scale of the specified namespace scoped custom object

partially update scale of the specified namespace scoped custom object
sourceraw docstring

patch-namespaced-custom-object-scale-with-http-infoclj

(patch-namespaced-custom-object-scale-with-http-info group
                                                     version
                                                     namespace
                                                     plural
                                                     name
                                                     body)

partially update scale of the specified namespace scoped custom object

partially update scale of the specified namespace scoped custom object
sourceraw docstring

patch-namespaced-custom-object-statusclj

(patch-namespaced-custom-object-status group version namespace plural name body)

partially update status of the specified namespace scoped custom object

partially update status of the specified namespace scoped custom object
sourceraw docstring

patch-namespaced-custom-object-status-with-http-infoclj

(patch-namespaced-custom-object-status-with-http-info group
                                                      version
                                                      namespace
                                                      plural
                                                      name
                                                      body)

partially update status of the specified namespace scoped custom object

partially update status of the specified namespace scoped custom object
sourceraw docstring

patch-namespaced-custom-object-with-http-infoclj

(patch-namespaced-custom-object-with-http-info group
                                               version
                                               namespace
                                               plural
                                               name
                                               body)

patch the specified namespace scoped custom object

patch the specified namespace scoped custom object
sourceraw docstring

replace-cluster-custom-objectclj

(replace-cluster-custom-object group version plural name body)

replace the specified cluster scoped custom object

replace the specified cluster scoped custom object
sourceraw docstring

replace-cluster-custom-object-scaleclj

(replace-cluster-custom-object-scale group version plural name body)

replace scale of the specified cluster scoped custom object

replace scale of the specified cluster scoped custom object
sourceraw docstring

replace-cluster-custom-object-scale-with-http-infoclj

(replace-cluster-custom-object-scale-with-http-info group
                                                    version
                                                    plural
                                                    name
                                                    body)

replace scale of the specified cluster scoped custom object

replace scale of the specified cluster scoped custom object
sourceraw docstring

replace-cluster-custom-object-statusclj

(replace-cluster-custom-object-status group version plural name body)

replace status of the cluster scoped specified custom object

replace status of the cluster scoped specified custom object
sourceraw docstring

replace-cluster-custom-object-status-with-http-infoclj

(replace-cluster-custom-object-status-with-http-info group
                                                     version
                                                     plural
                                                     name
                                                     body)

replace status of the cluster scoped specified custom object

replace status of the cluster scoped specified custom object
sourceraw docstring

replace-cluster-custom-object-with-http-infoclj

(replace-cluster-custom-object-with-http-info group version plural name body)

replace the specified cluster scoped custom object

replace the specified cluster scoped custom object
sourceraw docstring

replace-namespaced-custom-objectclj

(replace-namespaced-custom-object group version namespace plural name body)

replace the specified namespace scoped custom object

replace the specified namespace scoped custom object
sourceraw docstring

replace-namespaced-custom-object-scaleclj

(replace-namespaced-custom-object-scale group
                                        version
                                        namespace
                                        plural
                                        name
                                        body)

replace scale of the specified namespace scoped custom object

replace scale of the specified namespace scoped custom object
sourceraw docstring

replace-namespaced-custom-object-scale-with-http-infoclj

(replace-namespaced-custom-object-scale-with-http-info group
                                                       version
                                                       namespace
                                                       plural
                                                       name
                                                       body)

replace scale of the specified namespace scoped custom object

replace scale of the specified namespace scoped custom object
sourceraw docstring

replace-namespaced-custom-object-statusclj

(replace-namespaced-custom-object-status group
                                         version
                                         namespace
                                         plural
                                         name
                                         body)

replace status of the specified namespace scoped custom object

replace status of the specified namespace scoped custom object
sourceraw docstring

replace-namespaced-custom-object-status-with-http-infoclj

(replace-namespaced-custom-object-status-with-http-info group
                                                        version
                                                        namespace
                                                        plural
                                                        name
                                                        body)

replace status of the specified namespace scoped custom object

replace status of the specified namespace scoped custom object
sourceraw docstring

replace-namespaced-custom-object-with-http-infoclj

(replace-namespaced-custom-object-with-http-info group
                                                 version
                                                 namespace
                                                 plural
                                                 name
                                                 body)

replace the specified namespace scoped custom object

replace the specified namespace scoped custom object
sourceraw docstring

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

× close