A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://kubernetes.io/docs/reference/kubernetes-api/cluster-resources/lease-v1 below:

Website Navigation


Lease | Kubernetes

Lease

Lease defines a lease concept.

apiVersion: coordination.k8s.io/v1

import "k8s.io/api/coordination/v1"

Lease

Lease defines a lease concept.

LeaseSpec

LeaseSpec is a specification of a Lease.

LeaseList

LeaseList is a list of Lease objects.

Operations get read the specified Lease HTTP Request

GET /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases/{name}

Parameters Response

200 (Lease): OK

401: Unauthorized

list list or watch objects of kind Lease HTTP Request

GET /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases

Parameters Response

200 (LeaseList): OK

401: Unauthorized

list list or watch objects of kind Lease HTTP Request

GET /apis/coordination.k8s.io/v1/leases

Parameters Response

200 (LeaseList): OK

401: Unauthorized

create create a Lease HTTP Request

POST /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases

Parameters Response

200 (Lease): OK

201 (Lease): Created

202 (Lease): Accepted

401: Unauthorized

update replace the specified Lease HTTP Request

PUT /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases/{name}

Parameters Response

200 (Lease): OK

201 (Lease): Created

401: Unauthorized

patch partially update the specified Lease HTTP Request

PATCH /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases/{name}

Parameters Response

200 (Lease): OK

201 (Lease): Created

401: Unauthorized

delete delete a Lease HTTP Request

DELETE /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases/{name}

Parameters Response

200 (Status): OK

202 (Status): Accepted

401: Unauthorized

deletecollection delete collection of Lease HTTP Request

DELETE /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases

Parameters Response

200 (Status): OK

401: Unauthorized

This page is automatically generated.

If you plan to report an issue with this page, mention that the page is auto-generated in your issue description. The fix may need to happen elsewhere in the Kubernetes project.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4