(create-api-service body)
(create-api-service body optional-params)
create an APIService
create an APIService
(create-api-service-with-http-info body)
(create-api-service-with-http-info body {:keys [pretty dryRun fieldManager]})
create an APIService
create an APIService
(delete-api-service name)
(delete-api-service name optional-params)
delete an APIService
delete an APIService
(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
(delete-collection-api-service)
(delete-collection-api-service optional-params)
delete collection of APIService
delete collection of APIService
(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
(get-api-resources)
get available resources
get available resources
(get-api-resources-with-http-info)
get available resources
get available resources
(list-api-service)
(list-api-service optional-params)
list or watch objects of kind APIService
list or watch objects of kind APIService
(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
(patch-api-service name body)
(patch-api-service name body optional-params)
partially update the specified APIService
partially update the specified APIService
(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
(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
(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
(read-api-service name)
(read-api-service name optional-params)
read the specified APIService
read the specified APIService
(read-api-service-status name)
(read-api-service-status name optional-params)
read status of the specified APIService
read status of the specified APIService
(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
(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
(replace-api-service name body)
(replace-api-service name body optional-params)
replace the specified APIService
replace the specified APIService
(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
(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
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close