Liking cljdoc? Tell your friends :D

clojure-kubernetes-client.api.apiregistration-v1beta1


create-api-serviceclj

(create-api-service body)
(create-api-service body optional-params)

create an APIService

create an APIService
sourceraw docstring

create-api-service-with-http-infoclj

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

create an APIService

create an APIService
sourceraw docstring

delete-api-serviceclj

(delete-api-service name)
(delete-api-service name optional-params)

delete an APIService

delete an APIService
sourceraw docstring

delete-api-service-with-http-infoclj

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

delete an APIService

delete an APIService
sourceraw docstring

delete-collection-api-serviceclj

(delete-collection-api-service)
(delete-collection-api-service optional-params)

delete collection of APIService

delete collection of APIService
sourceraw docstring

delete-collection-api-service-with-http-infoclj

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

delete collection of APIService

delete collection of APIService
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-api-serviceclj

(list-api-service)
(list-api-service optional-params)

list or watch objects of kind APIService

list or watch objects of kind APIService
sourceraw docstring

list-api-service-with-http-infoclj

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

list or watch objects of kind APIService

list or watch objects of kind APIService
sourceraw docstring

patch-api-serviceclj

(patch-api-service name body)
(patch-api-service name body optional-params)

partially update the specified APIService

partially update the specified APIService
sourceraw docstring

patch-api-service-statusclj

(patch-api-service-status name body)
(patch-api-service-status name body optional-params)

partially update status of the specified APIService

partially update status of the specified APIService
sourceraw docstring

patch-api-service-status-with-http-infoclj

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

partially update status of the specified APIService

partially update status of the specified APIService
sourceraw docstring

patch-api-service-with-http-infoclj

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

partially update the specified APIService

partially update the specified APIService
sourceraw docstring

read-api-serviceclj

(read-api-service name)
(read-api-service name optional-params)

read the specified APIService

read the specified APIService
sourceraw docstring

read-api-service-statusclj

(read-api-service-status name)
(read-api-service-status name optional-params)

read status of the specified APIService

read status of the specified APIService
sourceraw docstring

read-api-service-status-with-http-infoclj

(read-api-service-status-with-http-info name)
(read-api-service-status-with-http-info name {:keys [pretty]})

read status of the specified APIService

read status of the specified APIService
sourceraw docstring

read-api-service-with-http-infoclj

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

read the specified APIService

read the specified APIService
sourceraw docstring

replace-api-serviceclj

(replace-api-service name body)
(replace-api-service name body optional-params)

replace the specified APIService

replace the specified APIService
sourceraw docstring

replace-api-service-statusclj

(replace-api-service-status name body)
(replace-api-service-status name body optional-params)

replace status of the specified APIService

replace status of the specified APIService
sourceraw docstring

replace-api-service-status-with-http-infoclj

(replace-api-service-status-with-http-info name body)
(replace-api-service-status-with-http-info name
                                           body
                                           {:keys [pretty dryRun fieldManager]})

replace status of the specified APIService

replace status of the specified APIService
sourceraw docstring

replace-api-service-with-http-infoclj

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

replace the specified APIService

replace the specified APIService
sourceraw docstring

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

× close