Liking cljdoc? Tell your friends :D

clojure-kubernetes-client.api.node-v1beta1


create-runtime-classclj

(create-runtime-class body)
(create-runtime-class body optional-params)

create a RuntimeClass

create a RuntimeClass
sourceraw docstring

create-runtime-class-with-http-infoclj

(create-runtime-class-with-http-info body)
(create-runtime-class-with-http-info body {:keys [pretty dryRun fieldManager]})

create a RuntimeClass

create a RuntimeClass
sourceraw docstring

delete-collection-runtime-classclj

(delete-collection-runtime-class)
(delete-collection-runtime-class optional-params)

delete collection of RuntimeClass

delete collection of RuntimeClass
sourceraw docstring

delete-collection-runtime-class-with-http-infoclj

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

delete collection of RuntimeClass

delete collection of RuntimeClass
sourceraw docstring

delete-runtime-classclj

(delete-runtime-class name)
(delete-runtime-class name optional-params)

delete a RuntimeClass

delete a RuntimeClass
sourceraw docstring

delete-runtime-class-with-http-infoclj

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

delete a RuntimeClass

delete a RuntimeClass
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-runtime-classclj

(list-runtime-class)
(list-runtime-class optional-params)

list or watch objects of kind RuntimeClass

list or watch objects of kind RuntimeClass
sourceraw docstring

list-runtime-class-with-http-infoclj

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

list or watch objects of kind RuntimeClass

list or watch objects of kind RuntimeClass
sourceraw docstring

patch-runtime-classclj

(patch-runtime-class name body)
(patch-runtime-class name body optional-params)

partially update the specified RuntimeClass

partially update the specified RuntimeClass
sourceraw docstring

patch-runtime-class-with-http-infoclj

(patch-runtime-class-with-http-info name body)
(patch-runtime-class-with-http-info name
                                    body
                                    {:keys [pretty dryRun fieldManager force]})

partially update the specified RuntimeClass

partially update the specified RuntimeClass
sourceraw docstring

read-runtime-classclj

(read-runtime-class name)
(read-runtime-class name optional-params)

read the specified RuntimeClass

read the specified RuntimeClass
sourceraw docstring

read-runtime-class-with-http-infoclj

(read-runtime-class-with-http-info name)
(read-runtime-class-with-http-info name {:keys [pretty exact export]})

read the specified RuntimeClass

read the specified RuntimeClass
sourceraw docstring

replace-runtime-classclj

(replace-runtime-class name body)
(replace-runtime-class name body optional-params)

replace the specified RuntimeClass

replace the specified RuntimeClass
sourceraw docstring

replace-runtime-class-with-http-infoclj

(replace-runtime-class-with-http-info name body)
(replace-runtime-class-with-http-info name
                                      body
                                      {:keys [pretty dryRun fieldManager]})

replace the specified RuntimeClass

replace the specified RuntimeClass
sourceraw docstring

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

× close