Liking cljdoc? Tell your friends :D

clojure-kubernetes-client.api.events-v1beta1


create-namespaced-eventclj

(create-namespaced-event namespace body)
(create-namespaced-event namespace body optional-params)

create an Event

create an Event
sourceraw docstring

create-namespaced-event-with-http-infoclj

(create-namespaced-event-with-http-info namespace body)
(create-namespaced-event-with-http-info namespace
                                        body
                                        {:keys [pretty dryRun fieldManager]})

create an Event

create an Event
sourceraw docstring

delete-collection-namespaced-eventclj

(delete-collection-namespaced-event namespace)
(delete-collection-namespaced-event namespace optional-params)

delete collection of Event

delete collection of Event
sourceraw docstring

delete-collection-namespaced-event-with-http-infoclj

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

delete collection of Event

delete collection of Event
sourceraw docstring

delete-namespaced-eventclj

(delete-namespaced-event name namespace)
(delete-namespaced-event name namespace optional-params)

delete an Event

delete an Event
sourceraw docstring

delete-namespaced-event-with-http-infoclj

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

delete an Event

delete an Event
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-event-for-all-namespacesclj

(list-event-for-all-namespaces)
(list-event-for-all-namespaces optional-params)

list or watch objects of kind Event

list or watch objects of kind Event
sourceraw docstring

list-event-for-all-namespaces-with-http-infoclj

(list-event-for-all-namespaces-with-http-info)
(list-event-for-all-namespaces-with-http-info
  {:keys [continue fieldSelector labelSelector limit pretty resourceVersion
          timeoutSeconds watch]})

list or watch objects of kind Event

list or watch objects of kind Event
sourceraw docstring

list-namespaced-eventclj

(list-namespaced-event namespace)
(list-namespaced-event namespace optional-params)

list or watch objects of kind Event

list or watch objects of kind Event
sourceraw docstring

list-namespaced-event-with-http-infoclj

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

list or watch objects of kind Event

list or watch objects of kind Event
sourceraw docstring

patch-namespaced-eventclj

(patch-namespaced-event name namespace body)
(patch-namespaced-event name namespace body optional-params)

partially update the specified Event

partially update the specified Event
sourceraw docstring

patch-namespaced-event-with-http-infoclj

(patch-namespaced-event-with-http-info name namespace body)
(patch-namespaced-event-with-http-info name
                                       namespace
                                       body
                                       {:keys [pretty dryRun fieldManager
                                               force]})

partially update the specified Event

partially update the specified Event
sourceraw docstring

read-namespaced-eventclj

(read-namespaced-event name namespace)
(read-namespaced-event name namespace optional-params)

read the specified Event

read the specified Event
sourceraw docstring

read-namespaced-event-with-http-infoclj

(read-namespaced-event-with-http-info name namespace)
(read-namespaced-event-with-http-info name
                                      namespace
                                      {:keys [pretty exact export]})

read the specified Event

read the specified Event
sourceraw docstring

replace-namespaced-eventclj

(replace-namespaced-event name namespace body)
(replace-namespaced-event name namespace body optional-params)

replace the specified Event

replace the specified Event
sourceraw docstring

replace-namespaced-event-with-http-infoclj

(replace-namespaced-event-with-http-info name namespace body)
(replace-namespaced-event-with-http-info name
                                         namespace
                                         body
                                         {:keys [pretty dryRun fieldManager]})

replace the specified Event

replace the specified Event
sourceraw docstring

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

× close