API permissions


Some parts of the Google Kubernetes Engine (GKE) API and the Kubernetes API require additional permissions before you can use them. Those permissions are described in the following tables. For instructions on managing permissions, see Granting, Changing, and Revoking Access to Resources .

Google Kubernetes Engine API permissions

The information in this table is relevant to the GKE API.

Method Required Permission(s)
projects.locations.clusters.create container.clusters.create on the containing Cloud project, and iam.serviceAccounts.actAs on the specified service account.
projects.locations.clusters.delete container.clusters.delete on the requested cluster.
projects.locations.clusters.get container.clusters.get on the requested cluster, and container.clusters.getCredentials to see the cluster's credentials.
projects.locations.clusters.list container.clusters.list on the requested Cloud project, and container.clusters.getCredentials to see each cluster's credentials.
projects.locations.clusters.update container.clusters.update on the requested cluster.
projects.locations.clusters.nodePools.create container.clusters.update on the requested cluster.
projects.locations.clusters.nodePools.delete container.clusters.update on the requested cluster.
projects.locations.clusters.nodePools.get container.clusters.get on the requested cluster.
projects.locations.clusters.nodePools.list container.clusters.get on the requested cluster.
projects.locations.operations.get container.operations.get on the requested operations.
projects.locations.operations.list container.operations.list on the requested Cloud project.
POST /apis/{path_to_custom_resource} container.thirdPartyObjects.create
DELETE /apis/{path_to_custom_resource}/{name} container.thirdPartyObjects.delete
DELETE /apis/{path_to_custom_resource} container.thirdPartyObjects.delete
GET /apis/{path_to_custom_resource}/{name} container.thirdPartyObjects.get
GET /apis/{path_to_custom_resource} container.thirdPartyObjects.list
PATCH /apis/{path_to_custom_resource} container.thirdPartyObjects.update
PUT /apis/{path_to_custom_resource} container.thirdPartyObjects.update
{other_verb} /apis/{path_to_custom_resource} container.thirdPartyObjects.update
Bind to a ClusterRole container.clusterRoles.bind
Bind to a Role container.roles.bind

Kubernetes API permissions

The information in this table is relevant to the Kubernetes core API.

Method Required Permission(s)
POST /apis/apiregistration.k8s.io/v1/apiservices container.apiServices.create
DELETE /apis/apiregistration.k8s.io/v1/apiservices/{name} container.apiServices.delete
DELETE /apis/apiregistration.k8s.io/v1/apiservices container.apiServices.delete
GET /apis/apiregistration.k8s.io/v1/apiservices/{name} container.apiServices.get
GET /apis/apiregistration.k8s.io/v1/apiservices container.apiServices.list
PATCH /apis/apiregistration.k8s.io/v1/apiservices/{name} container.apiServices.update
PUT /apis/apiregistration.k8s.io/v1/apiservices/{name} container.apiServices.update
GET /apis/apiregistration.k8s.io/v1/apiservices/{name}/status container.apiServices.getStatus OR container.apiServices.get
PATCH /apis/apiregistration.k8s.io/v1/apiservices/{name}/status container.apiServices.updateStatus
PUT /apis/apiregistration.k8s.io/v1/apiservices/{name}/status container.apiServices.updateStatus
POST /apis/cloud.google.com/v1/namespaces/{namespace}/backendconfigs container.backendConfigs.create
DELETE /apis/cloud.google.com/v1/namespaces/{namespace}/backendconfigs/{name} container.backendConfigs.delete
DELETE /apis/cloud.google.com/v1/namespaces/{namespace}/backendconfigs container.backendConfigs.delete
GET /apis/cloud.google.com/v1/namespaces/{namespace}/backendconfigs/{name} container.backendConfigs.get
GET /apis/cloud.google.com/v1/namespaces/{namespace}/backendconfigs container.backendConfigs.list
PATCH /apis/cloud.google.com/v1/namespaces/{namespace}/backendconfigs/{name} container.backendConfigs.update
PUT /apis/cloud.google.com/v1/namespaces/{namespace}/backendconfigs/{name} container.backendConfigs.update
POST /api/v1/namespaces/{namespace}/bindings container.bindings.create
POST /apis/certificates.k8s.io/v1beta1/certificatesigningrequests container.certificateSigningRequests.create
DELETE /apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name} container.certificateSigningRequests.delete
DELETE /apis/certificates.k8s.io/v1beta1/certificatesigningrequests container.certificateSigningRequests.delete
GET /apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name} container.certificateSigningRequests.get
GET /apis/certificates.k8s.io/v1beta1/certificatesigningrequests container.certificateSigningRequests.list
PATCH /apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name} container.certificateSigningRequests.update
PUT /apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name} container.certificateSigningRequests.update
PUT /apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}/approval container.certificateSigningRequests.approve
GET /apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}/status container.certificateSigningRequests.getStatus OR container.certificateSigningRequests.get
PATCH /apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}/status container.certificateSigningRequests.updateStatus
PUT /apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}/status container.certificateSigningRequests.updateStatus
POST /apis/rbac.authorization.k8s.io/v1/clusterrolebindings container.clusterRoleBindings.create
DELETE /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name} container.clusterRoleBindings.delete
DELETE /apis/rbac.authorization.k8s.io/v1/clusterrolebindings container.clusterRoleBindings.delete
GET /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name} container.clusterRoleBindings.get
GET /apis/rbac.authorization.k8s.io/v1/clusterrolebindings container.clusterRoleBindings.list
PATCH /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name} container.clusterRoleBindings.update
PUT /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name} container.clusterRoleBindings.update
POST /apis/rbac.authorization.k8s.io/v1/clusterroles container.clusterRoles.create
DELETE /apis/rbac.authorization.k8s.io/v1/clusterroles/{name} container.clusterRoles.delete
DELETE /apis/rbac.authorization.k8s.io/v1/clusterroles container.clusterRoles.delete
GET /apis/rbac.authorization.k8s.io/v1/clusterroles/{name} container.clusterRoles.get
GET /apis/rbac.authorization.k8s.io/v1/clusterroles container.clusterRoles.list
PATCH /apis/rbac.authorization.k8s.io/v1/clusterroles/{name} container.clusterRoles.update
PUT /apis/rbac.authorization.k8s.io/v1/clusterroles/{name} container.clusterRoles.update
GET /api/v1/componentstatuses/{name} container.componentStatuses.get
GET /api/v1/componentstatuses container.componentStatuses.list
POST /api/v1/namespaces/{namespace}/configmaps container.configMaps.create
DELETE /api/v1/namespaces/{namespace}/configmaps/{name} container.configMaps.delete
DELETE /api/v1/namespaces/{namespace}/configmaps container.configMaps.delete
GET /api/v1/namespaces/{namespace}/configmaps/{name} container.configMaps.get
GET /api/v1/namespaces/{namespace}/configmaps container.configMaps.list
PATCH /api/v1/namespaces/{namespace}/configmaps/{name} container.configMaps.update
PUT /api/v1/namespaces/{namespace}/configmaps/{name} container.configMaps.update
POST /apis/apps/v1/namespaces/{namespace}/controllerrevisions container.controllerRevisions.create
DELETE /apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name} container.controllerRevisions.delete
DELETE /apis/apps/v1/namespaces/{namespace}/controllerrevisions container.controllerRevisions.delete
GET /apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name} container.controllerRevisions.get
GET /apis/apps/v1/namespaces/{namespace}/controllerrevisions container.controllerRevisions.list
PATCH /apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name} container.controllerRevisions.update
PUT /apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name} container.controllerRevisions.update
POST /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs container.cronJobs.create
DELETE /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name} container.cronJobs.delete
DELETE /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs container.cronJobs.delete
GET /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name} container.cronJobs.get
GET /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs container.cronJobs.list
PATCH /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name} container.cronJobs.update
PUT /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name} container.cronJobs.update
GET /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}/status container.cronJobs.getStatus OR container.cronJobs.get
PATCH /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}/status container.cronJobs.updateStatus
PUT /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}/status container.cronJobs.updateStatus
POST /apis/csi.storage.k8s.io/v1alpha1/csidrivers container.csiDrivers.create
DELETE /apis/csi.storage.k8s.io/v1alpha1/csidrivers/{name} container.csiDrivers.delete
DELETE /apis/csi.storage.k8s.io/v1alpha1/csidrivers container.csiDrivers.delete
GET /apis/csi.storage.k8s.io/v1alpha1/csidrivers/{name} container.csiDrivers.get
GET /apis/csi.storage.k8s.io/v1alpha1/csidrivers container.csiDrivers.list
PATCH /apis/csi.storage.k8s.io/v1alpha1/csidrivers/{name} container.csiDrivers.update
PUT /apis/csi.storage.k8s.io/v1alpha1/csidrivers/{name} container.csiDrivers.update
POST /apis/storage.k8s.io/v1beta1/csidrivers container.csiDrivers.create
DELETE /apis/storage.k8s.io/v1beta1/csidrivers/{name} container.csiDrivers.delete
DELETE /apis/storage.k8s.io/v1beta1/csidrivers container.csiDrivers.delete
GET /apis/storage.k8s.io/v1beta1/csidrivers/{name} container.csiDrivers.get
GET /apis/storage.k8s.io/v1beta1/csidrivers container.csiDrivers.list
PATCH /apis/storage.k8s.io/v1beta1/csidrivers/{name} container.csiDrivers.update
PUT /apis/storage.k8s.io/v1beta1/csidrivers/{name} container.csiDrivers.update
POST /apis/storage.k8s.io/v1/csinodes container.csiNodes.create
DELETE /apis/storage.k8s.io/v1/csinodes/{name} container.csiNodes.delete
DELETE /apis/storage.k8s.io/v1/csinodes container.csiNodes.delete
GET /apis/storage.k8s.io/v1/csinodes/{name} container.csiNodes.get
GET /apis/storage.k8s.io/v1/csinodes container.csiNodes.list
PATCH /apis/storage.k8s.io/v1/csinodes/{name} container.csiNodes.update
PUT /apis/storage.k8s.io/v1/csinodes/{name} container.csiNodes.update
POST /apis/apiextensions.k8s.io/v1/customresourcedefinitions container.customResourceDefinitions.create
DELETE /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name} container.customResourceDefinitions.delete
DELETE /apis/apiextensions.k8s.io/v1/customresourcedefinitions container.customResourceDefinitions.delete
GET /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name} container.customResourceDefinitions.get
GET /apis/apiextensions.k8s.io/v1/customresourcedefinitions container.customResourceDefinitions.list
PATCH /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name} container.customResourceDefinitions.update
PUT /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name} container.customResourceDefinitions.update
GET /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}/status container.customResourceDefinitions.getStatus OR container.customResourceDefinitions.get
PATCH /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}/status container.customResourceDefinitions.updateStatus
PUT /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}/status container.customResourceDefinitions.updateStatus
POST /apis/apps/v1/namespaces/{namespace}/daemonsets container.daemonSets.create
DELETE /apis/apps/v1/namespaces/{namespace}/daemonsets/{name} container.daemonSets.delete
DELETE /apis/apps/v1/namespaces/{namespace}/daemonsets container.daemonSets.delete
GET /apis/apps/v1/namespaces/{namespace}/daemonsets/{name} container.daemonSets.get
GET /apis/apps/v1/namespaces/{namespace}/daemonsets container.daemonSets.list
PATCH /apis/apps/v1/namespaces/{namespace}/daemonsets/{name} container.daemonSets.update
PUT /apis/apps/v1/namespaces/{namespace}/daemonsets/{name} container.daemonSets.update
POST /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets container.daemonSets.create
DELETE /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name} container.daemonSets.delete
DELETE /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets container.daemonSets.delete
GET /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name} container.daemonSets.get
GET /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets container.daemonSets.list
PATCH /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name} container.daemonSets.update
PUT /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name} container.daemonSets.update
GET /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}/status container.daemonSets.getStatus OR container.daemonSets.get
PATCH /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}/status container.daemonSets.updateStatus
PUT /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}/status container.daemonSets.updateStatus
GET /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}/status container.daemonSets.getStatus OR container.daemonSets.get
PATCH /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}/status container.daemonSets.updateStatus
PUT /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}/status container.daemonSets.updateStatus
POST /apis/apps/v1/namespaces/{namespace}/deployments container.deployments.create
DELETE /apis/apps/v1/namespaces/{namespace}/deployments/{name} container.deployments.delete
DELETE /apis/apps/v1/namespaces/{namespace}/deployments container.deployments.delete
GET /apis/apps/v1/namespaces/{namespace}/deployments/{name} container.deployments.get
GET /apis/apps/v1/namespaces/{namespace}/deployments container.deployments.list
PATCH /apis/apps/v1/namespaces/{namespace}/deployments/{name} container.deployments.update
PUT /apis/apps/v1/namespaces/{namespace}/deployments/{name} container.deployments.update
POST /apis/extensions/v1beta1/namespaces/{namespace}/deployments container.deployments.create
DELETE /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name} container.deployments.delete
DELETE /apis/extensions/v1beta1/namespaces/{namespace}/deployments container.deployments.delete
GET /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name} container.deployments.get
GET /apis/extensions/v1beta1/namespaces/{namespace}/deployments container.deployments.list
PATCH /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name} container.deployments.update
PUT /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name} container.deployments.update
POST /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/rollback container.deployments.rollback
POST /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/rollback container.deployments.rollback
GET /apis/apps/v1/namespaces/{namespace}/deployments/{name}/scale container.deployments.getScale OR container.deployments.get
PATCH /apis/apps/v1/namespaces/{namespace}/deployments/{name}/scale container.deployments.updateScale OR container.deployments.update
PUT /apis/apps/v1/namespaces/{namespace}/deployments/{name}/scale container.deployments.updateScale OR container.deployments.update
GET /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/scale container.deployments.getScale OR container.deployments.get
PATCH /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/scale container.deployments.updateScale OR container.deployments.update
PUT /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/scale container.deployments.updateScale OR container.deployments.update
GET /apis/apps/v1/namespaces/{namespace}/deployments/{name}/status container.deployments.getStatus OR container.deployments.get
PATCH /apis/apps/v1/namespaces/{namespace}/deployments/{name}/status container.deployments.updateStatus
PUT /apis/apps/v1/namespaces/{namespace}/deployments/{name}/status container.deployments.updateStatus
GET /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status container.deployments.getStatus OR container.deployments.get
PATCH /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status container.deployments.updateStatus
PUT /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status container.deployments.updateStatus
POST /api/v1/namespaces/{namespace}/endpoints container.endpoints.create
DELETE /api/v1/namespaces/{namespace}/endpoints/{name} container.endpoints.delete
DELETE /api/v1/namespaces/{namespace}/endpoints container.endpoints.delete
GET /api/v1/namespaces/{namespace}/endpoints/{name} container.endpoints.get
GET /api/v1/namespaces/{namespace}/endpoints container.endpoints.list
PATCH /api/v1/namespaces/{namespace}/endpoints/{name} container.endpoints.update
PUT /api/v1/namespaces/{namespace}/endpoints/{name} container.endpoints.update
POST /apis/discovery.k8s.io/v1beta1/namespaces/{namespace}/endpointslices container.endpointSlices.create
DELETE /apis/discovery.k8s.io/v1beta1/namespaces/{namespace}/endpointslices/{name} container.endpointSlices.delete
DELETE /apis/discovery.k8s.io/v1beta1/namespaces/{namespace}/endpointslices container.endpointSlices.delete
GET /apis/discovery.k8s.io/v1beta1/namespaces/{namespace}/endpointslices/{name} container.endpointSlices.get
GET /apis/discovery.k8s.io/v1beta1/namespaces/{namespace}/endpointslices container.endpointSlices.list
PATCH /apis/discovery.k8s.io/v1beta1/namespaces/{namespace}/endpointslices/{name} container.endpointSlices.update
PUT /apis/discovery.k8s.io/v1beta1/namespaces/{namespace}/endpointslices/{name} container.endpointSlices.update
POST /api/v1/namespaces/{namespace}/events container.events.create
DELETE /api/v1/namespaces/{namespace}/events/{name} container.events.delete
DELETE /api/v1/namespaces/{namespace}/events container.events.delete
GET /api/v1/namespaces/{namespace}/events/{name} container.events.get
GET /api/v1/namespaces/{namespace}/events container.events.list
PATCH /api/v1/namespaces/{namespace}/events/{name} container.events.update
PUT /api/v1/namespaces/{namespace}/events/{name} container.events.update
POST /apis/events.k8s.io/v1beta1/namespaces/{namespace}/events container.events.create
DELETE /apis/events.k8s.io/v1beta1/namespaces/{namespace}/events/{name} container.events.delete
DELETE /apis/events.k8s.io/v1beta1/namespaces/{namespace}/events container.events.delete
GET /apis/events.k8s.io/v1beta1/namespaces/{namespace}/events/{name} container.events.get
GET /apis/events.k8s.io/v1beta1/namespaces/{namespace}/events container.events.list
PATCH /apis/events.k8s.io/v1beta1/namespaces/{namespace}/events/{name} container.events.update
PUT /apis/events.k8s.io/v1beta1/namespaces/{namespace}/events/{name} container.events.update
POST /apis/networking.gke.io/v1beta1/namespaces/{namespace}/frontendconfigs container.frontendConfigs.create
DELETE /apis/networking.gke.io/v1beta1/namespaces/{namespace}/frontendconfigs/{name} container.frontendConfigs.delete
DELETE /apis/networking.gke.io/v1beta1/namespaces/{namespace}/frontendconfigs container.frontendConfigs.delete
GET /apis/networking.gke.io/v1beta1/namespaces/{namespace}/frontendconfigs/{name} container.frontendConfigs.get
GET /apis/networking.gke.io/v1beta1/namespaces/{namespace}/frontendconfigs container.frontendConfigs.list
PATCH /apis/networking.gke.io/v1beta1/namespaces/{namespace}/frontendconfigs/{name} container.frontendConfigs.update
PUT /apis/networking.gke.io/v1beta1/namespaces/{namespace}/frontendconfigs/{name} container.frontendConfigs.update
POST /apis/autoscaling/v2beta2/namespaces/{namespace}/horizontalpodautoscalers container.horizontalPodAutoscalers.create
DELETE /apis/autoscaling/v2beta2/namespaces/{namespace}/horizontalpodautoscalers/{name} container.horizontalPodAutoscalers.delete
DELETE /apis/autoscaling/v2beta2/namespaces/{namespace}/horizontalpodautoscalers container.horizontalPodAutoscalers.delete
GET /apis/autoscaling/v2beta2/namespaces/{namespace}/horizontalpodautoscalers/{name} container.horizontalPodAutoscalers.get
GET /apis/autoscaling/v2beta2/namespaces/{namespace}/horizontalpodautoscalers container.horizontalPodAutoscalers.list
PATCH /apis/autoscaling/v2beta2/namespaces/{namespace}/horizontalpodautoscalers/{name} container.horizontalPodAutoscalers.update
PUT /apis/autoscaling/v2beta2/namespaces/{namespace}/horizontalpodautoscalers/{name} container.horizontalPodAutoscalers.update
GET /apis/autoscaling/v2beta2/namespaces/{namespace}/horizontalpodautoscalers/{name}/status container.horizontalPodAutoscalers.getStatus OR container.horizontalPodAutoscalers.get
PATCH /apis/autoscaling/v2beta2/namespaces/{namespace}/horizontalpodautoscalers/{name}/status container.horizontalPodAutoscalers.updateStatus
PUT /apis/autoscaling/v2beta2/namespaces/{namespace}/horizontalpodautoscalers/{name}/status container.horizontalPodAutoscalers.updateStatus
POST /apis/extensions/v1beta1/namespaces/{namespace}/ingresses container.ingresses.create
DELETE /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name} container.ingresses.delete
DELETE /apis/extensions/v1beta1/namespaces/{namespace}/ingresses container.ingresses.delete
GET /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name} container.ingresses.get
GET /apis/extensions/v1beta1/namespaces/{namespace}/ingresses container.ingresses.list
PATCH /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name} container.ingresses.update
PUT /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name} container.ingresses.update
POST /apis/networking.k8s.io/v1beta1/namespaces/{namespace}/ingresses container.ingresses.create
DELETE /apis/networking.k8s.io/v1beta1/namespaces/{namespace}/ingresses/{name} container.ingresses.delete
DELETE /apis/networking.k8s.io/v1beta1/namespaces/{namespace}/ingresses container.ingresses.delete
GET /apis/networking.k8s.io/v1beta1/namespaces/{namespace}/ingresses/{name} container.ingresses.get
GET /apis/networking.k8s.io/v1beta1/namespaces/{namespace}/ingresses container.ingresses.list
PATCH /apis/networking.k8s.io/v1beta1/namespaces/{namespace}/ingresses/{name} container.ingresses.update
PUT /apis/networking.k8s.io/v1beta1/namespaces/{namespace}/ingresses/{name} container.ingresses.update
GET /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status container.ingresses.getStatus OR container.ingresses.get
PATCH /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status container.ingresses.updateStatus
PUT /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status container.ingresses.updateStatus
GET /apis/networking.k8s.io/v1beta1/namespaces/{namespace}/ingresses/{name}/status container.ingresses.getStatus OR container.ingresses.get
PATCH /apis/networking.k8s.io/v1beta1/namespaces/{namespace}/ingresses/{name}/status container.ingresses.updateStatus
PUT /apis/networking.k8s.io/v1beta1/namespaces/{namespace}/ingresses/{name}/status container.ingresses.updateStatus
POST /apis/batch/v1/namespaces/{namespace}/jobs container.jobs.create
DELETE /apis/batch/v1/namespaces/{namespace}/jobs/{name} container.jobs.delete
DELETE /apis/batch/v1/namespaces/{namespace}/jobs container.jobs.delete
GET /apis/batch/v1/namespaces/{namespace}/jobs/{name} container.jobs.get
GET /apis/batch/v1/namespaces/{namespace}/jobs container.jobs.list
PATCH /apis/batch/v1/namespaces/{namespace}/jobs/{name} container.jobs.update
PUT /apis/batch/v1/namespaces/{namespace}/jobs/{name} container.jobs.update
GET /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status container.jobs.getStatus OR container.jobs.get
PATCH /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status container.jobs.updateStatus
PUT /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status container.jobs.updateStatus
POST /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases container.leases.create
DELETE /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases/{name} container.leases.delete
DELETE /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases container.leases.delete
GET /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases/{name} container.leases.get
GET /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases container.leases.list
PATCH /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases/{name} container.leases.update
PUT /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases/{name} container.leases.update
POST /api/v1/namespaces/{namespace}/limitranges container.limitRanges.create
DELETE /api/v1/namespaces/{namespace}/limitranges/{name} container.limitRanges.delete
DELETE /api/v1/namespaces/{namespace}/limitranges container.limitRanges.delete
GET /api/v1/namespaces/{namespace}/limitranges/{name} container.limitRanges.get
GET /api/v1/namespaces/{namespace}/limitranges container.limitRanges.list
PATCH /api/v1/namespaces/{namespace}/limitranges/{name} container.limitRanges.update
PUT /api/v1/namespaces/{namespace}/limitranges/{name} container.limitRanges.update
POST /apis/authorization.k8s.io/v1/namespaces/{namespace}/localsubjectaccessreviews container.localSubjectAccessReviews.create
POST /apis/networking.gke.io/v1/namespaces/{namespace}/managedcertificates container.managedCertificates.create
DELETE /apis/networking.gke.io/v1/namespaces/{namespace}/managedcertificates/{name} container.managedCertificates.delete
DELETE /apis/networking.gke.io/v1/namespaces/{namespace}/managedcertificates container.managedCertificates.delete
GET /apis/networking.gke.io/v1/namespaces/{namespace}/managedcertificates/{name} container.managedCertificates.get
GET /apis/networking.gke.io/v1/namespaces/{namespace}/managedcertificates container.managedCertificates.list
PATCH /apis/networking.gke.io/v1/namespaces/{namespace}/managedcertificates/{name} container.managedCertificates.update
PUT /apis/networking.gke.io/v1/namespaces/{namespace}/managedcertificates/{name} container.managedCertificates.update
POST /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations container.mutatingWebhookConfigurations.create
DELETE /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/{name} container.mutatingWebhookConfigurations.delete
DELETE /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations container.mutatingWebhookConfigurations.delete
GET /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/{name} container.mutatingWebhookConfigurations.get
GET /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations container.mutatingWebhookConfigurations.list
PATCH /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/{name} container.mutatingWebhookConfigurations.update
PUT /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/{name} container.mutatingWebhookConfigurations.update
POST /api/v1/namespaces container.namespaces.create
DELETE /api/v1/namespaces/{name} container.namespaces.delete
GET /api/v1/namespaces/{name} container.namespaces.get
GET /api/v1/namespaces container.namespaces.list
PATCH /api/v1/namespaces/{name} container.namespaces.update
PUT /api/v1/namespaces/{name} container.namespaces.update
GET /api/v1/namespaces/{name}/status container.namespaces.getStatus OR container.namespaces.get
PATCH /api/v1/namespaces/{name}/status container.namespaces.updateStatus
PUT /api/v1/namespaces/{name}/status container.namespaces.updateStatus
POST /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies container.networkPolicies.create
DELETE /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name} container.networkPolicies.delete
DELETE /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies container.networkPolicies.delete
GET /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name} container.networkPolicies.get
GET /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies container.networkPolicies.list
PATCH /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name} container.networkPolicies.update
PUT /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name} container.networkPolicies.update
POST /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies container.networkPolicies.create
DELETE /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name} container.networkPolicies.delete
DELETE /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies container.networkPolicies.delete
GET /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name} container.networkPolicies.get
GET /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies container.networkPolicies.list
PATCH /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name} container.networkPolicies.update
PUT /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name} container.networkPolicies.update
POST /api/v1/nodes container.nodes.create
DELETE /api/v1/nodes/{name} container.nodes.delete
DELETE /api/v1/nodes container.nodes.delete
GET /api/v1/nodes/{name} container.nodes.get
GET /api/v1/nodes container.nodes.list
PATCH /api/v1/nodes/{name} container.nodes.update
PUT /api/v1/nodes/{name} container.nodes.update
POST /apis/metrics.k8s.io/v1beta1/nodes container.nodes.create
DELETE /apis/metrics.k8s.io/v1beta1/nodes/{name} container.nodes.delete
DELETE /apis/metrics.k8s.io/v1beta1/nodes container.nodes.delete
GET /apis/metrics.k8s.io/v1beta1/nodes/{name} container.nodes.get
GET /apis/metrics.k8s.io/v1beta1/nodes container.nodes.list
PATCH /apis/metrics.k8s.io/v1beta1/nodes/{name} container.nodes.update
PUT /apis/metrics.k8s.io/v1beta1/nodes/{name} container.nodes.update
{proxy_verb} /api/v1/nodes/{name}/proxy/{path?} container.nodes.proxy
GET /api/v1/nodes/{name}/status container.nodes.getStatus OR container.nodes.get
PATCH /api/v1/nodes/{name}/status container.nodes.updateStatus
PUT /api/v1/nodes/{name}/status container.nodes.updateStatus
POST /api/v1/namespaces/{namespace}/persistentvolumeclaims container.persistentVolumeClaims.create
DELETE /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name} container.persistentVolumeClaims.delete
DELETE /api/v1/namespaces/{namespace}/persistentvolumeclaims container.persistentVolumeClaims.delete
GET /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name} container.persistentVolumeClaims.get
GET /api/v1/namespaces/{namespace}/persistentvolumeclaims container.persistentVolumeClaims.list
PATCH /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name} container.persistentVolumeClaims.update
PUT /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name} container.persistentVolumeClaims.update
GET /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status container.persistentVolumeClaims.getStatus OR container.persistentVolumeClaims.get
PATCH /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status container.persistentVolumeClaims.updateStatus
PUT /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status container.persistentVolumeClaims.updateStatus
POST /api/v1/persistentvolumes container.persistentVolumes.create
DELETE /api/v1/persistentvolumes/{name} container.persistentVolumes.delete
DELETE /api/v1/persistentvolumes container.persistentVolumes.delete
GET /api/v1/persistentvolumes/{name} container.persistentVolumes.get
GET /api/v1/persistentvolumes container.persistentVolumes.list
PATCH /api/v1/persistentvolumes/{name} container.persistentVolumes.update
PUT /api/v1/persistentvolumes/{name} container.persistentVolumes.update
GET /api/v1/persistentvolumes/{name}/status container.persistentVolumes.getStatus OR container.persistentVolumes.get
PATCH /api/v1/persistentvolumes/{name}/status container.persistentVolumes.updateStatus
PUT /api/v1/persistentvolumes/{name}/status container.persistentVolumes.updateStatus
POST /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets container.podDisruptionBudgets.create
DELETE /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name} container.podDisruptionBudgets.delete
DELETE /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets container.podDisruptionBudgets.delete
GET /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name} container.podDisruptionBudgets.get
GET /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets container.podDisruptionBudgets.list
PATCH /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name} container.podDisruptionBudgets.update
PUT /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name} container.podDisruptionBudgets.update
GET /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}/status container.podDisruptionBudgets.getStatus OR container.podDisruptionBudgets.get
PATCH /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}/status container.podDisruptionBudgets.updateStatus
PUT /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}/status container.podDisruptionBudgets.updateStatus
POST /api/v1/namespaces/{namespace}/pods container.pods.create
DELETE /api/v1/namespaces/{namespace}/pods/{name} container.pods.delete
DELETE /api/v1/namespaces/{namespace}/pods container.pods.delete
GET /api/v1/namespaces/{namespace}/pods/{name} container.pods.get
GET /api/v1/namespaces/{namespace}/pods container.pods.list
PATCH /api/v1/namespaces/{namespace}/pods/{name} container.pods.update
PUT /api/v1/namespaces/{namespace}/pods/{name} container.pods.update
POST /apis/metrics.k8s.io/v1beta1/namespaces/{namespace}/pods container.pods.create
DELETE /apis/metrics.k8s.io/v1beta1/namespaces/{namespace}/pods/{name} container.pods.delete
DELETE /apis/metrics.k8s.io/v1beta1/namespaces/{namespace}/pods container.pods.delete
GET /apis/metrics.k8s.io/v1beta1/namespaces/{namespace}/pods/{name} container.pods.get
GET /apis/metrics.k8s.io/v1beta1/namespaces/{namespace}/pods container.pods.list
PATCH /apis/metrics.k8s.io/v1beta1/namespaces/{namespace}/pods/{name} container.pods.update
PUT /apis/metrics.k8s.io/v1beta1/namespaces/{namespace}/pods/{name} container.pods.update
POST /api/v1/namespaces/{namespace}/pods/{name}/attach?{query_parameters} container.pods.attach
GET /api/v1/namespaces/{namespace}/pods/{name}/attach?{query_parameters} container.pods.attach
POST /api/v1/namespaces/{namespace}/pods/{name}/eviction container.pods.evict
POST /api/v1/namespaces/{namespace}/pods/{name}/exec?{query_parameters} container.pods.exec
GET /api/v1/namespaces/{namespace}/pods/{name}/exec?{query_parameters} container.pods.exec
GET /api/v1/namespaces/{namespace}/pods/{name}/log container.pods.getLogs
POST /api/v1/namespaces/{namespace}/pods/{name}/portforward/{path?} container.pods.portForward
GET /api/v1/namespaces/{namespace}/pods/{name}/portforward/{path?} container.pods.portForward
{proxy_verb} /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path?} container.pods.proxy
GET /api/v1/namespaces/{namespace}/pods/{name}/status container.pods.getStatus OR container.pods.get
PATCH /api/v1/namespaces/{namespace}/pods/{name}/status container.pods.updateStatus
PUT /api/v1/namespaces/{namespace}/pods/{name}/status container.pods.updateStatus
POST /apis/extensions/v1beta1/podsecuritypolicies container.podSecurityPolicies.create
DELETE /apis/extensions/v1beta1/podsecuritypolicies/{name} container.podSecurityPolicies.delete
DELETE /apis/extensions/v1beta1/podsecuritypolicies container.podSecurityPolicies.delete
GET /apis/extensions/v1beta1/podsecuritypolicies/{name} container.podSecurityPolicies.get
GET /apis/extensions/v1beta1/podsecuritypolicies container.podSecurityPolicies.list
PATCH /apis/extensions/v1beta1/podsecuritypolicies/{name} container.podSecurityPolicies.update
PUT /apis/extensions/v1beta1/podsecuritypolicies/{name} container.podSecurityPolicies.update
POST /apis/policy/v1beta1/podsecuritypolicies container.podSecurityPolicies.create
DELETE /apis/policy/v1beta1/podsecuritypolicies/{name} container.podSecurityPolicies.delete
DELETE /apis/policy/v1beta1/podsecuritypolicies container.podSecurityPolicies.delete
GET /apis/policy/v1beta1/podsecuritypolicies/{name} container.podSecurityPolicies.get
GET /apis/policy/v1beta1/podsecuritypolicies container.podSecurityPolicies.list
PATCH /apis/policy/v1beta1/podsecuritypolicies/{name} container.podSecurityPolicies.update
PUT /apis/policy/v1beta1/podsecuritypolicies/{name} container.podSecurityPolicies.update
POST /api/v1/namespaces/{namespace}/podtemplates container.podTemplates.create
DELETE /api/v1/namespaces/{namespace}/podtemplates/{name} container.podTemplates.delete
DELETE /api/v1/namespaces/{namespace}/podtemplates container.podTemplates.delete
GET /api/v1/namespaces/{namespace}/podtemplates/{name} container.podTemplates.get
GET /api/v1/namespaces/{namespace}/podtemplates container.podTemplates.list
PATCH /api/v1/namespaces/{namespace}/podtemplates/{name} container.podTemplates.update
PUT /api/v1/namespaces/{namespace}/podtemplates/{name} container.podTemplates.update
POST /apis/scheduling.k8s.io/v1/priorityclasses container.priorityClasses.create
DELETE /apis/scheduling.k8s.io/v1/priorityclasses/{name} container.priorityClasses.delete
DELETE /apis/scheduling.k8s.io/v1/priorityclasses container.priorityClasses.delete
GET /apis/scheduling.k8s.io/v1/priorityclasses/{name} container.priorityClasses.get
GET /apis/scheduling.k8s.io/v1/priorityclasses container.priorityClasses.list
PATCH /apis/scheduling.k8s.io/v1/priorityclasses/{name} container.priorityClasses.update
PUT /apis/scheduling.k8s.io/v1/priorityclasses/{name} container.priorityClasses.update
POST /apis/apps/v1/namespaces/{namespace}/replicasets container.replicaSets.create
DELETE /apis/apps/v1/namespaces/{namespace}/replicasets/{name} container.replicaSets.delete
DELETE /apis/apps/v1/namespaces/{namespace}/replicasets container.replicaSets.delete
GET /apis/apps/v1/namespaces/{namespace}/replicasets/{name} container.replicaSets.get
GET /apis/apps/v1/namespaces/{namespace}/replicasets container.replicaSets.list
PATCH /apis/apps/v1/namespaces/{namespace}/replicasets/{name} container.replicaSets.update
PUT /apis/apps/v1/namespaces/{namespace}/replicasets/{name} container.replicaSets.update
POST /apis/extensions/v1beta1/namespaces/{namespace}/replicasets container.replicaSets.create
DELETE /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name} container.replicaSets.delete
DELETE /apis/extensions/v1beta1/namespaces/{namespace}/replicasets container.replicaSets.delete
GET /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name} container.replicaSets.get
GET /apis/extensions/v1beta1/namespaces/{namespace}/replicasets container.replicaSets.list
PATCH /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name} container.replicaSets.update
PUT /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name} container.replicaSets.update
GET /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/scale container.replicaSets.getScale OR container.replicaSets.get
PATCH /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/scale container.replicaSets.updateScale OR container.replicaSets.update
PUT /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/scale container.replicaSets.updateScale OR container.replicaSets.update
GET /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale container.replicaSets.getScale OR container.replicaSets.get
PATCH /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale container.replicaSets.updateScale OR container.replicaSets.update
PUT /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale container.replicaSets.updateScale OR container.replicaSets.update
GET /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/status container.replicaSets.getStatus OR container.replicaSets.get
PATCH /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/status container.replicaSets.updateStatus
PUT /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/status container.replicaSets.updateStatus
GET /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/status container.replicaSets.getStatus OR container.replicaSets.get
PATCH /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/status container.replicaSets.updateStatus
PUT /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/status container.replicaSets.updateStatus
POST /api/v1/namespaces/{namespace}/replicationcontrollers container.replicationControllers.create
DELETE /api/v1/namespaces/{namespace}/replicationcontrollers/{name} container.replicationControllers.delete
DELETE /api/v1/namespaces/{namespace}/replicationcontrollers container.replicationControllers.delete
GET /api/v1/namespaces/{namespace}/replicationcontrollers/{name} container.replicationControllers.get
GET /api/v1/namespaces/{namespace}/replicationcontrollers container.replicationControllers.list
PATCH /api/v1/namespaces/{namespace}/replicationcontrollers/{name} container.replicationControllers.update
PUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name} container.replicationControllers.update
GET /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale container.replicationControllers.getScale OR container.replicationControllers.get
PATCH /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale container.replicationControllers.updateScale OR container.replicationControllers.update
PUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale container.replicationControllers.updateScale OR container.replicationControllers.update
GET /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status container.replicationControllers.getStatus OR container.replicationControllers.get
PATCH /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status container.replicationControllers.updateStatus
PUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status container.replicationControllers.updateStatus
POST /api/v1/namespaces/{namespace}/resourcequotas container.resourceQuotas.create
DELETE /api/v1/namespaces/{namespace}/resourcequotas/{name} container.resourceQuotas.delete
DELETE /api/v1/namespaces/{namespace}/resourcequotas container.resourceQuotas.delete
GET /api/v1/namespaces/{namespace}/resourcequotas/{name} container.resourceQuotas.get
GET /api/v1/namespaces/{namespace}/resourcequotas container.resourceQuotas.list
PATCH /api/v1/namespaces/{namespace}/resourcequotas/{name} container.resourceQuotas.update
PUT /api/v1/namespaces/{namespace}/resourcequotas/{name} container.resourceQuotas.update
GET /api/v1/namespaces/{namespace}/resourcequotas/{name}/status container.resourceQuotas.getStatus OR container.resourceQuotas.get
PATCH /api/v1/namespaces/{namespace}/resourcequotas/{name}/status container.resourceQuotas.updateStatus
PUT /api/v1/namespaces/{namespace}/resourcequotas/{name}/status container.resourceQuotas.updateStatus
POST /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings container.roleBindings.create
DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name} container.roleBindings.delete
DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings container.roleBindings.delete
GET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name} container.roleBindings.get
GET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings container.roleBindings.list
PATCH /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name} container.roleBindings.update
PUT /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name} container.roleBindings.update
POST /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles container.roles.create
DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name} container.roles.delete
DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles container.roles.delete
GET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name} container.roles.get
GET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles container.roles.list
PATCH /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name} container.roles.update
PUT /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name} container.roles.update
POST /apis/node.k8s.io/v1beta1/runtimeclasses container.runtimeClasses.create
DELETE /apis/node.k8s.io/v1beta1/runtimeclasses/{name} container.runtimeClasses.delete
DELETE /apis/node.k8s.io/v1beta1/runtimeclasses container.runtimeClasses.delete
GET /apis/node.k8s.io/v1beta1/runtimeclasses/{name} container.runtimeClasses.get
GET /apis/node.k8s.io/v1beta1/runtimeclasses container.runtimeClasses.list
PATCH /apis/node.k8s.io/v1beta1/runtimeclasses/{name} container.runtimeClasses.update
PUT /apis/node.k8s.io/v1beta1/runtimeclasses/{name} container.runtimeClasses.update
POST /api/v1/namespaces/{namespace}/secrets container.secrets.create
DELETE /api/v1/namespaces/{namespace}/secrets/{name} container.secrets.delete
DELETE /api/v1/namespaces/{namespace}/secrets container.secrets.delete
GET /api/v1/namespaces/{namespace}/secrets/{name} container.secrets.get
GET /api/v1/namespaces/{namespace}/secrets container.secrets.list
PATCH /api/v1/namespaces/{namespace}/secrets/{name} container.secrets.update
PUT /api/v1/namespaces/{namespace}/secrets/{name} container.secrets.update
POST /apis/authorization.k8s.io/v1/selfsubjectaccessreviews container.selfSubjectAccessReviews.create
POST /apis/authorization.k8s.io/v1/selfsubjectrulesreviews container.selfSubjectRulesReviews.create
POST /api/v1/namespaces/{namespace}/serviceaccounts container.serviceAccounts.create
DELETE /api/v1/namespaces/{namespace}/serviceaccounts/{name} container.serviceAccounts.delete
DELETE /api/v1/namespaces/{namespace}/serviceaccounts container.serviceAccounts.delete
GET /api/v1/namespaces/{namespace}/serviceaccounts/{name} container.serviceAccounts.get
GET /api/v1/namespaces/{namespace}/serviceaccounts container.serviceAccounts.list
PATCH /api/v1/namespaces/{namespace}/serviceaccounts/{name} container.serviceAccounts.update
PUT /api/v1/namespaces/{namespace}/serviceaccounts/{name} container.serviceAccounts.update
POST /api/v1/namespaces/{namespace}/services container.services.create
DELETE /api/v1/namespaces/{namespace}/services/{name} container.services.delete
GET /api/v1/namespaces/{namespace}/services/{name} container.services.get
GET /api/v1/namespaces/{namespace}/services container.services.list
PATCH /api/v1/namespaces/{namespace}/services/{name} container.services.update
PUT /api/v1/namespaces/{namespace}/services/{name} container.services.update
{proxy_verb} /api/v1/namespaces/{namespace}/services/{name}/proxy/{path?} container.services.proxy
GET /api/v1/namespaces/{namespace}/services/{name}/status container.services.getStatus OR container.services.get
PATCH /api/v1/namespaces/{namespace}/services/{name}/status container.services.updateStatus
PUT /api/v1/namespaces/{namespace}/services/{name}/status container.services.updateStatus
POST /apis/apps/v1/namespaces/{namespace}/statefulsets container.statefulSets.create
DELETE /apis/apps/v1/namespaces/{namespace}/statefulsets/{name} container.statefulSets.delete
DELETE /apis/apps/v1/namespaces/{namespace}/statefulsets container.statefulSets.delete
GET /apis/apps/v1/namespaces/{namespace}/statefulsets/{name} container.statefulSets.get
GET /apis/apps/v1/namespaces/{namespace}/statefulsets container.statefulSets.list
PATCH /apis/apps/v1/namespaces/{namespace}/statefulsets/{name} container.statefulSets.update
PUT /apis/apps/v1/namespaces/{namespace}/statefulsets/{name} container.statefulSets.update
GET /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/scale container.statefulSets.getScale OR container.statefulSets.get
PATCH /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/scale container.statefulSets.updateScale OR container.statefulSets.update
PUT /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/scale container.statefulSets.updateScale OR container.statefulSets.update
GET /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/status container.statefulSets.getStatus OR container.statefulSets.get
PATCH /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/status container.statefulSets.updateStatus
PUT /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/status container.statefulSets.updateStatus
POST /apis/storage.k8s.io/v1/storageclasses container.storageClasses.create
DELETE /apis/storage.k8s.io/v1/storageclasses/{name} container.storageClasses.delete
DELETE /apis/storage.k8s.io/v1/storageclasses container.storageClasses.delete
GET /apis/storage.k8s.io/v1/storageclasses/{name} container.storageClasses.get
GET /apis/storage.k8s.io/v1/storageclasses container.storageClasses.list
PATCH /apis/storage.k8s.io/v1/storageclasses/{name} container.storageClasses.update
PUT /apis/storage.k8s.io/v1/storageclasses/{name} container.storageClasses.update
POST /apis/authorization.k8s.io/v1/subjectaccessreviews container.subjectAccessReviews.create
POST /apis/authentication.k8s.io/v1/tokenreviews container.tokenReviews.create
POST /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations container.validatingWebhookConfigurations.create
DELETE /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/{name} container.validatingWebhookConfigurations.delete
DELETE /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations container.validatingWebhookConfigurations.delete
GET /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/{name} container.validatingWebhookConfigurations.get
GET /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations container.validatingWebhookConfigurations.list
PATCH /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/{name} container.validatingWebhookConfigurations.update
PUT /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/{name} container.validatingWebhookConfigurations.update
POST /apis/storage.k8s.io/v1/volumeattachments container.volumeAttachments.create
DELETE /apis/storage.k8s.io/v1/volumeattachments/{name} container.volumeAttachments.delete
DELETE /apis/storage.k8s.io/v1/volumeattachments container.volumeAttachments.delete
GET /apis/storage.k8s.io/v1/volumeattachments/{name} container.volumeAttachments.get
GET /apis/storage.k8s.io/v1/volumeattachments container.volumeAttachments.list
PATCH /apis/storage.k8s.io/v1/volumeattachments/{name} container.volumeAttachments.update
PUT /apis/storage.k8s.io/v1/volumeattachments/{name} container.volumeAttachments.update
GET /apis/storage.k8s.io/v1/volumeattachments/{name}/status container.volumeAttachments.getStatus OR container.volumeAttachments.get
PATCH /apis/storage.k8s.io/v1/volumeattachments/{name}/status container.volumeAttachments.updateStatus
PUT /apis/storage.k8s.io/v1/volumeattachments/{name}/status container.volumeAttachments.updateStatus
POST /apis/snapshot.storage.k8s.io/v1beta1/volumesnapshotclasses container.volumeSnapshotClasses.create
DELETE /apis/snapshot.storage.k8s.io/v1beta1/volumesnapshotclasses/{name} container.volumeSnapshotClasses.delete
DELETE /apis/snapshot.storage.k8s.io/v1beta1/volumesnapshotclasses container.volumeSnapshotClasses.delete
GET /apis/snapshot.storage.k8s.io/v1beta1/volumesnapshotclasses/{name} container.volumeSnapshotClasses.get
GET /apis/snapshot.storage.k8s.io/v1beta1/volumesnapshotclasses container.volumeSnapshotClasses.list
PATCH /apis/snapshot.storage.k8s.io/v1beta1/volumesnapshotclasses/{name} container.volumeSnapshotClasses.update
PUT /apis/snapshot.storage.k8s.io/v1beta1/volumesnapshotclasses/{name} container.volumeSnapshotClasses.update
POST /apis/snapshot.storage.k8s.io/v1beta1/volumesnapshotcontents container.volumeSnapshotContents.create
DELETE /apis/snapshot.storage.k8s.io/v1beta1/volumesnapshotcontents/{name} container.volumeSnapshotContents.delete
DELETE /apis/snapshot.storage.k8s.io/v1beta1/volumesnapshotcontents container.volumeSnapshotContents.delete
GET /apis/snapshot.storage.k8s.io/v1beta1/volumesnapshotcontents/{name} container.volumeSnapshotContents.get
GET /apis/snapshot.storage.k8s.io/v1beta1/volumesnapshotcontents container.volumeSnapshotContents.list
PATCH /apis/snapshot.storage.k8s.io/v1beta1/volumesnapshotcontents/{name} container.volumeSnapshotContents.update
PUT /apis/snapshot.storage.k8s.io/v1beta1/volumesnapshotcontents/{name} container.volumeSnapshotContents.update
GET /apis/snapshot.storage.k8s.io/v1beta1/volumesnapshotcontents/{name}/status container.volumeSnapshotContents.getStatus OR container.volumeSnapshotContents.get
PATCH /apis/snapshot.storage.k8s.io/v1beta1/volumesnapshotcontents/{name}/status container.volumeSnapshotContents.updateStatus
PUT /apis/snapshot.storage.k8s.io/v1beta1/volumesnapshotcontents/{name}/status container.volumeSnapshotContents.updateStatus
POST /apis/snapshot.storage.k8s.io/v1beta1/namespaces/{namespace}/volumesnapshots container.volumeSnapshots.create
DELETE /apis/snapshot.storage.k8s.io/v1beta1/namespaces/{namespace}/volumesnapshots/{name} container.volumeSnapshots.delete
DELETE /apis/snapshot.storage.k8s.io/v1beta1/namespaces/{namespace}/volumesnapshots container.volumeSnapshots.delete
GET /apis/snapshot.storage.k8s.io/v1beta1/namespaces/{namespace}/volumesnapshots/{name} container.volumeSnapshots.get
GET /apis/snapshot.storage.k8s.io/v1beta1/namespaces/{namespace}/volumesnapshots container.volumeSnapshots.list
PATCH /apis/snapshot.storage.k8s.io/v1beta1/namespaces/{namespace}/volumesnapshots/{name} container.volumeSnapshots.update
PUT /apis/snapshot.storage.k8s.io/v1beta1/namespaces/{namespace}/volumesnapshots/{name} container.volumeSnapshots.update
GET /apis/snapshot.storage.k8s.io/v1beta1/namespaces/{namespace}/volumesnapshots/{name}/status container.volumeSnapshots.getStatus OR container.volumeSnapshots.get
PATCH /apis/snapshot.storage.k8s.io/v1beta1/namespaces/{namespace}/volumesnapshots/{name}/status container.volumeSnapshots.updateStatus
PUT /apis/snapshot.storage.k8s.io/v1beta1/namespaces/{namespace}/volumesnapshots/{name}/status container.volumeSnapshots.updateStatus
Create a Mobile Website
View Site in Mobile | Classic
Share by: