Skip to main content

CoreV1Api

All URIs are relative to http://localhost

Pod

MethodHTTP requestDescription
createNamespacedPodPOST /api/v1/namespaces/{namespace}/podscreate a Pod
createNamespacedPodBindingPOST /api/v1/namespaces/{namespace}/pods/{name}/bindingcreate binding of a Pod
createNamespacedPodEvictionPOST /api/v1/namespaces/{namespace}/pods/{name}/evictioncreate eviction of a Pod
readNamespacedPodGET /api/v1/namespaces/{namespace}/pods/{name}read the specified Pod
listNamespacedPodGET /api/v1/namespaces/{namespace}/podslist or watch objects of kind Pod
readNamespacedPodEphemeralcontainersGET /api/v1/namespaces/{namespace}/pods/{name}/ephemeralcontainersread ephemeralcontainers of the specified Pod
readNamespacedPodLogGET /api/v1/namespaces/{namespace}/pods/{name}/logread log of the specified Pod
readNamespacedPodResizeGET /api/v1/namespaces/{namespace}/pods/{name}/resizeread resize of the specified Pod
readNamespacedPodStatusGET /api/v1/namespaces/{namespace}/pods/{name}/statusread status of the specified Pod
listPodForAllNamespacesGET /api/v1/podslist or watch objects of kind Pod
patchNamespacedPodPATCH /api/v1/namespaces/{namespace}/pods/{name}partially update the specified Pod
patchNamespacedPodEphemeralcontainersPATCH /api/v1/namespaces/{namespace}/pods/{name}/ephemeralcontainerspartially update ephemeralcontainers of the specified Pod
patchNamespacedPodResizePATCH /api/v1/namespaces/{namespace}/pods/{name}/resizepartially update resize of the specified Pod
patchNamespacedPodStatusPATCH /api/v1/namespaces/{namespace}/pods/{name}/statuspartially update status of the specified Pod
replaceNamespacedPodPUT /api/v1/namespaces/{namespace}/pods/{name}replace the specified Pod
deleteCollectionNamespacedPodDELETE /api/v1/namespaces/{namespace}/podsdelete collection of Pod
deleteNamespacedPodDELETE /api/v1/namespaces/{namespace}/pods/{name}delete a Pod
replaceNamespacedPodEphemeralcontainersPUT /api/v1/namespaces/{namespace}/pods/{name}/ephemeralcontainersreplace ephemeralcontainers of the specified Pod
replaceNamespacedPodResizePUT /api/v1/namespaces/{namespace}/pods/{name}/resizereplace resize of the specified Pod
replaceNamespacedPodStatusPUT /api/v1/namespaces/{namespace}/pods/{name}/statusreplace status of the specified Pod
connectDeleteNamespacedPodProxyDELETE /api/v1/namespaces/{namespace}/pods/{name}/proxyconnect DELETE requests to proxy of Pod
connectDeleteNamespacedPodProxyWithPathDELETE /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}connect DELETE requests to proxy of Pod
connectGetNamespacedPodAttachGET /api/v1/namespaces/{namespace}/pods/{name}/attachconnect GET requests to attach of Pod
connectGetNamespacedPodExecGET /api/v1/namespaces/{namespace}/pods/{name}/execconnect GET requests to exec of Pod
connectGetNamespacedPodPortforwardGET /api/v1/namespaces/{namespace}/pods/{name}/portforwardconnect GET requests to portforward of Pod
connectGetNamespacedPodProxyGET /api/v1/namespaces/{namespace}/pods/{name}/proxyconnect GET requests to proxy of Pod
connectGetNamespacedPodProxyWithPathGET /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}connect GET requests to proxy of Pod
connectHeadNamespacedPodProxyHEAD /api/v1/namespaces/{namespace}/pods/{name}/proxyconnect HEAD requests to proxy of Pod
connectHeadNamespacedPodProxyWithPathHEAD /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}connect HEAD requests to proxy of Pod
connectOptionsNamespacedPodProxyOPTIONS /api/v1/namespaces/{namespace}/pods/{name}/proxyconnect OPTIONS requests to proxy of Pod
connectOptionsNamespacedPodProxyWithPathOPTIONS /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}connect OPTIONS requests to proxy of Pod
connectPatchNamespacedPodProxyPATCH /api/v1/namespaces/{namespace}/pods/{name}/proxyconnect PATCH requests to proxy of Pod
connectPatchNamespacedPodProxyWithPathPATCH /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}connect PATCH requests to proxy of Pod
connectPostNamespacedPodAttachPOST /api/v1/namespaces/{namespace}/pods/{name}/attachconnect POST requests to attach of Pod
connectPostNamespacedPodExecPOST /api/v1/namespaces/{namespace}/pods/{name}/execconnect POST requests to exec of Pod
connectPostNamespacedPodPortforwardPOST /api/v1/namespaces/{namespace}/pods/{name}/portforwardconnect POST requests to portforward of Pod
connectPostNamespacedPodProxyPOST /api/v1/namespaces/{namespace}/pods/{name}/proxyconnect POST requests to proxy of Pod
connectPostNamespacedPodProxyWithPathPOST /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}connect POST requests to proxy of Pod
connectPutNamespacedPodProxyPUT /api/v1/namespaces/{namespace}/pods/{name}/proxyconnect PUT requests to proxy of Pod
connectPutNamespacedPodProxyWithPathPUT /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}connect PUT requests to proxy of Pod

Service

MethodHTTP requestDescription
createNamespacedServicePOST /api/v1/namespaces/{namespace}/servicescreate a Service
readNamespacedServiceGET /api/v1/namespaces/{namespace}/services/{name}read the specified Service
listNamespacedServiceGET /api/v1/namespaces/{namespace}/serviceslist or watch objects of kind Service
readNamespacedServiceStatusGET /api/v1/namespaces/{namespace}/services/{name}/statusread status of the specified Service
listServiceForAllNamespacesGET /api/v1/serviceslist or watch objects of kind Service
patchNamespacedServicePATCH /api/v1/namespaces/{namespace}/services/{name}partially update the specified Service
patchNamespacedServiceStatusPATCH /api/v1/namespaces/{namespace}/services/{name}/statuspartially update status of the specified Service
replaceNamespacedServicePUT /api/v1/namespaces/{namespace}/services/{name}replace the specified Service
deleteCollectionNamespacedServiceDELETE /api/v1/namespaces/{namespace}/servicesdelete collection of Service
deleteNamespacedServiceDELETE /api/v1/namespaces/{namespace}/services/{name}delete a Service
replaceNamespacedServiceStatusPUT /api/v1/namespaces/{namespace}/services/{name}/statusreplace status of the specified Service
connectDeleteNamespacedServiceProxyDELETE /api/v1/namespaces/{namespace}/services/{name}/proxyconnect DELETE requests to proxy of Service
connectDeleteNamespacedServiceProxyWithPathDELETE /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}connect DELETE requests to proxy of Service
connectGetNamespacedServiceProxyGET /api/v1/namespaces/{namespace}/services/{name}/proxyconnect GET requests to proxy of Service
connectGetNamespacedServiceProxyWithPathGET /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}connect GET requests to proxy of Service
connectHeadNamespacedServiceProxyHEAD /api/v1/namespaces/{namespace}/services/{name}/proxyconnect HEAD requests to proxy of Service
connectHeadNamespacedServiceProxyWithPathHEAD /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}connect HEAD requests to proxy of Service
connectOptionsNamespacedServiceProxyOPTIONS /api/v1/namespaces/{namespace}/services/{name}/proxyconnect OPTIONS requests to proxy of Service
connectOptionsNamespacedServiceProxyWithPathOPTIONS /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}connect OPTIONS requests to proxy of Service
connectPatchNamespacedServiceProxyPATCH /api/v1/namespaces/{namespace}/services/{name}/proxyconnect PATCH requests to proxy of Service
connectPatchNamespacedServiceProxyWithPathPATCH /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}connect PATCH requests to proxy of Service
connectPostNamespacedServiceProxyPOST /api/v1/namespaces/{namespace}/services/{name}/proxyconnect POST requests to proxy of Service
connectPostNamespacedServiceProxyWithPathPOST /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}connect POST requests to proxy of Service
connectPutNamespacedServiceProxyPUT /api/v1/namespaces/{namespace}/services/{name}/proxyconnect PUT requests to proxy of Service
connectPutNamespacedServiceProxyWithPathPUT /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}connect PUT requests to proxy of Service

Node

MethodHTTP requestDescription
createNodePOST /api/v1/nodescreate a Node
readNodeGET /api/v1/nodes/{name}read the specified Node
listNodeGET /api/v1/nodeslist or watch objects of kind Node
readNodeStatusGET /api/v1/nodes/{name}/statusread status of the specified Node
patchNodePATCH /api/v1/nodes/{name}partially update the specified Node
patchNodeStatusPATCH /api/v1/nodes/{name}/statuspartially update status of the specified Node
replaceNodePUT /api/v1/nodes/{name}replace the specified Node
deleteCollectionNodeDELETE /api/v1/nodesdelete collection of Node
deleteNodeDELETE /api/v1/nodes/{name}delete a Node
replaceNodeStatusPUT /api/v1/nodes/{name}/statusreplace status of the specified Node
connectDeleteNodeProxyDELETE /api/v1/nodes/{name}/proxyconnect DELETE requests to proxy of Node
connectDeleteNodeProxyWithPathDELETE /api/v1/nodes/{name}/proxy/{path}connect DELETE requests to proxy of Node
connectGetNodeProxyGET /api/v1/nodes/{name}/proxyconnect GET requests to proxy of Node
connectGetNodeProxyWithPathGET /api/v1/nodes/{name}/proxy/{path}connect GET requests to proxy of Node
connectHeadNodeProxyHEAD /api/v1/nodes/{name}/proxyconnect HEAD requests to proxy of Node
connectHeadNodeProxyWithPathHEAD /api/v1/nodes/{name}/proxy/{path}connect HEAD requests to proxy of Node
connectOptionsNodeProxyOPTIONS /api/v1/nodes/{name}/proxyconnect OPTIONS requests to proxy of Node
connectOptionsNodeProxyWithPathOPTIONS /api/v1/nodes/{name}/proxy/{path}connect OPTIONS requests to proxy of Node
connectPatchNodeProxyPATCH /api/v1/nodes/{name}/proxyconnect PATCH requests to proxy of Node
connectPatchNodeProxyWithPathPATCH /api/v1/nodes/{name}/proxy/{path}connect PATCH requests to proxy of Node
connectPostNodeProxyPOST /api/v1/nodes/{name}/proxyconnect POST requests to proxy of Node
connectPostNodeProxyWithPathPOST /api/v1/nodes/{name}/proxy/{path}connect POST requests to proxy of Node
connectPutNodeProxyPUT /api/v1/nodes/{name}/proxyconnect PUT requests to proxy of Node
connectPutNodeProxyWithPathPUT /api/v1/nodes/{name}/proxy/{path}connect PUT requests to proxy of Node

Namespace

MethodHTTP requestDescription
createNamespacePOST /api/v1/namespacescreate a Namespace
readNamespaceGET /api/v1/namespaces/{name}read the specified Namespace
listNamespaceGET /api/v1/namespaceslist or watch objects of kind Namespace
readNamespaceStatusGET /api/v1/namespaces/{name}/statusread status of the specified Namespace
patchNamespacePATCH /api/v1/namespaces/{name}partially update the specified Namespace
patchNamespaceStatusPATCH /api/v1/namespaces/{name}/statuspartially update status of the specified Namespace
replaceNamespacePUT /api/v1/namespaces/{name}replace the specified Namespace
deleteNamespaceDELETE /api/v1/namespaces/{name}delete a Namespace
replaceNamespaceFinalizePUT /api/v1/namespaces/{name}/finalizereplace finalize of the specified Namespace
replaceNamespaceStatusPUT /api/v1/namespaces/{name}/statusreplace status of the specified Namespace

Binding

MethodHTTP requestDescription
createNamespacedBindingPOST /api/v1/namespaces/{namespace}/bindingscreate a Binding

Config Map

MethodHTTP requestDescription
createNamespacedConfigMapPOST /api/v1/namespaces/{namespace}/configmapscreate a ConfigMap
readNamespacedConfigMapGET /api/v1/namespaces/{namespace}/configmaps/{name}read the specified ConfigMap
listNamespacedConfigMapGET /api/v1/namespaces/{namespace}/configmapslist or watch objects of kind ConfigMap
listConfigMapForAllNamespacesGET /api/v1/configmapslist or watch objects of kind ConfigMap
patchNamespacedConfigMapPATCH /api/v1/namespaces/{namespace}/configmaps/{name}partially update the specified ConfigMap
replaceNamespacedConfigMapPUT /api/v1/namespaces/{namespace}/configmaps/{name}replace the specified ConfigMap
deleteCollectionNamespacedConfigMapDELETE /api/v1/namespaces/{namespace}/configmapsdelete collection of ConfigMap
deleteNamespacedConfigMapDELETE /api/v1/namespaces/{namespace}/configmaps/{name}delete a ConfigMap

Endpoints

MethodHTTP requestDescription
createNamespacedEndpointsPOST /api/v1/namespaces/{namespace}/endpointscreate Endpoints
readNamespacedEndpointsGET /api/v1/namespaces/{namespace}/endpoints/{name}read the specified Endpoints
listNamespacedEndpointsGET /api/v1/namespaces/{namespace}/endpointslist or watch objects of kind Endpoints
listEndpointsForAllNamespacesGET /api/v1/endpointslist or watch objects of kind Endpoints
patchNamespacedEndpointsPATCH /api/v1/namespaces/{namespace}/endpoints/{name}partially update the specified Endpoints
replaceNamespacedEndpointsPUT /api/v1/namespaces/{namespace}/endpoints/{name}replace the specified Endpoints
deleteCollectionNamespacedEndpointsDELETE /api/v1/namespaces/{namespace}/endpointsdelete collection of Endpoints
deleteNamespacedEndpointsDELETE /api/v1/namespaces/{namespace}/endpoints/{name}delete Endpoints

Event

MethodHTTP requestDescription
createNamespacedEventPOST /api/v1/namespaces/{namespace}/eventscreate an Event
readNamespacedEventGET /api/v1/namespaces/{namespace}/events/{name}read the specified Event
listNamespacedEventGET /api/v1/namespaces/{namespace}/eventslist or watch objects of kind Event
listEventForAllNamespacesGET /api/v1/eventslist or watch objects of kind Event
patchNamespacedEventPATCH /api/v1/namespaces/{namespace}/events/{name}partially update the specified Event
replaceNamespacedEventPUT /api/v1/namespaces/{namespace}/events/{name}replace the specified Event
deleteCollectionNamespacedEventDELETE /api/v1/namespaces/{namespace}/eventsdelete collection of Event
deleteNamespacedEventDELETE /api/v1/namespaces/{namespace}/events/{name}delete an Event

Limit Range

MethodHTTP requestDescription
createNamespacedLimitRangePOST /api/v1/namespaces/{namespace}/limitrangescreate a LimitRange
readNamespacedLimitRangeGET /api/v1/namespaces/{namespace}/limitranges/{name}read the specified LimitRange
listNamespacedLimitRangeGET /api/v1/namespaces/{namespace}/limitrangeslist or watch objects of kind LimitRange
listLimitRangeForAllNamespacesGET /api/v1/limitrangeslist or watch objects of kind LimitRange
patchNamespacedLimitRangePATCH /api/v1/namespaces/{namespace}/limitranges/{name}partially update the specified LimitRange
replaceNamespacedLimitRangePUT /api/v1/namespaces/{namespace}/limitranges/{name}replace the specified LimitRange
deleteCollectionNamespacedLimitRangeDELETE /api/v1/namespaces/{namespace}/limitrangesdelete collection of LimitRange
deleteNamespacedLimitRangeDELETE /api/v1/namespaces/{namespace}/limitranges/{name}delete a LimitRange

Persistent Volume Claim

MethodHTTP requestDescription
createNamespacedPersistentVolumeClaimPOST /api/v1/namespaces/{namespace}/persistentvolumeclaimscreate a PersistentVolumeClaim
readNamespacedPersistentVolumeClaimGET /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}read the specified PersistentVolumeClaim
listNamespacedPersistentVolumeClaimGET /api/v1/namespaces/{namespace}/persistentvolumeclaimslist or watch objects of kind PersistentVolumeClaim
readNamespacedPersistentVolumeClaimStatusGET /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/statusread status of the specified PersistentVolumeClaim
listPersistentVolumeClaimForAllNamespacesGET /api/v1/persistentvolumeclaimslist or watch objects of kind PersistentVolumeClaim
patchNamespacedPersistentVolumeClaimPATCH /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}partially update the specified PersistentVolumeClaim
patchNamespacedPersistentVolumeClaimStatusPATCH /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/statuspartially update status of the specified PersistentVolumeClaim
replaceNamespacedPersistentVolumeClaimPUT /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}replace the specified PersistentVolumeClaim
deleteCollectionNamespacedPersistentVolumeClaimDELETE /api/v1/namespaces/{namespace}/persistentvolumeclaimsdelete collection of PersistentVolumeClaim
deleteNamespacedPersistentVolumeClaimDELETE /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}delete a PersistentVolumeClaim
replaceNamespacedPersistentVolumeClaimStatusPUT /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/statusreplace status of the specified PersistentVolumeClaim

Pod Template

MethodHTTP requestDescription
createNamespacedPodTemplatePOST /api/v1/namespaces/{namespace}/podtemplatescreate a PodTemplate
readNamespacedPodTemplateGET /api/v1/namespaces/{namespace}/podtemplates/{name}read the specified PodTemplate
listNamespacedPodTemplateGET /api/v1/namespaces/{namespace}/podtemplateslist or watch objects of kind PodTemplate
listPodTemplateForAllNamespacesGET /api/v1/podtemplateslist or watch objects of kind PodTemplate
patchNamespacedPodTemplatePATCH /api/v1/namespaces/{namespace}/podtemplates/{name}partially update the specified PodTemplate
replaceNamespacedPodTemplatePUT /api/v1/namespaces/{namespace}/podtemplates/{name}replace the specified PodTemplate
deleteCollectionNamespacedPodTemplateDELETE /api/v1/namespaces/{namespace}/podtemplatesdelete collection of PodTemplate
deleteNamespacedPodTemplateDELETE /api/v1/namespaces/{namespace}/podtemplates/{name}delete a PodTemplate

Replication Controller

MethodHTTP requestDescription
createNamespacedReplicationControllerPOST /api/v1/namespaces/{namespace}/replicationcontrollerscreate a ReplicationController
readNamespacedReplicationControllerGET /api/v1/namespaces/{namespace}/replicationcontrollers/{name}read the specified ReplicationController
listNamespacedReplicationControllerGET /api/v1/namespaces/{namespace}/replicationcontrollerslist or watch objects of kind ReplicationController
readNamespacedReplicationControllerScaleGET /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scaleread scale of the specified ReplicationController
readNamespacedReplicationControllerStatusGET /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/statusread status of the specified ReplicationController
listReplicationControllerForAllNamespacesGET /api/v1/replicationcontrollerslist or watch objects of kind ReplicationController
patchNamespacedReplicationControllerPATCH /api/v1/namespaces/{namespace}/replicationcontrollers/{name}partially update the specified ReplicationController
patchNamespacedReplicationControllerScalePATCH /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scalepartially update scale of the specified ReplicationController
patchNamespacedReplicationControllerStatusPATCH /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/statuspartially update status of the specified ReplicationController
replaceNamespacedReplicationControllerPUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name}replace the specified ReplicationController
deleteCollectionNamespacedReplicationControllerDELETE /api/v1/namespaces/{namespace}/replicationcontrollersdelete collection of ReplicationController
deleteNamespacedReplicationControllerDELETE /api/v1/namespaces/{namespace}/replicationcontrollers/{name}delete a ReplicationController
replaceNamespacedReplicationControllerScalePUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scalereplace scale of the specified ReplicationController
replaceNamespacedReplicationControllerStatusPUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/statusreplace status of the specified ReplicationController

Resource Quota

MethodHTTP requestDescription
createNamespacedResourceQuotaPOST /api/v1/namespaces/{namespace}/resourcequotascreate a ResourceQuota
readNamespacedResourceQuotaGET /api/v1/namespaces/{namespace}/resourcequotas/{name}read the specified ResourceQuota
listNamespacedResourceQuotaGET /api/v1/namespaces/{namespace}/resourcequotaslist or watch objects of kind ResourceQuota
readNamespacedResourceQuotaStatusGET /api/v1/namespaces/{namespace}/resourcequotas/{name}/statusread status of the specified ResourceQuota
listResourceQuotaForAllNamespacesGET /api/v1/resourcequotaslist or watch objects of kind ResourceQuota
patchNamespacedResourceQuotaPATCH /api/v1/namespaces/{namespace}/resourcequotas/{name}partially update the specified ResourceQuota
patchNamespacedResourceQuotaStatusPATCH /api/v1/namespaces/{namespace}/resourcequotas/{name}/statuspartially update status of the specified ResourceQuota
replaceNamespacedResourceQuotaPUT /api/v1/namespaces/{namespace}/resourcequotas/{name}replace the specified ResourceQuota
deleteCollectionNamespacedResourceQuotaDELETE /api/v1/namespaces/{namespace}/resourcequotasdelete collection of ResourceQuota
deleteNamespacedResourceQuotaDELETE /api/v1/namespaces/{namespace}/resourcequotas/{name}delete a ResourceQuota
replaceNamespacedResourceQuotaStatusPUT /api/v1/namespaces/{namespace}/resourcequotas/{name}/statusreplace status of the specified ResourceQuota

Secret

MethodHTTP requestDescription
createNamespacedSecretPOST /api/v1/namespaces/{namespace}/secretscreate a Secret
readNamespacedSecretGET /api/v1/namespaces/{namespace}/secrets/{name}read the specified Secret
listNamespacedSecretGET /api/v1/namespaces/{namespace}/secretslist or watch objects of kind Secret
listSecretForAllNamespacesGET /api/v1/secretslist or watch objects of kind Secret
patchNamespacedSecretPATCH /api/v1/namespaces/{namespace}/secrets/{name}partially update the specified Secret
replaceNamespacedSecretPUT /api/v1/namespaces/{namespace}/secrets/{name}replace the specified Secret
deleteCollectionNamespacedSecretDELETE /api/v1/namespaces/{namespace}/secretsdelete collection of Secret
deleteNamespacedSecretDELETE /api/v1/namespaces/{namespace}/secrets/{name}delete a Secret

Service Account

MethodHTTP requestDescription
createNamespacedServiceAccountPOST /api/v1/namespaces/{namespace}/serviceaccountscreate a ServiceAccount
createNamespacedServiceAccountTokenPOST /api/v1/namespaces/{namespace}/serviceaccounts/{name}/tokencreate token of a ServiceAccount
readNamespacedServiceAccountGET /api/v1/namespaces/{namespace}/serviceaccounts/{name}read the specified ServiceAccount
listNamespacedServiceAccountGET /api/v1/namespaces/{namespace}/serviceaccountslist or watch objects of kind ServiceAccount
listServiceAccountForAllNamespacesGET /api/v1/serviceaccountslist or watch objects of kind ServiceAccount
patchNamespacedServiceAccountPATCH /api/v1/namespaces/{namespace}/serviceaccounts/{name}partially update the specified ServiceAccount
replaceNamespacedServiceAccountPUT /api/v1/namespaces/{namespace}/serviceaccounts/{name}replace the specified ServiceAccount
deleteCollectionNamespacedServiceAccountDELETE /api/v1/namespaces/{namespace}/serviceaccountsdelete collection of ServiceAccount
deleteNamespacedServiceAccountDELETE /api/v1/namespaces/{namespace}/serviceaccounts/{name}delete a ServiceAccount

Persistent Volume

MethodHTTP requestDescription
createPersistentVolumePOST /api/v1/persistentvolumescreate a PersistentVolume
readPersistentVolumeGET /api/v1/persistentvolumes/{name}read the specified PersistentVolume
listPersistentVolumeGET /api/v1/persistentvolumeslist or watch objects of kind PersistentVolume
readPersistentVolumeStatusGET /api/v1/persistentvolumes/{name}/statusread status of the specified PersistentVolume
patchPersistentVolumePATCH /api/v1/persistentvolumes/{name}partially update the specified PersistentVolume
patchPersistentVolumeStatusPATCH /api/v1/persistentvolumes/{name}/statuspartially update status of the specified PersistentVolume
replacePersistentVolumePUT /api/v1/persistentvolumes/{name}replace the specified PersistentVolume
deleteCollectionPersistentVolumeDELETE /api/v1/persistentvolumesdelete collection of PersistentVolume
deletePersistentVolumeDELETE /api/v1/persistentvolumes/{name}delete a PersistentVolume
replacePersistentVolumeStatusPUT /api/v1/persistentvolumes/{name}/statusreplace status of the specified PersistentVolume

APIResources

MethodHTTP requestDescription
getAPIResourcesGET /api/v1/get available resources

Component Status

MethodHTTP requestDescription
readComponentStatusGET /api/v1/componentstatuses/{name}read the specified ComponentStatus
listComponentStatusGET /api/v1/componentstatuseslist objects of kind ComponentStatus