CoreV1Api
All URIs are relative to http://localhost
Pod
| Method | HTTP request | Description |
|---|---|---|
| createNamespacedPod | POST /api/v1/namespaces/{namespace}/pods | create a Pod |
| createNamespacedPodBinding | POST /api/v1/namespaces/{namespace}/pods/{name}/binding | create binding of a Pod |
| createNamespacedPodEviction | POST /api/v1/namespaces/{namespace}/pods/{name}/eviction | create eviction of a Pod |
| readNamespacedPod | GET /api/v1/namespaces/{namespace}/pods/{name} | read the specified Pod |
| listNamespacedPod | GET /api/v1/namespaces/{namespace}/pods | list or watch objects of kind Pod |
| readNamespacedPodEphemeralcontainers | GET /api/v1/namespaces/{namespace}/pods/{name}/ephemeralcontainers | read ephemeralcontainers of the specified Pod |
| readNamespacedPodLog | GET /api/v1/namespaces/{namespace}/pods/{name}/log | read log of the specified Pod |
| readNamespacedPodResize | GET /api/v1/namespaces/{namespace}/pods/{name}/resize | read resize of the specified Pod |
| readNamespacedPodStatus | GET /api/v1/namespaces/{namespace}/pods/{name}/status | read status of the specified Pod |
| listPodForAllNamespaces | GET /api/v1/pods | list or watch objects of kind Pod |
| patchNamespacedPod | PATCH /api/v1/namespaces/{namespace}/pods/{name} | partially update the specified Pod |
| patchNamespacedPodEphemeralcontainers | PATCH /api/v1/namespaces/{namespace}/pods/{name}/ephemeralcontainers | partially update ephemeralcontainers of the specified Pod |
| patchNamespacedPodResize | PATCH /api/v1/namespaces/{namespace}/pods/{name}/resize | partially update resize of the specified Pod |
| patchNamespacedPodStatus | PATCH /api/v1/namespaces/{namespace}/pods/{name}/status | partially update status of the specified Pod |
| replaceNamespacedPod | PUT /api/v1/namespaces/{namespace}/pods/{name} | replace the specified Pod |
| deleteCollectionNamespacedPod | DELETE /api/v1/namespaces/{namespace}/pods | delete collection of Pod |
| deleteNamespacedPod | DELETE /api/v1/namespaces/{namespace}/pods/{name} | delete a Pod |
| replaceNamespacedPodEphemeralcontainers | PUT /api/v1/namespaces/{namespace}/pods/{name}/ephemeralcontainers | replace ephemeralcontainers of the specified Pod |
| replaceNamespacedPodResize | PUT /api/v1/namespaces/{namespace}/pods/{name}/resize | replace resize of the specified Pod |
| replaceNamespacedPodStatus | PUT /api/v1/namespaces/{namespace}/pods/{name}/status | replace status of the specified Pod |
| connectDeleteNamespacedPodProxy | DELETE /api/v1/namespaces/{namespace}/pods/{name}/proxy | connect DELETE requests to proxy of Pod |
| connectDeleteNamespacedPodProxyWithPath | DELETE /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | connect DELETE requests to proxy of Pod |
| connectGetNamespacedPodAttach | GET /api/v1/namespaces/{namespace}/pods/{name}/attach | connect GET requests to attach of Pod |
| connectGetNamespacedPodExec | GET /api/v1/namespaces/{namespace}/pods/{name}/exec | connect GET requests to exec of Pod |
| connectGetNamespacedPodPortforward | GET /api/v1/namespaces/{namespace}/pods/{name}/portforward | connect GET requests to portforward of Pod |
| connectGetNamespacedPodProxy | GET /api/v1/namespaces/{namespace}/pods/{name}/proxy | connect GET requests to proxy of Pod |
| connectGetNamespacedPodProxyWithPath | GET /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | connect GET requests to proxy of Pod |
| connectHeadNamespacedPodProxy | HEAD /api/v1/namespaces/{namespace}/pods/{name}/proxy | connect HEAD requests to proxy of Pod |
| connectHeadNamespacedPodProxyWithPath | HEAD /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | connect HEAD requests to proxy of Pod |
| connectOptionsNamespacedPodProxy | OPTIONS /api/v1/namespaces/{namespace}/pods/{name}/proxy | connect OPTIONS requests to proxy of Pod |
| connectOptionsNamespacedPodProxyWithPath | OPTIONS /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | connect OPTIONS requests to proxy of Pod |
| connectPatchNamespacedPodProxy | PATCH /api/v1/namespaces/{namespace}/pods/{name}/proxy | connect PATCH requests to proxy of Pod |
| connectPatchNamespacedPodProxyWithPath | PATCH /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | connect PATCH requests to proxy of Pod |
| connectPostNamespacedPodAttach | POST /api/v1/namespaces/{namespace}/pods/{name}/attach | connect POST requests to attach of Pod |
| connectPostNamespacedPodExec | POST /api/v1/namespaces/{namespace}/pods/{name}/exec | connect POST requests to exec of Pod |
| connectPostNamespacedPodPortforward | POST /api/v1/namespaces/{namespace}/pods/{name}/portforward | connect POST requests to portforward of Pod |
| connectPostNamespacedPodProxy | POST /api/v1/namespaces/{namespace}/pods/{name}/proxy | connect POST requests to proxy of Pod |
| connectPostNamespacedPodProxyWithPath | POST /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | connect POST requests to proxy of Pod |
| connectPutNamespacedPodProxy | PUT /api/v1/namespaces/{namespace}/pods/{name}/proxy | connect PUT requests to proxy of Pod |
| connectPutNamespacedPodProxyWithPath | PUT /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | connect PUT requests to proxy of Pod |
Service
| Method | HTTP request | Description |
|---|---|---|
| createNamespacedService | POST /api/v1/namespaces/{namespace}/services | create a Service |
| readNamespacedService | GET /api/v1/namespaces/{namespace}/services/{name} | read the specified Service |
| listNamespacedService | GET /api/v1/namespaces/{namespace}/services | list or watch objects of kind Service |
| readNamespacedServiceStatus | GET /api/v1/namespaces/{namespace}/services/{name}/status | read status of the specified Service |
| listServiceForAllNamespaces | GET /api/v1/services | list or watch objects of kind Service |
| patchNamespacedService | PATCH /api/v1/namespaces/{namespace}/services/{name} | partially update the specified Service |
| patchNamespacedServiceStatus | PATCH /api/v1/namespaces/{namespace}/services/{name}/status | partially update status of the specified Service |
| replaceNamespacedService | PUT /api/v1/namespaces/{namespace}/services/{name} | replace the specified Service |
| deleteCollectionNamespacedService | DELETE /api/v1/namespaces/{namespace}/services | delete collection of Service |
| deleteNamespacedService | DELETE /api/v1/namespaces/{namespace}/services/{name} | delete a Service |
| replaceNamespacedServiceStatus | PUT /api/v1/namespaces/{namespace}/services/{name}/status | replace status of the specified Service |
| connectDeleteNamespacedServiceProxy | DELETE /api/v1/namespaces/{namespace}/services/{name}/proxy | connect DELETE requests to proxy of Service |
| connectDeleteNamespacedServiceProxyWithPath | DELETE /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} | connect DELETE requests to proxy of Service |
| connectGetNamespacedServiceProxy | GET /api/v1/namespaces/{namespace}/services/{name}/proxy | connect GET requests to proxy of Service |
| connectGetNamespacedServiceProxyWithPath | GET /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} | connect GET requests to proxy of Service |
| connectHeadNamespacedServiceProxy | HEAD /api/v1/namespaces/{namespace}/services/{name}/proxy | connect HEAD requests to proxy of Service |
| connectHeadNamespacedServiceProxyWithPath | HEAD /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} | connect HEAD requests to proxy of Service |
| connectOptionsNamespacedServiceProxy | OPTIONS /api/v1/namespaces/{namespace}/services/{name}/proxy | connect OPTIONS requests to proxy of Service |
| connectOptionsNamespacedServiceProxyWithPath | OPTIONS /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} | connect OPTIONS requests to proxy of Service |
| connectPatchNamespacedServiceProxy | PATCH /api/v1/namespaces/{namespace}/services/{name}/proxy | connect PATCH requests to proxy of Service |
| connectPatchNamespacedServiceProxyWithPath | PATCH /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} | connect PATCH requests to proxy of Service |
| connectPostNamespacedServiceProxy | POST /api/v1/namespaces/{namespace}/services/{name}/proxy | connect POST requests to proxy of Service |
| connectPostNamespacedServiceProxyWithPath | POST /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} | connect POST requests to proxy of Service |
| connectPutNamespacedServiceProxy | PUT /api/v1/namespaces/{namespace}/services/{name}/proxy | connect PUT requests to proxy of Service |
| connectPutNamespacedServiceProxyWithPath | PUT /api/v1/namespaces/{namespace}/services/{name}/proxy/{path} | connect PUT requests to proxy of Service |
Node
| Method | HTTP request | Description |
|---|---|---|
| createNode | POST /api/v1/nodes | create a Node |
| readNode | GET /api/v1/nodes/{name} | read the specified Node |
| listNode | GET /api/v1/nodes | list or watch objects of kind Node |
| readNodeStatus | GET /api/v1/nodes/{name}/status | read status of the specified Node |
| patchNode | PATCH /api/v1/nodes/{name} | partially update the specified Node |
| patchNodeStatus | PATCH /api/v1/nodes/{name}/status | partially update status of the specified Node |
| replaceNode | PUT /api/v1/nodes/{name} | replace the specified Node |
| deleteCollectionNode | DELETE /api/v1/nodes | delete collection of Node |
| deleteNode | DELETE /api/v1/nodes/{name} | delete a Node |
| replaceNodeStatus | PUT /api/v1/nodes/{name}/status | replace status of the specified Node |
| connectDeleteNodeProxy | DELETE /api/v1/nodes/{name}/proxy | connect DELETE requests to proxy of Node |
| connectDeleteNodeProxyWithPath | DELETE /api/v1/nodes/{name}/proxy/{path} | connect DELETE requests to proxy of Node |
| connectGetNodeProxy | GET /api/v1/nodes/{name}/proxy | connect GET requests to proxy of Node |
| connectGetNodeProxyWithPath | GET /api/v1/nodes/{name}/proxy/{path} | connect GET requests to proxy of Node |
| connectHeadNodeProxy | HEAD /api/v1/nodes/{name}/proxy | connect HEAD requests to proxy of Node |
| connectHeadNodeProxyWithPath | HEAD /api/v1/nodes/{name}/proxy/{path} | connect HEAD requests to proxy of Node |
| connectOptionsNodeProxy | OPTIONS /api/v1/nodes/{name}/proxy | connect OPTIONS requests to proxy of Node |
| connectOptionsNodeProxyWithPath | OPTIONS /api/v1/nodes/{name}/proxy/{path} | connect OPTIONS requests to proxy of Node |
| connectPatchNodeProxy | PATCH /api/v1/nodes/{name}/proxy | connect PATCH requests to proxy of Node |
| connectPatchNodeProxyWithPath | PATCH /api/v1/nodes/{name}/proxy/{path} | connect PATCH requests to proxy of Node |
| connectPostNodeProxy | POST /api/v1/nodes/{name}/proxy | connect POST requests to proxy of Node |
| connectPostNodeProxyWithPath | POST /api/v1/nodes/{name}/proxy/{path} | connect POST requests to proxy of Node |
| connectPutNodeProxy | PUT /api/v1/nodes/{name}/proxy | connect PUT requests to proxy of Node |
| connectPutNodeProxyWithPath | PUT /api/v1/nodes/{name}/proxy/{path} | connect PUT requests to proxy of Node |
Namespace
| Method | HTTP request | Description |
|---|---|---|
| createNamespace | POST /api/v1/namespaces | create a Namespace |
| readNamespace | GET /api/v1/namespaces/{name} | read the specified Namespace |
| listNamespace | GET /api/v1/namespaces | list or watch objects of kind Namespace |
| readNamespaceStatus | GET /api/v1/namespaces/{name}/status | read status of the specified Namespace |
| patchNamespace | PATCH /api/v1/namespaces/{name} | partially update the specified Namespace |
| patchNamespaceStatus | PATCH /api/v1/namespaces/{name}/status | partially update status of the specified Namespace |
| replaceNamespace | PUT /api/v1/namespaces/{name} | replace the specified Namespace |
| deleteNamespace | DELETE /api/v1/namespaces/{name} | delete a Namespace |
| replaceNamespaceFinalize | PUT /api/v1/namespaces/{name}/finalize | replace finalize of the specified Namespace |
| replaceNamespaceStatus | PUT /api/v1/namespaces/{name}/status | replace status of the specified Namespace |
Binding
| Method | HTTP request | Description |
|---|---|---|
| createNamespacedBinding | POST /api/v1/namespaces/{namespace}/bindings | create a Binding |
Config Map
| Method | HTTP request | Description |
|---|---|---|
| createNamespacedConfigMap | POST /api/v1/namespaces/{namespace}/configmaps | create a ConfigMap |
| readNamespacedConfigMap | GET /api/v1/namespaces/{namespace}/configmaps/{name} | read the specified ConfigMap |
| listNamespacedConfigMap | GET /api/v1/namespaces/{namespace}/configmaps | list or watch objects of kind ConfigMap |
| listConfigMapForAllNamespaces | GET /api/v1/configmaps | list or watch objects of kind ConfigMap |
| patchNamespacedConfigMap | PATCH /api/v1/namespaces/{namespace}/configmaps/{name} | partially update the specified ConfigMap |
| replaceNamespacedConfigMap | PUT /api/v1/namespaces/{namespace}/configmaps/{name} | replace the specified ConfigMap |
| deleteCollectionNamespacedConfigMap | DELETE /api/v1/namespaces/{namespace}/configmaps | delete collection of ConfigMap |
| deleteNamespacedConfigMap | DELETE /api/v1/namespaces/{namespace}/configmaps/{name} | delete a ConfigMap |
Endpoints
| Method | HTTP request | Description |
|---|---|---|
| createNamespacedEndpoints | POST /api/v1/namespaces/{namespace}/endpoints | create Endpoints |
| readNamespacedEndpoints | GET /api/v1/namespaces/{namespace}/endpoints/{name} | read the specified Endpoints |
| listNamespacedEndpoints | GET /api/v1/namespaces/{namespace}/endpoints | list or watch objects of kind Endpoints |
| listEndpointsForAllNamespaces | GET /api/v1/endpoints | list or watch objects of kind Endpoints |
| patchNamespacedEndpoints | PATCH /api/v1/namespaces/{namespace}/endpoints/{name} | partially update the specified Endpoints |
| replaceNamespacedEndpoints | PUT /api/v1/namespaces/{namespace}/endpoints/{name} | replace the specified Endpoints |
| deleteCollectionNamespacedEndpoints | DELETE /api/v1/namespaces/{namespace}/endpoints | delete collection of Endpoints |
| deleteNamespacedEndpoints | DELETE /api/v1/namespaces/{namespace}/endpoints/{name} | delete Endpoints |
Event
| Method | HTTP request | Description |
|---|---|---|
| createNamespacedEvent | POST /api/v1/namespaces/{namespace}/events | create an Event |
| readNamespacedEvent | GET /api/v1/namespaces/{namespace}/events/{name} | read the specified Event |
| listNamespacedEvent | GET /api/v1/namespaces/{namespace}/events | list or watch objects of kind Event |
| listEventForAllNamespaces | GET /api/v1/events | list or watch objects of kind Event |
| patchNamespacedEvent | PATCH /api/v1/namespaces/{namespace}/events/{name} | partially update the specified Event |
| replaceNamespacedEvent | PUT /api/v1/namespaces/{namespace}/events/{name} | replace the specified Event |
| deleteCollectionNamespacedEvent | DELETE /api/v1/namespaces/{namespace}/events | delete collection of Event |
| deleteNamespacedEvent | DELETE /api/v1/namespaces/{namespace}/events/{name} | delete an Event |
Limit Range
| Method | HTTP request | Description |
|---|---|---|
| createNamespacedLimitRange | POST /api/v1/namespaces/{namespace}/limitranges | create a LimitRange |
| readNamespacedLimitRange | GET /api/v1/namespaces/{namespace}/limitranges/{name} | read the specified LimitRange |
| listNamespacedLimitRange | GET /api/v1/namespaces/{namespace}/limitranges | list or watch objects of kind LimitRange |
| listLimitRangeForAllNamespaces | GET /api/v1/limitranges | list or watch objects of kind LimitRange |
| patchNamespacedLimitRange | PATCH /api/v1/namespaces/{namespace}/limitranges/{name} | partially update the specified LimitRange |
| replaceNamespacedLimitRange | PUT /api/v1/namespaces/{namespace}/limitranges/{name} | replace the specified LimitRange |
| deleteCollectionNamespacedLimitRange | DELETE /api/v1/namespaces/{namespace}/limitranges | delete collection of LimitRange |
| deleteNamespacedLimitRange | DELETE /api/v1/namespaces/{namespace}/limitranges/{name} | delete a LimitRange |
Persistent Volume Claim
| Method | HTTP request | Description |
|---|---|---|
| createNamespacedPersistentVolumeClaim | POST /api/v1/namespaces/{namespace}/persistentvolumeclaims | create a PersistentVolumeClaim |
| readNamespacedPersistentVolumeClaim | GET /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name} | read the specified PersistentVolumeClaim |
| listNamespacedPersistentVolumeClaim | GET /api/v1/namespaces/{namespace}/persistentvolumeclaims | list or watch objects of kind PersistentVolumeClaim |
| readNamespacedPersistentVolumeClaimStatus | GET /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status | read status of the specified PersistentVolumeClaim |
| listPersistentVolumeClaimForAllNamespaces | GET /api/v1/persistentvolumeclaims | list or watch objects of kind PersistentVolumeClaim |
| patchNamespacedPersistentVolumeClaim | PATCH /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name} | partially update the specified PersistentVolumeClaim |
| patchNamespacedPersistentVolumeClaimStatus | PATCH /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status | partially update status of the specified PersistentVolumeClaim |
| replaceNamespacedPersistentVolumeClaim | PUT /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name} | replace the specified PersistentVolumeClaim |
| deleteCollectionNamespacedPersistentVolumeClaim | DELETE /api/v1/namespaces/{namespace}/persistentvolumeclaims | delete collection of PersistentVolumeClaim |
| deleteNamespacedPersistentVolumeClaim | DELETE /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name} | delete a PersistentVolumeClaim |
| replaceNamespacedPersistentVolumeClaimStatus | PUT /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status | replace status of the specified PersistentVolumeClaim |
Pod Template
| Method | HTTP request | Description |
|---|---|---|
| createNamespacedPodTemplate | POST /api/v1/namespaces/{namespace}/podtemplates | create a PodTemplate |
| readNamespacedPodTemplate | GET /api/v1/namespaces/{namespace}/podtemplates/{name} | read the specified PodTemplate |
| listNamespacedPodTemplate | GET /api/v1/namespaces/{namespace}/podtemplates | list or watch objects of kind PodTemplate |
| listPodTemplateForAllNamespaces | GET /api/v1/podtemplates | list or watch objects of kind PodTemplate |
| patchNamespacedPodTemplate | PATCH /api/v1/namespaces/{namespace}/podtemplates/{name} | partially update the specified PodTemplate |
| replaceNamespacedPodTemplate | PUT /api/v1/namespaces/{namespace}/podtemplates/{name} | replace the specified PodTemplate |
| deleteCollectionNamespacedPodTemplate | DELETE /api/v1/namespaces/{namespace}/podtemplates | delete collection of PodTemplate |
| deleteNamespacedPodTemplate | DELETE /api/v1/namespaces/{namespace}/podtemplates/{name} | delete a PodTemplate |
Replication Controller
| Method | HTTP request | Description |
|---|---|---|
| createNamespacedReplicationController | POST /api/v1/namespaces/{namespace}/replicationcontrollers | create a ReplicationController |
| readNamespacedReplicationController | GET /api/v1/namespaces/{namespace}/replicationcontrollers/{name} | read the specified ReplicationController |
| listNamespacedReplicationController | GET /api/v1/namespaces/{namespace}/replicationcontrollers | list or watch objects of kind ReplicationController |
| readNamespacedReplicationControllerScale | GET /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale | read scale of the specified ReplicationController |
| readNamespacedReplicationControllerStatus | GET /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status | read status of the specified ReplicationController |
| listReplicationControllerForAllNamespaces | GET /api/v1/replicationcontrollers | list or watch objects of kind ReplicationController |
| patchNamespacedReplicationController | PATCH /api/v1/namespaces/{namespace}/replicationcontrollers/{name} | partially update the specified ReplicationController |
| patchNamespacedReplicationControllerScale | PATCH /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale | partially update scale of the specified ReplicationController |
| patchNamespacedReplicationControllerStatus | PATCH /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status | partially update status of the specified ReplicationController |
| replaceNamespacedReplicationController | PUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name} | replace the specified ReplicationController |
| deleteCollectionNamespacedReplicationController | DELETE /api/v1/namespaces/{namespace}/replicationcontrollers | delete collection of ReplicationController |
| deleteNamespacedReplicationController | DELETE /api/v1/namespaces/{namespace}/replicationcontrollers/{name} | delete a ReplicationController |
| replaceNamespacedReplicationControllerScale | PUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale | replace scale of the specified ReplicationController |
| replaceNamespacedReplicationControllerStatus | PUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status | replace status of the specified ReplicationController |
Resource Quota
| Method | HTTP request | Description |
|---|---|---|
| createNamespacedResourceQuota | POST /api/v1/namespaces/{namespace}/resourcequotas | create a ResourceQuota |
| readNamespacedResourceQuota | GET /api/v1/namespaces/{namespace}/resourcequotas/{name} | read the specified ResourceQuota |
| listNamespacedResourceQuota | GET /api/v1/namespaces/{namespace}/resourcequotas | list or watch objects of kind ResourceQuota |
| readNamespacedResourceQuotaStatus | GET /api/v1/namespaces/{namespace}/resourcequotas/{name}/status | read status of the specified ResourceQuota |
| listResourceQuotaForAllNamespaces | GET /api/v1/resourcequotas | list or watch objects of kind ResourceQuota |
| patchNamespacedResourceQuota | PATCH /api/v1/namespaces/{namespace}/resourcequotas/{name} | partially update the specified ResourceQuota |
| patchNamespacedResourceQuotaStatus | PATCH /api/v1/namespaces/{namespace}/resourcequotas/{name}/status | partially update status of the specified ResourceQuota |
| replaceNamespacedResourceQuota | PUT /api/v1/namespaces/{namespace}/resourcequotas/{name} | replace the specified ResourceQuota |
| deleteCollectionNamespacedResourceQuota | DELETE /api/v1/namespaces/{namespace}/resourcequotas | delete collection of ResourceQuota |
| deleteNamespacedResourceQuota | DELETE /api/v1/namespaces/{namespace}/resourcequotas/{name} | delete a ResourceQuota |
| replaceNamespacedResourceQuotaStatus | PUT /api/v1/namespaces/{namespace}/resourcequotas/{name}/status | replace status of the specified ResourceQuota |
Secret
| Method | HTTP request | Description |
|---|---|---|
| createNamespacedSecret | POST /api/v1/namespaces/{namespace}/secrets | create a Secret |
| readNamespacedSecret | GET /api/v1/namespaces/{namespace}/secrets/{name} | read the specified Secret |
| listNamespacedSecret | GET /api/v1/namespaces/{namespace}/secrets | list or watch objects of kind Secret |
| listSecretForAllNamespaces | GET /api/v1/secrets | list or watch objects of kind Secret |
| patchNamespacedSecret | PATCH /api/v1/namespaces/{namespace}/secrets/{name} | partially update the specified Secret |
| replaceNamespacedSecret | PUT /api/v1/namespaces/{namespace}/secrets/{name} | replace the specified Secret |
| deleteCollectionNamespacedSecret | DELETE /api/v1/namespaces/{namespace}/secrets | delete collection of Secret |
| deleteNamespacedSecret | DELETE /api/v1/namespaces/{namespace}/secrets/{name} | delete a Secret |
Service Account
| Method | HTTP request | Description |
|---|---|---|
| createNamespacedServiceAccount | POST /api/v1/namespaces/{namespace}/serviceaccounts | create a ServiceAccount |
| createNamespacedServiceAccountToken | POST /api/v1/namespaces/{namespace}/serviceaccounts/{name}/token | create token of a ServiceAccount |
| readNamespacedServiceAccount | GET /api/v1/namespaces/{namespace}/serviceaccounts/{name} | read the specified ServiceAccount |
| listNamespacedServiceAccount | GET /api/v1/namespaces/{namespace}/serviceaccounts | list or watch objects of kind ServiceAccount |
| listServiceAccountForAllNamespaces | GET /api/v1/serviceaccounts | list or watch objects of kind ServiceAccount |
| patchNamespacedServiceAccount | PATCH /api/v1/namespaces/{namespace}/serviceaccounts/{name} | partially update the specified ServiceAccount |
| replaceNamespacedServiceAccount | PUT /api/v1/namespaces/{namespace}/serviceaccounts/{name} | replace the specified ServiceAccount |
| deleteCollectionNamespacedServiceAccount | DELETE /api/v1/namespaces/{namespace}/serviceaccounts | delete collection of ServiceAccount |
| deleteNamespacedServiceAccount | DELETE /api/v1/namespaces/{namespace}/serviceaccounts/{name} | delete a ServiceAccount |
Persistent Volume
| Method | HTTP request | Description |
|---|---|---|
| createPersistentVolume | POST /api/v1/persistentvolumes | create a PersistentVolume |
| readPersistentVolume | GET /api/v1/persistentvolumes/{name} | read the specified PersistentVolume |
| listPersistentVolume | GET /api/v1/persistentvolumes | list or watch objects of kind PersistentVolume |
| readPersistentVolumeStatus | GET /api/v1/persistentvolumes/{name}/status | read status of the specified PersistentVolume |
| patchPersistentVolume | PATCH /api/v1/persistentvolumes/{name} | partially update the specified PersistentVolume |
| patchPersistentVolumeStatus | PATCH /api/v1/persistentvolumes/{name}/status | partially update status of the specified PersistentVolume |
| replacePersistentVolume | PUT /api/v1/persistentvolumes/{name} | replace the specified PersistentVolume |
| deleteCollectionPersistentVolume | DELETE /api/v1/persistentvolumes | delete collection of PersistentVolume |
| deletePersistentVolume | DELETE /api/v1/persistentvolumes/{name} | delete a PersistentVolume |
| replacePersistentVolumeStatus | PUT /api/v1/persistentvolumes/{name}/status | replace status of the specified PersistentVolume |
APIResources
| Method | HTTP request | Description |
|---|---|---|
| getAPIResources | GET /api/v1/ | get available resources |
Component Status
| Method | HTTP request | Description |
|---|---|---|
| readComponentStatus | GET /api/v1/componentstatuses/{name} | read the specified ComponentStatus |
| listComponentStatus | GET /api/v1/componentstatuses | list objects of kind ComponentStatus |