(create-namespaced-ingress namespace body)
(create-namespaced-ingress namespace body optional-params)
create an Ingress
create an Ingress
(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
(delete-collection-namespaced-ingress namespace)
(delete-collection-namespaced-ingress namespace optional-params)
delete collection of Ingress
delete collection of Ingress
(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
(delete-namespaced-ingress name namespace)
(delete-namespaced-ingress name namespace optional-params)
delete an Ingress
delete an Ingress
(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
(get-api-resources)
get available resources
get available resources
(get-api-resources-with-http-info)
get available resources
get available resources
(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
(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
(list-namespaced-ingress namespace)
(list-namespaced-ingress namespace optional-params)
list or watch objects of kind Ingress
list or watch objects of kind Ingress
(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
(patch-namespaced-ingress name namespace body)
(patch-namespaced-ingress name namespace body optional-params)
partially update the specified Ingress
partially update the specified Ingress
(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
(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
(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
(read-namespaced-ingress name namespace)
(read-namespaced-ingress name namespace optional-params)
read the specified Ingress
read the specified Ingress
(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
(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
(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
(replace-namespaced-ingress name namespace body)
(replace-namespaced-ingress name namespace body optional-params)
replace the specified Ingress
replace the specified Ingress
(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
(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
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close