# Kubernetes

> Kubernetes API skill. Use when working with Kubernetes for .well-known, api, apis. Covers 1085 endpoints.

- Skill: `lap-platform/kubernetes` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add lap-platform/kubernetes`
- Raw SKILL.md: https://api.skillmd.com/api/skills/lap-platform/kubernetes/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: Lap-Platform (https://skillmd.com/u/lap-platform)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/lap-platform/kubernetes

---


# Kubernetes
API version: unversioned

## Auth
ApiKey authorization in header

## Base URL
Not specified.

## Setup
1. Set your API key in the appropriate header
2. GET /.well-known/openid-configuration/ -- verify access
3. POST /api/v1/namespaces -- create first namespaces

## Endpoints

1085 endpoints across 6 groups. See references/api-spec.lap for full details.

### .well-known
| Method | Path | Description |
|--------|------|-------------|
| GET | /.well-known/openid-configuration/ | get service account issuer OpenID configuration, also known as the 'OIDC discovery doc' |

### api
| Method | Path | Description |
|--------|------|-------------|
| GET | /api/ | get available API versions |
| GET | /api/v1/ | get available resources |
| GET | /api/v1/componentstatuses | list objects of kind ComponentStatus |
| GET | /api/v1/componentstatuses/{name} | read the specified ComponentStatus |
| GET | /api/v1/configmaps | list or watch objects of kind ConfigMap |
| GET | /api/v1/endpoints | list or watch objects of kind Endpoints |
| GET | /api/v1/events | list or watch objects of kind Event |
| GET | /api/v1/limitranges | list or watch objects of kind LimitRange |
| GET | /api/v1/namespaces | list or watch objects of kind Namespace |
| POST | /api/v1/namespaces | create a Namespace |
| POST | /api/v1/namespaces/{namespace}/bindings | create a Binding |
| DELETE | /api/v1/namespaces/{namespace}/configmaps | delete collection of ConfigMap |
| GET | /api/v1/namespaces/{namespace}/configmaps | list or watch objects of kind ConfigMap |
| POST | /api/v1/namespaces/{namespace}/configmaps | create a ConfigMap |
| DELETE | /api/v1/namespaces/{namespace}/configmaps/{name} | delete a ConfigMap |
| GET | /api/v1/namespaces/{namespace}/configmaps/{name} | read the specified ConfigMap |
| PATCH | /api/v1/namespaces/{namespace}/configmaps/{name} | partially update the specified ConfigMap |
| PUT | /api/v1/namespaces/{namespace}/configmaps/{name} | replace the specified ConfigMap |
| DELETE | /api/v1/namespaces/{namespace}/endpoints | delete collection of Endpoints |
| GET | /api/v1/namespaces/{namespace}/endpoints | list or watch objects of kind Endpoints |
| POST | /api/v1/namespaces/{namespace}/endpoints | create Endpoints |
| DELETE | /api/v1/namespaces/{namespace}/endpoints/{name} | delete Endpoints |
| GET | /api/v1/namespaces/{namespace}/endpoints/{name} | read the specified Endpoints |
| PATCH | /api/v1/namespaces/{namespace}/endpoints/{name} | partially update the specified Endpoints |
| PUT | /api/v1/namespaces/{namespace}/endpoints/{name} | replace the specified Endpoints |
| DELETE | /api/v1/namespaces/{namespace}/events | delete collection of Event |
| GET | /api/v1/namespaces/{namespace}/events | list or watch objects of kind Event |
| POST | /api/v1/namespaces/{namespace}/events | create an Event |
| DELETE | /api/v1/namespaces/{namespace}/events/{name} | delete an Event |
| GET | /api/v1/namespaces/{namespace}/events/{name} | read the specified Event |
| PATCH | /api/v1/namespaces/{namespace}/events/{name} | partially update the specified Event |
| PUT | /api/v1/namespaces/{namespace}/events/{name} | replace the specified Event |
| DELETE | /api/v1/namespaces/{namespace}/limitranges | delete collection of LimitRange |
| GET | /api/v1/namespaces/{namespace}/limitranges | list or watch objects of kind LimitRange |
| POST | /api/v1/namespaces/{namespace}/limitranges | create a LimitRange |
| DELETE | /api/v1/namespaces/{namespace}/limitranges/{name} | delete a LimitRange |
| GET | /api/v1/namespaces/{namespace}/limitranges/{name} | read the specified LimitRange |
| PATCH | /api/v1/namespaces/{namespace}/limitranges/{name} | partially update the specified LimitRange |
| PUT | /api/v1/namespaces/{namespace}/limitranges/{name} | replace the specified LimitRange |
| DELETE | /api/v1/namespaces/{namespace}/persistentvolumeclaims | delete collection of PersistentVolumeClaim |
| GET | /api/v1/namespaces/{namespace}/persistentvolumeclaims | list or watch objects of kind PersistentVolumeClaim |
| POST | /api/v1/namespaces/{namespace}/persistentvolumeclaims | create a PersistentVolumeClaim |
| DELETE | /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name} | delete a PersistentVolumeClaim |
| GET | /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name} | read the specified PersistentVolumeClaim |
| PATCH | /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name} | partially update the specified PersistentVolumeClaim |
| PUT | /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name} | replace the specified PersistentVolumeClaim |
| GET | /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status | read status of the specified PersistentVolumeClaim |
| PATCH | /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status | partially update status of the specified PersistentVolumeClaim |
| PUT | /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status | replace status of the specified PersistentVolumeClaim |
| DELETE | /api/v1/namespaces/{namespace}/pods | delete collection of Pod |
| GET | /api/v1/namespaces/{namespace}/pods | list or watch objects of kind Pod |
| POST | /api/v1/namespaces/{namespace}/pods | create a Pod |
| DELETE | /api/v1/namespaces/{namespace}/pods/{name} | delete a Pod |
| GET | /api/v1/namespaces/{namespace}/pods/{name} | read the specified Pod |
| PATCH | /api/v1/namespaces/{namespace}/pods/{name} | partially update the specified Pod |
| PUT | /api/v1/namespaces/{namespace}/pods/{name} | replace the specified Pod |
| GET | /api/v1/namespaces/{namespace}/pods/{name}/attach | connect GET requests to attach of Pod |
| POST | /api/v1/namespaces/{namespace}/pods/{name}/attach | connect POST requests to attach of Pod |
| POST | /api/v1/namespaces/{namespace}/pods/{name}/binding | create binding of a Pod |
| GET | /api/v1/namespaces/{namespace}/pods/{name}/ephemeralcontainers | read ephemeralcontainers of the specified Pod |
| PATCH | /api/v1/namespaces/{namespace}/pods/{name}/ephemeralcontainers | partially update ephemeralcontainers of the specified Pod |
| PUT | /api/v1/namespaces/{namespace}/pods/{name}/ephemeralcontainers | replace ephemeralcontainers of the specified Pod |
| POST | /api/v1/namespaces/{namespace}/pods/{name}/eviction | create eviction of a Pod |
| GET | /api/v1/namespaces/{namespace}/pods/{name}/exec | connect GET requests to exec of Pod |
| POST | /api/v1/namespaces/{namespace}/pods/{name}/exec | connect POST requests to exec of Pod |
| GET | /api/v1/namespaces/{namespace}/pods/{name}/log | read log of the specified Pod |
| GET | /api/v1/namespaces/{namespace}/pods/{name}/portforward | connect GET requests to portforward of Pod |
| POST | /api/v1/namespaces/{namespace}/pods/{name}/portforward | connect POST requests to portforward of Pod |
| DELETE | /api/v1/namespaces/{namespace}/pods/{name}/proxy | connect DELETE requests to proxy of Pod |
| GET | /api/v1/namespaces/{namespace}/pods/{name}/proxy | connect GET requests to proxy of Pod |
| HEAD | /api/v1/namespaces/{namespace}/pods/{name}/proxy | connect HEAD requests to proxy of Pod |
| OPTIONS | /api/v1/namespaces/{namespace}/pods/{name}/proxy | connect OPTIONS requests to proxy of Pod |
| PATCH | /api/v1/namespaces/{namespace}/pods/{name}/proxy | connect PATCH requests to proxy of Pod |
| POST | /api/v1/namespaces/{namespace}/pods/{name}/proxy | connect POST requests to proxy of Pod |
| PUT | /api/v1/namespaces/{namespace}/pods/{name}/proxy | connect PUT requests to proxy of Pod |
| DELETE | /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | connect DELETE requests to proxy of Pod |
| GET | /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | connect GET requests to proxy of Pod |
| HEAD | /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | connect HEAD requests to proxy of Pod |
| OPTIONS | /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | connect OPTIONS requests to proxy of Pod |
| PATCH | /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | connect PATCH requests to proxy of Pod |
| POST | /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | connect POST requests to proxy of Pod |
| PUT | /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | connect PUT requests to proxy of Pod |
| GET | /api/v1/namespaces/{namespace}/pods/{name}/resize | read resize of the specified Pod |
| PATCH | /api/v1/namespaces/{namespace}/pods/{name}/resize | partially update resize of the specified Pod |
| PUT | /api/v1/namespaces/{namespace}/pods/{name}/resize | replace resize of the specified Pod |
| GET | /api/v1/namespaces/{namespace}/pods/{name}/status | read status of the specified Pod |
| PATCH | /api/v1/namespaces/{namespace}/pods/{name}/status | partially update status of the specified Pod |
| PUT | /api/v1/namespaces/{namespace}/pods/{name}/status | replace status of the specified Pod |
| DELETE | /api/v1/namespaces/{namespace}/podtemplates | delete collection of PodTemplate |
| GET | /api/v1/namespaces/{namespace}/podtemplates | list or watch objects of kind PodTemplate |
| POST | /api/v1/namespaces/{namespace}/podtemplates | create a PodTemplate |
| DELETE | /api/v1/namespaces/{namespace}/podtemplates/{name} | delete a PodTemplate |
| GET | /api/v1/namespaces/{namespace}/podtemplates/{name} | read the specified PodTemplate |
| PATCH | /api/v1/namespaces/{namespace}/podtemplates/{name} | partially update the specified PodTemplate |
| PUT | /api/v1/namespaces/{namespace}/podtemplates/{name} | replace the specified PodTemplate |
| DELETE | /api/v1/namespaces/{namespace}/replicationcontrollers | delete collection of ReplicationController |
| GET | /api/v1/namespaces/{namespace}/replicationcontrollers | list or watch objects of kind ReplicationController |
| POST | /api/v1/namespaces/{namespace}/replicationcontrollers | create a ReplicationController |
| DELETE | /api/v1/namespaces/{namespace}/replicationcontrollers/{name} | delete a ReplicationController |
| GET | /api/v1/namespaces/{namespace}/replicationcontrollers/{name} | read the specified ReplicationController |
| PATCH | /api/v1/namespaces/{namespace}/replicationcontrollers/{name} | partially update the specified ReplicationController |
| PUT | /api/v1/namespaces/{namespace}/replicationcontrollers/{name} | replace the specified ReplicationController |
| GET | /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale | read scale of the specified ReplicationController |
| PATCH | /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale | partially update scale of the specified ReplicationController |
| PUT | /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale | replace scale of the specified ReplicationController |
| GET | /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status | read status of the specified ReplicationController |
| PATCH | /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status | partially update status of the specified ReplicationController |
| PUT | /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status | replace status of the specified ReplicationController |
| DELETE | /api/v1/namespaces/{namespace}/resourcequotas | delete collection of ResourceQuota |
| GET | /api/v1/namespaces/{namespace}/resourcequotas | list or watch objects of kind ResourceQuota |
| POST | /api/v1/namespaces/{namespace}/resourcequotas | create a ResourceQuota |
| DELETE | /api/v1/namespaces/{namespace}/resourcequotas/{name} | delete a ResourceQuota |
| GET | /api/v1/namespaces/{namespace}/resourcequotas/{name} | read the specified ResourceQuota |
| PATCH | /api/v1/namespaces/{namespace}/resourcequotas/{name} | partially update the specified ResourceQuota |
| PUT | /api/v1/namespaces/{namespace}/resourcequotas/{name} | replace the specified ResourceQuota |
| GET | /api/v1/namespaces/{namespace}/resourcequotas/{name}/status | read status of the specified ResourceQuota |
| PATCH | /api/v1/namespaces/{namespace}/resourcequotas/{name}/status | partially update status of the specified ResourceQuota |
| PUT | /api/v1/namespaces/{namespace}/resourcequotas/{name}/status | replace status of the specified ResourceQuota |
| DELETE | /api/v1/namespaces/{namespace}/secrets | delete collection of Secret |
| GET | /api/v1/namespaces/{namespace}/secrets | list or watch objects of kind Secret |
| POST | /api/v1/namespaces/{namespace}/secrets | create a Secret |
| DELETE | /api/v1/namespaces/{namespace}/secrets/{name} | delete a Secret |
| GET | /api/v1/namespaces/{namespace}/secrets/{name} | read the specified Secret |
| PATCH | /api/v1/namespaces/{namespace}/secrets/{name} | partially update the specified Secret |
| PUT | /api/v1/namespaces/{namespace}/secrets/{name} | replace the specified Secret |
| DELETE | /api/v1/namespaces/{namespace}/serviceaccounts | delete collection of ServiceAccount |
| GET | /api/v1/namespaces/{namespace}/serviceaccounts | list or watch objects of kind ServiceAccount |
| POST | /api/v1/namespaces/{namespace}/serviceaccounts | create a ServiceAccount |
| DELETE | /api/v1/namespaces/{namespace}/serviceaccounts/{name} | delete a ServiceAccount |
| GET | /api/v1/namespaces/{namespace}/serviceaccounts/{name} | read the specified ServiceAccount |
| PATCH | /api/v1/namespaces/{namespace}/serviceaccounts/{name} | partially update the specified ServiceAccount |
| PUT | /api/v1/namespaces/{namespace}/serviceaccounts/{name} | replace the specified ServiceAccount |
| POST | /api/v1/namespaces/{namespace}/serviceaccounts/{name}/token | create token of a ServiceAccount |
| DELETE | /api/v1/namespaces/{namespace}/services | delete collection of Service |
| GET | /api/v1/namespaces/{namespace}/services | list or watch objects of kind Service |
| POST | /api/v1/namespaces/{namespace}/services | create a Service |
| DELETE | /api/v1/namespaces/{namespace}/services/{name} | delete a Service |
| GET | /api/v1/namespaces/{namespace}/services/{name} | read the specified Service |
| PATCH | /api/v1/namespaces/{namespace}/services/{name} | partially update the specified Service |
| PUT | /api/v1/namespaces/{namespace}/services/{name} | replace the specified Service |
| DELETE | /api/v1/namespaces/{namespace}/services/{name}/proxy | connect DELETE requests to proxy of Service |
| GET | /api/v1/namespaces/{namespace}/services/{name}/proxy | connect GET requests to proxy of Service |
| HEAD | /api/v1/namespaces/{namespace}/services/{name}/proxy | connect HEAD requests to proxy of Service |
| OPTIONS | /api/v1/namespaces/{namespace}/services/{name}/proxy | connect OPTIONS requests to proxy of Service |
| PATCH | /api/v1/namespaces/{namespace}/services/{name}/proxy | connect PATCH requests to proxy of Service |
| POST | /api/v1/namespaces/{namespace}/services/{name}/proxy | connect POST requests to proxy of Service |
| PUT | /api/v1/namespaces/{namespace}/services/{name}/proxy | connect PUT requests to proxy of Service |
| DELETE | /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} | connect DELETE requests to proxy of Service |
| GET | /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} | connect GET requests to proxy of Service |
| HEAD | /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} | connect HEAD requests to proxy of Service |
| OPTIONS | /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} | connect OPTIONS requests to proxy of Service |
| PATCH | /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} | connect PATCH requests to proxy of Service |
| POST | /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} | connect POST requests to proxy of Service |
| PUT | /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} | connect PUT requests to proxy of Service |
| GET | /api/v1/namespaces/{namespace}/services/{name}/status | read status of the specified Service |
| PATCH | /api/v1/namespaces/{namespace}/services/{name}/status | partially update status of the specified Service |
| PUT | /api/v1/namespaces/{namespace}/services/{name}/status | replace status of the specified Service |
| DELETE | /api/v1/namespaces/{name} | delete a Namespace |
| GET | /api/v1/namespaces/{name} | read the specified Namespace |
| PATCH | /api/v1/namespaces/{name} | partially update the specified Namespace |
| PUT | /api/v1/namespaces/{name} | replace the specified Namespace |
| PUT | /api/v1/namespaces/{name}/finalize | replace finalize of the specified Namespace |
| GET | /api/v1/namespaces/{name}/status | read status of the specified Namespace |
| PATCH | /api/v1/namespaces/{name}/status | partially update status of the specified Namespace |
| PUT | /api/v1/namespaces/{name}/status | replace status of the specified Namespace |
| DELETE | /api/v1/nodes | delete collection of Node |
| GET | /api/v1/nodes | list or watch objects of kind Node |
| POST | /api/v1/nodes | create a Node |
| DELETE | /api/v1/nodes/{name} | delete a Node |
| GET | /api/v1/nodes/{name} | read the specified Node |
| PATCH | /api/v1/nodes/{name} | partially update the specified Node |
| PUT | /api/v1/nodes/{name} | replace the specified Node |
| DELETE | /api/v1/nodes/{name}/proxy | connect DELETE requests to proxy of Node |
| GET | /api/v1/nodes/{name}/proxy | connect GET requests to proxy of Node |
| HEAD | /api/v1/nodes/{name}/proxy | connect HEAD requests to proxy of Node |
| OPTIONS | /api/v1/nodes/{name}/proxy | connect OPTIONS requests to proxy of Node |
| PATCH | /api/v1/nodes/{name}/proxy | connect PATCH requests to proxy of Node |
| POST | /api/v1/nodes/{name}/proxy | connect POST requests to proxy of Node |
| PUT | /api/v1/nodes/{name}/proxy | connect PUT requests to proxy of Node |
| DELETE | /api/v1/nodes/{name}/proxy/{path} | connect DELETE requests to proxy of Node |
| GET | /api/v1/nodes/{name}/proxy/{path} | connect GET requests to proxy of Node |
| HEAD | /api/v1/nodes/{name}/proxy/{path} | connect HEAD requests to proxy of Node |
| OPTIONS | /api/v1/nodes/{name}/proxy/{path} | connect OPTIONS requests to proxy of Node |
| PATCH | /api/v1/nodes/{name}/proxy/{path} | connect PATCH requests to proxy of Node |
| POST | /api/v1/nodes/{name}/proxy/{path} | connect POST requests to proxy of Node |
| PUT | /api/v1/nodes/{name}/proxy/{path} | connect PUT requests to proxy of Node |
| GET | /api/v1/nodes/{name}/status | read status of the specified Node |
| PATCH | /api/v1/nodes/{name}/status | partially update status of the specified Node |
| PUT | /api/v1/nodes/{name}/status | replace status of the specified Node |
| GET | /api/v1/persistentvolumeclaims | list or watch objects of kind PersistentVolumeClaim |
| DELETE | /api/v1/persistentvolumes | delete collection of PersistentVolume |
| GET | /api/v1/persistentvolumes | list or watch objects of kind PersistentVolume |
| POST | /api/v1/persistentvolumes | create a PersistentVolume |
| DELETE | /api/v1/persistentvolumes/{name} | delete a PersistentVolume |
| GET | /api/v1/persistentvolumes/{name} | read the specified PersistentVolume |
| PATCH | /api/v1/persistentvolumes/{name} | partially update the specified PersistentVolume |
| PUT | /api/v1/persistentvolumes/{name} | replace the specified PersistentVolume |
| GET | /api/v1/persistentvolumes/{name}/status | read status of the specified PersistentVolume |
| PATCH | /api/v1/persistentvolumes/{name}/status | partially update status of the specified PersistentVolume |
| PUT | /api/v1/persistentvolumes/{name}/status | replace status of the specified PersistentVolume |
| GET | /api/v1/pods | list or watch objects of kind Pod |
| GET | /api/v1/podtemplates | list or watch objects of kind PodTemplate |
| GET | /api/v1/replicationcontrollers | list or watch objects of kind ReplicationController |
| GET | /api/v1/resourcequotas | list or watch objects of kind ResourceQuota |
| GET | /api/v1/secrets | list or watch objects of kind Secret |
| GET | /api/v1/serviceaccounts | list or watch objects of kind ServiceAccount |
| GET | /api/v1/services | list or watch objects of kind Service |
| GET | /api/v1/watch/configmaps | watch individual changes to a list of ConfigMap. deprecated: use the 'watch' parameter with a list operation instead. |
| GET | /api/v1/watch/endpoints | watch individual changes to a list of Endpoints. deprecated: use the 'watch' parameter with a list operation instead. |
| GET | /api/v1/watch/events | watch individual changes to a list of Event. deprecated: use the 'watch' parameter with a list operation instead. |
| GET | /api/v1/watch/limitranges | watch individual changes to a list of LimitRange. deprecated: use the 'watch' parameter with a list operation instead. |
| GET | /api/v1/watch/namespaces | watch individual changes to a list of Namespace. deprecated: use the 'watch' parameter with a list operation instead. |
| GET | /api/v1/watch/namespaces/{namespace}/configmaps | watch individual changes to a list of ConfigMap. deprecated: use the 'watch' parameter with a list operation instead. |
| GET | /api/v1/watch/namespaces/{namespace}/configmaps/{name} | watch changes to an object of kind ConfigMap. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. |
| GET | /api/v1/watch/namespaces/{namespace}/endpoints | watch individual changes to a list of Endpoints. deprecated: use the 'watch' parameter with a list operation instead. |
| GET | /api/v1/watch/namespaces/{namespace}/endpoints/{name} | watch changes to an object of kind Endpoints. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. |
| GET | /api/v1/watch/namespaces/{namespace}/events | watch individual changes to a list of Event. deprecated: use the 'watch' parameter with a list operation instead. |
| GET | /api/v1/watch/namespaces/{namespace}/events/{name} | watch changes to an object of kind Event. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. |
| GET | /api/v1/watch/namespaces/{namespace}/limitranges | watch individual changes to a list of LimitRange. deprecated: use the 'watch' parameter with a list operation instead. |
| GET | /api/v1/watch/namespaces/{namespace}/limitranges/{name} | watch changes to an object of kind LimitRange. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. |
| GET | /api/v1/watch/namespaces/{namespace}/persistentvolumeclaims | watch individual changes to a list of PersistentVolumeClaim. deprecated: use the 'watch' parameter with a list operation instead. |
| GET | /api/v1/watch/namespaces/{namespace}/persistentvolumeclaims/{name} | watch changes to an object of kind PersistentVolumeClaim. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. |
| GET | /api/v1/watch/namespaces/{namespace}/pods | watch individual changes to a list of Pod. deprecated: use the 'watch' parameter with a list operation instead. |
| GET | /api/v1/watch/namespaces/{namespace}/pods/{name} | watch changes to an object of kind Pod. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. |
| GET | /api/v1/watch/namespaces/{namespace}/podtemplates | watch individual changes to a list of PodTemplate. deprecated: use the 'watch' parameter with a list operation instead. |
| GET | /api/v1/watch/namespaces/{namespace}/podtemplates/{name} | watch changes to an object of kind PodTemplate. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. |
| GET | /api/v1/watch/namespaces/{namespace}/replicationcontrollers | watch individual changes to a list of ReplicationController. deprecated: use the 'watch' parameter with a list operation instead. |
| GET | /api/v1/watch/namespaces/{namespace}/replicationcontrollers/{name} | watch changes to an object of kind ReplicationController. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. |
| GET | /api/v1/watch/namespaces/{namespace}/resourcequotas | watch individual changes to a list of ResourceQuota. deprecated: use the 'watch' parameter with a list operation instead. |
| GET | /api/v1/watch/namespaces/{namespace}/resourcequotas/{name} | watch changes to an object of kind ResourceQuota. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. |
| GET | /api/v1/watch/namespaces/{namespace}/secrets | watch individual changes to a list of Secret. deprecated: use the 'watch' parameter with a list operation instead. |
| GET | /api/v1/watch/namespaces/{namespace}/secrets/{name} | watch changes to an object of kind Secret. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. |
| GET | /api/v1/watch/namespaces/{namespace}/serviceaccounts | watch individual changes to a list of ServiceAccount. deprecated: use the 'watch' parameter with a list operation instead. |
| GET | /api/v1/watch/namespaces/{namespace}/serviceaccounts/{name} | watch changes to an object of kind ServiceAccount. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. |
| GET | /api/v1/watch/namespaces/{namespace}/services | watch individual changes to a list of Service. deprecated: use the 'watch' parameter with a list operation instead. |
| GET | /api/v1/watch/namespaces/{namespace}/services/{name} | watch changes to an object of kind Service. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. |
| GET | /api/v1/watch/namespaces/{name} | watch changes to an object of kind Namespace. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. |
| GET | /api/v1/watch/nodes | watch individual changes to a list of Node. deprecated: use the 'watch' parameter with a list operation instead. |
| GET | /api/v1/watch/nodes/{name} | watch changes to an object of kind Node. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. |
| GET | /api/v1/watch/persistentvolumeclaims | watch individual changes to a list of PersistentVolumeClaim. deprecated: use the 'watch' parameter with a list operation instead. |
| GET | /api/v1/watch/persistentvolumes | watch individual changes to a list of PersistentVolume. deprecated: use the 'watch' parameter with a list operation instead. |
| GET | /api/v1/watch/persistentvolumes/{name} | watch changes to an object of kind PersistentVolume. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. |
| GET | /api/v1/watch/pods | watch individual changes to a list of Pod. deprecated: use the 'watch' parameter with a list operation instead. |
| GET | /api/v1/watch/podtemplates | watch individual changes to a list of PodTemplate. deprecated: use the 'watch' parameter with a list operation instead. |
| GET | /api/v1/watch/replicationcontrollers | watch individual changes to a list of ReplicationController. deprecated: use the 'watch' parameter with a list operation instead. |
| GET | /api/v1/watch/resourcequotas | watch individual changes to a list of ResourceQuota. deprecated: use the 'watch' parameter with a list operation instead. |
| GET | /api/v1/watch/secrets | watch individual changes to a list of Secret. deprecated: use the 'watch' parameter with a list operation instead. |
| GET | /api/v1/watch/serviceaccounts | watch individual changes to a list of ServiceAccount. deprecated: use the 'watch' parameter with a list operation instead. |
| GET | /api/v1/watch/services | watch individual changes to a list of Service. deprecated: use the 'watch' parameter with a list operation instead. |

### apis
| Method | Path | Description |
|--------|------|-------------|
| GET | /apis/ | get available API versions |
| GET | /apis/admissionregistration.k8s.io/ | get information of a group |
| GET | /apis/admissionregistration.k8s.io/v1/ | get available resources |
| DELETE | /apis/admissionregistration.k8s.io/v1/mutatingadmissionpolicies | delete collection of MutatingAdmissionPolicy |
| GET | /apis/admissionregistration.k8s.io/v1/mutatingadmissionpolicies | list or watch objects of kind MutatingAdmissionPolicy |
| POST | /apis/admissionregistration.k8s.io/v1/mutatingadmissionpolicies | create a MutatingAdmissionPolicy |
| DELETE | /apis/admissionregistration.k8s.io/v1/mutatingadmissionpolicies/{name} | delete a MutatingAdmissionPolicy |
| GET | /apis/admissionregistration.k8s.io/v1/mutatingadmissionpolicies/{name} | read the specified MutatingAdmissionPolicy |
| PATCH | /apis/admissionregistration.k8s.io/v1/mutatingadmissionpolicies/{name} | partially update the specified MutatingAdmissionPolicy |
| PUT | /apis/admissionregistration.k8s.io/v1/mutatingadmissionpolicies/{name} | replace the specified MutatingAdmissionPolicy |
| DELETE | /apis/admissionregistration.k8s.io/v1/mutatingadmissionpolicybindings | delete collection of MutatingAdmissionPolicyBinding |
| GET | /apis/admissionregistration.k8s.io/v1/mutatingadmissionpolicybindings | list or watch objects of kind MutatingAdmissionPolicyBinding |
| POST | /apis/admissionregistration.k8s.io/v1/mutatingadmissionpolicybindings | create a MutatingAdmissionPolicyBinding |
| DELETE | /apis/admissionregistration.k8s.io/v1/mutatingadmissionpolicybindings/{name} | delete a MutatingAdmissionPolicyBinding |
| GET | /apis/admissionregistration.k8s.io/v1/mutatingadmissionpolicybindings/{name} | read the specified MutatingAdmissionPolicyBinding |
| PATCH | /apis/admissionregistration.k8s.io/v1/mutatingadmissionpolicybindings/{name} | partially update the specified MutatingAdmissionPolicyBinding |
| PUT | /apis/admissionregistration.k8s.io/v1/mutatingadmissionpolicybindings/{name} | replace the specified MutatingAdmissionPolicyBinding |
| DELETE | /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations | delete collection of MutatingWebhookConfiguration |
| GET | /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations | list or watch objects of kind MutatingWebhookConfiguration |
| POST | /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations | create a MutatingWebhookConfiguration |
| DELETE | /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/{name} | delete a MutatingWebhookConfiguration |
| GET | /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/{name} | read the specified MutatingWebhookConfiguration |
| PATCH | /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/{name} | partially update the specified MutatingWebhookConfiguration |
| PUT | /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/{name} | replace the specified MutatingWebhookConfiguration |
| DELETE | /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies | delete collection of ValidatingAdmissionPolicy |
| GET | /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies | list or watch objects of kind ValidatingAdmissionPolicy |
| POST | /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies | create a ValidatingAdmissionPolicy |
| DELETE | /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name} | delete a ValidatingAdmissionPolicy |
| GET | /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name} | read the specified ValidatingAdmissionPolicy |
| PATCH | /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name} | partially update the specified ValidatingAdmissionPolicy |
| PUT | /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name} | replace the specified ValidatingAdmissionPolicy |
| GET | /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name}/status | read status of the specified ValidatingAdmissionPolicy |
| PATCH | /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name}/status | partially update status of the specified ValidatingAdmissionPolicy |
| PUT | /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name}/status | replace status of the specified ValidatingAdmissionPolicy |
| DELETE | /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings | delete collection of ValidatingAdmissionPolicyBinding |
| GET | /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings | list or watch objects of kind ValidatingAdmissionPolicyBinding |
| POST | /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings | create a ValidatingAdmissionPolicyBinding |
| DELETE | /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings/{name} | delete a ValidatingAdmissionPolicyBinding |
| GET | /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings/{name} | read the specified ValidatingAdmissionPolicyBinding |
| PATCH | /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings/{name} | partially update the specified ValidatingAdmissionPolicyBinding |
| PUT | /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings/{name} | replace the specified ValidatingAdmissionPolicyBinding |
| DELETE | /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations | delete collection of ValidatingWebhookConfiguration |
| GET | /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations | list or watch objects of kind ValidatingWebhookConfiguration |
| POST | /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations | create a ValidatingWebhookConfiguration |
| DELETE | /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/{name} | delete a ValidatingWebhookConfiguration |
| GET | /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/{name} | read the specified ValidatingWebhookConfiguration |
| PATCH | /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/{name} | partially update the specified ValidatingWebhookConfiguration |
| PUT | /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/{name} | replace the specified ValidatingWebhookConfiguration |
| GET | /apis/admissionregistration.k8s.io/v1/watch/mutatingadmissionpolicies | watch individual changes to a list of MutatingAdmissionPolicy. deprecated: use the 'watch' parameter with a list operation instead. |
| GET | /apis/admissionregistration.k8s.io/v1/watch/mutatingadmissionpolicies/{name} | watch changes to an object of kind MutatingAdmissionPolicy. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. |
| GET | /apis/admissionregistration.k8s.io/v1/watch/mutatingadmissionpolicybindings | watch individual changes to a list of MutatingAdmissionPolicyBinding. deprecated: use the 'watch' parameter with a list operation instead. |
| GET | /apis/admissionregistration.k8s.io/v1/watch/mutatingadmissionpolicybindings/{name} | watch changes to an object of kind MutatingAdmissionPolicyBinding. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. |
| GET | /apis/admissionregistration.k8s.io/v1/watch/mutatingwebhookconfigurations | watch individual changes to a list of MutatingWebhookConfiguration. deprecated: use the 'watch' parameter with a list operation instead. |
| GET | /apis/admissionregistration.k8s.io/v1/watch/mutatingwebhookconfigurations/{name} | watch changes to an object of kind MutatingWebhookConfiguration. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. |
| GET | /apis/admissionregistration.k8s.io/v1/watch/validatingadmissionpolicies | watch individual changes to a list of ValidatingAdmissionPolicy. deprecated: use the 'watch' parameter with a list operation instead. |
| GET | /apis/admissionregistration.k8s.io/v1/watch/validatingadmissionpolicies/{name} | watch changes to an object of kind ValidatingAdmissionPolicy. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. |
| GET | /apis/admissionregistration.k8s.io/v1/watch/validatingadmissionpolicybindings | watch individual changes to a list of ValidatingAdmissionPolicyBinding. deprecated: use the 'watch' parameter with a list operation instead. |
| GET | /apis/admissionregistration.k8s.io/v1/watch/validatingadmissionpolicybindings/{name} | watch changes to an object of kind ValidatingAdmissionPolicyBinding. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. |
| GET | /apis/admissionregistration.k8s.io/v1/watch/validatingwebhookconfigurations | watch individual changes to a list of ValidatingWebhookConfiguration. deprecated: use the 'watch' parameter with a list operation instead. |
| GET | /apis/admissionregistration.k8s.io/v1/watch/validatingwebhookconfigurations/{name} | watch changes to an object of kind ValidatingWebhookConfiguration. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. |
| GET | /apis/admissionregistration.k8s.io/v1alpha1/ | get available resources |
| DELETE | /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicies | delete collection of MutatingAdmissionPolicy |
| GET | /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicies | list or watch objects of kind MutatingAdmissionPolicy |
| POST | /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicies | create a MutatingAdmissionPolicy |
| DELETE | /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicies/{name} | delete a MutatingAdmissionPolicy |
| GET | /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicies/{name} | read the specified MutatingAdmissionPolicy |
| PATCH | /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicies/{name} | partially update the specified MutatingAdmissionPolicy |
| PUT | /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicies/{name} | replace the specified MutatingAdmissionPolicy |
| DELETE | /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicybindings | delete collection of MutatingAdmissionPolicyBinding |
| GET | /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicybindings | list or watch objects of kind MutatingAdmissionPolicyBinding |
| POST | /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicybindings | create a MutatingAdmissionPolicyBinding |
| DELETE | /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicybindings/{name} | delete a MutatingAdmissionPolicyBinding |
| GET | /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicybindings/{name} | read the specified MutatingAdmissionPolicyBinding |
| PATCH | /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicybindings/{name} | partially update the specified MutatingAdmissionPolicyBinding |
| PUT | /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicybindings/{name} | replace the specified MutatingAdmissionPolicyBinding |
| GET | /apis/admissionregistration.k8s.io/v1alpha1/watch/mutatingadmissionpolicies | watch individual changes to a list of MutatingAdmissionPolicy. deprecated: use the 'watch' parameter with a list operation instead. |
| GET | /apis/admissionregistration.k8s.io/v1alpha1/watch/mutatingadmissionpolicies/{name}

…(truncated)
