Liking cljdoc? Tell your friends :D

clojure-kubernetes-client.api.networking-v1beta1


create-namespaced-ingressclj

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

create an Ingress

create an Ingress
sourceraw docstring

create-namespaced-ingress-with-http-infoclj

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

create an Ingress

create an Ingress
sourceraw docstring

delete-collection-namespaced-ingressclj

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

delete collection of Ingress

delete collection of Ingress
sourceraw docstring

delete-collection-namespaced-ingress-with-http-infoclj

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

delete collection of Ingress

delete collection of Ingress
sourceraw docstring

delete-namespaced-ingressclj

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

delete an Ingress

delete an Ingress
sourceraw docstring

delete-namespaced-ingress-with-http-infoclj

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

delete an Ingress

delete an Ingress
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-ingress-for-all-namespacesclj

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

list or watch objects of kind Ingress

list or watch objects of kind Ingress
sourceraw docstring

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

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

list or watch objects of kind Ingress

list or watch objects of kind Ingress
sourceraw docstring

list-namespaced-ingressclj

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

list or watch objects of kind Ingress

list or watch objects of kind Ingress
sourceraw docstring

list-namespaced-ingress-with-http-infoclj

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

list or watch objects of kind Ingress

list or watch objects of kind Ingress
sourceraw docstring

patch-namespaced-ingressclj

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

partially update the specified Ingress

partially update the specified Ingress
sourceraw docstring

patch-namespaced-ingress-statusclj

(patch-namespaced-ingress-status name namespace body)
(patch-namespaced-ingress-status name namespace body optional-params)

partially update status of the specified Ingress

partially update status of the specified Ingress
sourceraw docstring

patch-namespaced-ingress-status-with-http-infoclj

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

partially update status of the specified Ingress

partially update status of the specified Ingress
sourceraw docstring

patch-namespaced-ingress-with-http-infoclj

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

partially update the specified Ingress

partially update the specified Ingress
sourceraw docstring

read-namespaced-ingressclj

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

read the specified Ingress

read the specified Ingress
sourceraw docstring

read-namespaced-ingress-statusclj

(read-namespaced-ingress-status name namespace)
(read-namespaced-ingress-status name namespace optional-params)

read status of the specified Ingress

read status of the specified Ingress
sourceraw docstring

read-namespaced-ingress-status-with-http-infoclj

(read-namespaced-ingress-status-with-http-info name namespace)
(read-namespaced-ingress-status-with-http-info name namespace {:keys [pretty]})

read status of the specified Ingress

read status of the specified Ingress
sourceraw docstring

read-namespaced-ingress-with-http-infoclj

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

read the specified Ingress

read the specified Ingress
sourceraw docstring

replace-namespaced-ingressclj

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

replace the specified Ingress

replace the specified Ingress
sourceraw docstring

replace-namespaced-ingress-statusclj

(replace-namespaced-ingress-status name namespace body)
(replace-namespaced-ingress-status name namespace body optional-params)

replace status of the specified Ingress

replace status of the specified Ingress
sourceraw docstring

replace-namespaced-ingress-status-with-http-infoclj

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

replace status of the specified Ingress

replace status of the specified Ingress
sourceraw docstring

replace-namespaced-ingress-with-http-infoclj

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

replace the specified Ingress

replace the specified Ingress
sourceraw docstring

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

× close