Skip to content

Latest commit

 

History

History
1509 lines (1484 loc) · 208 KB

README.md

File metadata and controls

1509 lines (1484 loc) · 208 KB

C API client for kubernetes

Overview

This API client was generated by the OpenAPI Generator project. By using the OpenAPI spec from a remote server, you can easily generate an API client.

  • API version: release-1.31
  • Package version:
  • Generator version: 7.10.0-SNAPSHOT
  • Build package: org.openapitools.codegen.languages.CLibcurlClientCodegen

Installation

You'll need the curl 7.58.0 package in order to build the API. To have code formatted nicely, you also need to have uncrustify version 0.67 or later.

Prerequisites

Install the curl 7.58.0 package with the following command on Linux.

sudo apt remove curl
wget http://curl.haxx.se/download/curl-7.58.0.tar.gz
tar -xvf curl-7.58.0.tar.gz
cd curl-7.58.0/
./configure
make
sudo make install

Install the uncrustify 0.67 package with the following command on Linux.

git clone https://github.com/uncrustify/uncrustify.git
cd uncrustify
mkdir build
cd build
cmake ..
make
sudo make install

Compile the sample:

This will compile the generated code and create a library in the build folder which has to be linked to the codes where API will be used.

mkdir build
cd build
// To install library to specific location, use following commands
cmake -DCMAKE_INSTALL_PREFIX=/pathtolocation ..
// for normal install use following command
cmake ..
make
sudo make install

How to use compiled library

Considering the test/source code which uses the API is written in main.c(respective api include is written and all objects necessary are defined and created)

To compile main.c(considering the file is present in build folder) use following command -L - location of the library(not required if cmake with normal installation is performed) -l library name

gcc main.c -L. -lkubernetes -o main

Once compiled, you can run it with ./main

Note: You don't need to specify includes for models and include folder separately as they are path linked. You just have to import the api.h file in your code, the include linking will work.

Documentation for API Endpoints

All URIs are relative to http://localhost

Category Method HTTP request Description
AdmissionregistrationAPI AdmissionregistrationAPI_getAPIGroup GET /apis/admissionregistration.k8s.io/
AdmissionregistrationV1API AdmissionregistrationV1API_createMutatingWebhookConfiguration POST /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations
AdmissionregistrationV1API AdmissionregistrationV1API_createValidatingAdmissionPolicy POST /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies
AdmissionregistrationV1API AdmissionregistrationV1API_createValidatingAdmissionPolicyBinding POST /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings
AdmissionregistrationV1API AdmissionregistrationV1API_createValidatingWebhookConfiguration POST /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations
AdmissionregistrationV1API AdmissionregistrationV1API_deleteCollectionMutatingWebhookConfiguration DELETE /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations
AdmissionregistrationV1API AdmissionregistrationV1API_deleteCollectionValidatingAdmissionPolicy DELETE /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies
AdmissionregistrationV1API AdmissionregistrationV1API_deleteCollectionValidatingAdmissionPolicyBinding DELETE /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings
AdmissionregistrationV1API AdmissionregistrationV1API_deleteCollectionValidatingWebhookConfiguration DELETE /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations
AdmissionregistrationV1API AdmissionregistrationV1API_deleteMutatingWebhookConfiguration DELETE /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/{name}
AdmissionregistrationV1API AdmissionregistrationV1API_deleteValidatingAdmissionPolicy DELETE /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name}
AdmissionregistrationV1API AdmissionregistrationV1API_deleteValidatingAdmissionPolicyBinding DELETE /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings/{name}
AdmissionregistrationV1API AdmissionregistrationV1API_deleteValidatingWebhookConfiguration DELETE /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/{name}
AdmissionregistrationV1API AdmissionregistrationV1API_getAPIResources_0 GET /apis/admissionregistration.k8s.io/v1/
AdmissionregistrationV1API AdmissionregistrationV1API_listMutatingWebhookConfiguration GET /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations
AdmissionregistrationV1API AdmissionregistrationV1API_listValidatingAdmissionPolicy GET /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies
AdmissionregistrationV1API AdmissionregistrationV1API_listValidatingAdmissionPolicyBinding GET /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings
AdmissionregistrationV1API AdmissionregistrationV1API_listValidatingWebhookConfiguration GET /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations
AdmissionregistrationV1API AdmissionregistrationV1API_patchMutatingWebhookConfiguration PATCH /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/{name}
AdmissionregistrationV1API AdmissionregistrationV1API_patchValidatingAdmissionPolicy PATCH /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name}
AdmissionregistrationV1API AdmissionregistrationV1API_patchValidatingAdmissionPolicyBinding PATCH /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings/{name}
AdmissionregistrationV1API AdmissionregistrationV1API_patchValidatingAdmissionPolicyStatus PATCH /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name}/status
AdmissionregistrationV1API AdmissionregistrationV1API_patchValidatingWebhookConfiguration PATCH /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/{name}
AdmissionregistrationV1API AdmissionregistrationV1API_readMutatingWebhookConfiguration GET /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/{name}
AdmissionregistrationV1API AdmissionregistrationV1API_readValidatingAdmissionPolicy GET /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name}
AdmissionregistrationV1API AdmissionregistrationV1API_readValidatingAdmissionPolicyBinding GET /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings/{name}
AdmissionregistrationV1API AdmissionregistrationV1API_readValidatingAdmissionPolicyStatus GET /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name}/status
AdmissionregistrationV1API AdmissionregistrationV1API_readValidatingWebhookConfiguration GET /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/{name}
AdmissionregistrationV1API AdmissionregistrationV1API_replaceMutatingWebhookConfiguration PUT /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/{name}
AdmissionregistrationV1API AdmissionregistrationV1API_replaceValidatingAdmissionPolicy PUT /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name}
AdmissionregistrationV1API AdmissionregistrationV1API_replaceValidatingAdmissionPolicyBinding PUT /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings/{name}
AdmissionregistrationV1API AdmissionregistrationV1API_replaceValidatingAdmissionPolicyStatus PUT /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name}/status
AdmissionregistrationV1API AdmissionregistrationV1API_replaceValidatingWebhookConfiguration PUT /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/{name}
AdmissionregistrationV1alpha1API AdmissionregistrationV1alpha1API_createValidatingAdmissionPolicyBinding_0 POST /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicybindings
AdmissionregistrationV1alpha1API AdmissionregistrationV1alpha1API_createValidatingAdmissionPolicy_0 POST /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicies
AdmissionregistrationV1alpha1API AdmissionregistrationV1alpha1API_deleteCollectionValidatingAdmissionPolicyBinding_0 DELETE /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicybindings
AdmissionregistrationV1alpha1API AdmissionregistrationV1alpha1API_deleteCollectionValidatingAdmissionPolicy_0 DELETE /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicies
AdmissionregistrationV1alpha1API AdmissionregistrationV1alpha1API_deleteValidatingAdmissionPolicyBinding_0 DELETE /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicybindings/{name}
AdmissionregistrationV1alpha1API AdmissionregistrationV1alpha1API_deleteValidatingAdmissionPolicy_0 DELETE /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicies/{name}
AdmissionregistrationV1alpha1API AdmissionregistrationV1alpha1API_getAPIResources_1 GET /apis/admissionregistration.k8s.io/v1alpha1/
AdmissionregistrationV1alpha1API AdmissionregistrationV1alpha1API_listValidatingAdmissionPolicyBinding_0 GET /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicybindings
AdmissionregistrationV1alpha1API AdmissionregistrationV1alpha1API_listValidatingAdmissionPolicy_0 GET /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicies
AdmissionregistrationV1alpha1API AdmissionregistrationV1alpha1API_patchValidatingAdmissionPolicyBinding_0 PATCH /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicybindings/{name}
AdmissionregistrationV1alpha1API AdmissionregistrationV1alpha1API_patchValidatingAdmissionPolicyStatus_0 PATCH /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicies/{name}/status
AdmissionregistrationV1alpha1API AdmissionregistrationV1alpha1API_patchValidatingAdmissionPolicy_0 PATCH /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicies/{name}
AdmissionregistrationV1alpha1API AdmissionregistrationV1alpha1API_readValidatingAdmissionPolicyBinding_0 GET /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicybindings/{name}
AdmissionregistrationV1alpha1API AdmissionregistrationV1alpha1API_readValidatingAdmissionPolicyStatus_0 GET /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicies/{name}/status
AdmissionregistrationV1alpha1API AdmissionregistrationV1alpha1API_readValidatingAdmissionPolicy_0 GET /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicies/{name}
AdmissionregistrationV1alpha1API AdmissionregistrationV1alpha1API_replaceValidatingAdmissionPolicyBinding_0 PUT /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicybindings/{name}
AdmissionregistrationV1alpha1API AdmissionregistrationV1alpha1API_replaceValidatingAdmissionPolicyStatus_0 PUT /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicies/{name}/status
AdmissionregistrationV1alpha1API AdmissionregistrationV1alpha1API_replaceValidatingAdmissionPolicy_0 PUT /apis/admissionregistration.k8s.io/v1alpha1/validatingadmissionpolicies/{name}
AdmissionregistrationV1beta1API AdmissionregistrationV1beta1API_createValidatingAdmissionPolicyBinding_1 POST /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicybindings
AdmissionregistrationV1beta1API AdmissionregistrationV1beta1API_createValidatingAdmissionPolicy_1 POST /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicies
AdmissionregistrationV1beta1API AdmissionregistrationV1beta1API_deleteCollectionValidatingAdmissionPolicyBinding_1 DELETE /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicybindings
AdmissionregistrationV1beta1API AdmissionregistrationV1beta1API_deleteCollectionValidatingAdmissionPolicy_1 DELETE /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicies
AdmissionregistrationV1beta1API AdmissionregistrationV1beta1API_deleteValidatingAdmissionPolicyBinding_1 DELETE /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicybindings/{name}
AdmissionregistrationV1beta1API AdmissionregistrationV1beta1API_deleteValidatingAdmissionPolicy_1 DELETE /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicies/{name}
AdmissionregistrationV1beta1API AdmissionregistrationV1beta1API_getAPIResources_2 GET /apis/admissionregistration.k8s.io/v1beta1/
AdmissionregistrationV1beta1API AdmissionregistrationV1beta1API_listValidatingAdmissionPolicyBinding_1 GET /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicybindings
AdmissionregistrationV1beta1API AdmissionregistrationV1beta1API_listValidatingAdmissionPolicy_1 GET /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicies
AdmissionregistrationV1beta1API AdmissionregistrationV1beta1API_patchValidatingAdmissionPolicyBinding_1 PATCH /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicybindings/{name}
AdmissionregistrationV1beta1API AdmissionregistrationV1beta1API_patchValidatingAdmissionPolicyStatus_1 PATCH /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicies/{name}/status
AdmissionregistrationV1beta1API AdmissionregistrationV1beta1API_patchValidatingAdmissionPolicy_1 PATCH /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicies/{name}
AdmissionregistrationV1beta1API AdmissionregistrationV1beta1API_readValidatingAdmissionPolicyBinding_1 GET /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicybindings/{name}
AdmissionregistrationV1beta1API AdmissionregistrationV1beta1API_readValidatingAdmissionPolicyStatus_1 GET /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicies/{name}/status
AdmissionregistrationV1beta1API AdmissionregistrationV1beta1API_readValidatingAdmissionPolicy_1 GET /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicies/{name}
AdmissionregistrationV1beta1API AdmissionregistrationV1beta1API_replaceValidatingAdmissionPolicyBinding_1 PUT /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicybindings/{name}
AdmissionregistrationV1beta1API AdmissionregistrationV1beta1API_replaceValidatingAdmissionPolicyStatus_1 PUT /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicies/{name}/status
AdmissionregistrationV1beta1API AdmissionregistrationV1beta1API_replaceValidatingAdmissionPolicy_1 PUT /apis/admissionregistration.k8s.io/v1beta1/validatingadmissionpolicies/{name}
ApiextensionsAPI ApiextensionsAPI_getAPIGroup_0 GET /apis/apiextensions.k8s.io/
ApiextensionsV1API ApiextensionsV1API_createCustomResourceDefinition POST /apis/apiextensions.k8s.io/v1/customresourcedefinitions
ApiextensionsV1API ApiextensionsV1API_deleteCollectionCustomResourceDefinition DELETE /apis/apiextensions.k8s.io/v1/customresourcedefinitions
ApiextensionsV1API ApiextensionsV1API_deleteCustomResourceDefinition DELETE /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}
ApiextensionsV1API ApiextensionsV1API_getAPIResources_3 GET /apis/apiextensions.k8s.io/v1/
ApiextensionsV1API ApiextensionsV1API_listCustomResourceDefinition GET /apis/apiextensions.k8s.io/v1/customresourcedefinitions
ApiextensionsV1API ApiextensionsV1API_patchCustomResourceDefinition PATCH /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}
ApiextensionsV1API ApiextensionsV1API_patchCustomResourceDefinitionStatus PATCH /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}/status
ApiextensionsV1API ApiextensionsV1API_readCustomResourceDefinition GET /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}
ApiextensionsV1API ApiextensionsV1API_readCustomResourceDefinitionStatus GET /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}/status
ApiextensionsV1API ApiextensionsV1API_replaceCustomResourceDefinition PUT /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}
ApiextensionsV1API ApiextensionsV1API_replaceCustomResourceDefinitionStatus PUT /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}/status
ApiregistrationAPI ApiregistrationAPI_getAPIGroup_1 GET /apis/apiregistration.k8s.io/
ApiregistrationV1API ApiregistrationV1API_createAPIService POST /apis/apiregistration.k8s.io/v1/apiservices
ApiregistrationV1API ApiregistrationV1API_deleteAPIService DELETE /apis/apiregistration.k8s.io/v1/apiservices/{name}
ApiregistrationV1API ApiregistrationV1API_deleteCollectionAPIService DELETE /apis/apiregistration.k8s.io/v1/apiservices
ApiregistrationV1API ApiregistrationV1API_getAPIResources_4 GET /apis/apiregistration.k8s.io/v1/
ApiregistrationV1API ApiregistrationV1API_listAPIService GET /apis/apiregistration.k8s.io/v1/apiservices
ApiregistrationV1API ApiregistrationV1API_patchAPIService PATCH /apis/apiregistration.k8s.io/v1/apiservices/{name}
ApiregistrationV1API ApiregistrationV1API_patchAPIServiceStatus PATCH /apis/apiregistration.k8s.io/v1/apiservices/{name}/status
ApiregistrationV1API ApiregistrationV1API_readAPIService GET /apis/apiregistration.k8s.io/v1/apiservices/{name}
ApiregistrationV1API ApiregistrationV1API_readAPIServiceStatus GET /apis/apiregistration.k8s.io/v1/apiservices/{name}/status
ApiregistrationV1API ApiregistrationV1API_replaceAPIService PUT /apis/apiregistration.k8s.io/v1/apiservices/{name}
ApiregistrationV1API ApiregistrationV1API_replaceAPIServiceStatus PUT /apis/apiregistration.k8s.io/v1/apiservices/{name}/status
ApisAPI ApisAPI_getAPIVersions_0 GET /apis/
AppsAPI AppsAPI_getAPIGroup_2 GET /apis/apps/
AppsV1API AppsV1API_createNamespacedControllerRevision POST /apis/apps/v1/namespaces/{namespace}/controllerrevisions
AppsV1API AppsV1API_createNamespacedDaemonSet POST /apis/apps/v1/namespaces/{namespace}/daemonsets
AppsV1API AppsV1API_createNamespacedDeployment POST /apis/apps/v1/namespaces/{namespace}/deployments
AppsV1API AppsV1API_createNamespacedReplicaSet POST /apis/apps/v1/namespaces/{namespace}/replicasets
AppsV1API AppsV1API_createNamespacedStatefulSet POST /apis/apps/v1/namespaces/{namespace}/statefulsets
AppsV1API AppsV1API_deleteCollectionNamespacedControllerRevision DELETE /apis/apps/v1/namespaces/{namespace}/controllerrevisions
AppsV1API AppsV1API_deleteCollectionNamespacedDaemonSet DELETE /apis/apps/v1/namespaces/{namespace}/daemonsets
AppsV1API AppsV1API_deleteCollectionNamespacedDeployment DELETE /apis/apps/v1/namespaces/{namespace}/deployments
AppsV1API AppsV1API_deleteCollectionNamespacedReplicaSet DELETE /apis/apps/v1/namespaces/{namespace}/replicasets
AppsV1API AppsV1API_deleteCollectionNamespacedStatefulSet DELETE /apis/apps/v1/namespaces/{namespace}/statefulsets
AppsV1API AppsV1API_deleteNamespacedControllerRevision DELETE /apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name}
AppsV1API AppsV1API_deleteNamespacedDaemonSet DELETE /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}
AppsV1API AppsV1API_deleteNamespacedDeployment DELETE /apis/apps/v1/namespaces/{namespace}/deployments/{name}
AppsV1API AppsV1API_deleteNamespacedReplicaSet DELETE /apis/apps/v1/namespaces/{namespace}/replicasets/{name}
AppsV1API AppsV1API_deleteNamespacedStatefulSet DELETE /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}
AppsV1API AppsV1API_getAPIResources_5 GET /apis/apps/v1/
AppsV1API AppsV1API_listControllerRevisionForAllNamespaces GET /apis/apps/v1/controllerrevisions
AppsV1API AppsV1API_listDaemonSetForAllNamespaces GET /apis/apps/v1/daemonsets
AppsV1API AppsV1API_listDeploymentForAllNamespaces GET /apis/apps/v1/deployments
AppsV1API AppsV1API_listNamespacedControllerRevision GET /apis/apps/v1/namespaces/{namespace}/controllerrevisions
AppsV1API AppsV1API_listNamespacedDaemonSet GET /apis/apps/v1/namespaces/{namespace}/daemonsets
AppsV1API AppsV1API_listNamespacedDeployment GET /apis/apps/v1/namespaces/{namespace}/deployments
AppsV1API AppsV1API_listNamespacedReplicaSet GET /apis/apps/v1/namespaces/{namespace}/replicasets
AppsV1API AppsV1API_listNamespacedStatefulSet GET /apis/apps/v1/namespaces/{namespace}/statefulsets
AppsV1API AppsV1API_listReplicaSetForAllNamespaces GET /apis/apps/v1/replicasets
AppsV1API AppsV1API_listStatefulSetForAllNamespaces GET /apis/apps/v1/statefulsets
AppsV1API AppsV1API_patchNamespacedControllerRevision PATCH /apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name}
AppsV1API AppsV1API_patchNamespacedDaemonSet PATCH /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}
AppsV1API AppsV1API_patchNamespacedDaemonSetStatus PATCH /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}/status
AppsV1API AppsV1API_patchNamespacedDeployment PATCH /apis/apps/v1/namespaces/{namespace}/deployments/{name}
AppsV1API AppsV1API_patchNamespacedDeploymentScale PATCH /apis/apps/v1/namespaces/{namespace}/deployments/{name}/scale
AppsV1API AppsV1API_patchNamespacedDeploymentStatus PATCH /apis/apps/v1/namespaces/{namespace}/deployments/{name}/status
AppsV1API AppsV1API_patchNamespacedReplicaSet PATCH /apis/apps/v1/namespaces/{namespace}/replicasets/{name}
AppsV1API AppsV1API_patchNamespacedReplicaSetScale PATCH /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/scale
AppsV1API AppsV1API_patchNamespacedReplicaSetStatus PATCH /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/status
AppsV1API AppsV1API_patchNamespacedStatefulSet PATCH /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}
AppsV1API AppsV1API_patchNamespacedStatefulSetScale PATCH /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/scale
AppsV1API AppsV1API_patchNamespacedStatefulSetStatus PATCH /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/status
AppsV1API AppsV1API_readNamespacedControllerRevision GET /apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name}
AppsV1API AppsV1API_readNamespacedDaemonSet GET /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}
AppsV1API AppsV1API_readNamespacedDaemonSetStatus GET /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}/status
AppsV1API AppsV1API_readNamespacedDeployment GET /apis/apps/v1/namespaces/{namespace}/deployments/{name}
AppsV1API AppsV1API_readNamespacedDeploymentScale GET /apis/apps/v1/namespaces/{namespace}/deployments/{name}/scale
AppsV1API AppsV1API_readNamespacedDeploymentStatus GET /apis/apps/v1/namespaces/{namespace}/deployments/{name}/status
AppsV1API AppsV1API_readNamespacedReplicaSet GET /apis/apps/v1/namespaces/{namespace}/replicasets/{name}
AppsV1API AppsV1API_readNamespacedReplicaSetScale GET /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/scale
AppsV1API AppsV1API_readNamespacedReplicaSetStatus GET /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/status
AppsV1API AppsV1API_readNamespacedStatefulSet GET /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}
AppsV1API AppsV1API_readNamespacedStatefulSetScale GET /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/scale
AppsV1API AppsV1API_readNamespacedStatefulSetStatus GET /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/status
AppsV1API AppsV1API_replaceNamespacedControllerRevision PUT /apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name}
AppsV1API AppsV1API_replaceNamespacedDaemonSet PUT /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}
AppsV1API AppsV1API_replaceNamespacedDaemonSetStatus PUT /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}/status
AppsV1API AppsV1API_replaceNamespacedDeployment PUT /apis/apps/v1/namespaces/{namespace}/deployments/{name}
AppsV1API AppsV1API_replaceNamespacedDeploymentScale PUT /apis/apps/v1/namespaces/{namespace}/deployments/{name}/scale
AppsV1API AppsV1API_replaceNamespacedDeploymentStatus PUT /apis/apps/v1/namespaces/{namespace}/deployments/{name}/status
AppsV1API AppsV1API_replaceNamespacedReplicaSet PUT /apis/apps/v1/namespaces/{namespace}/replicasets/{name}
AppsV1API AppsV1API_replaceNamespacedReplicaSetScale PUT /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/scale
AppsV1API AppsV1API_replaceNamespacedReplicaSetStatus PUT /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/status
AppsV1API AppsV1API_replaceNamespacedStatefulSet PUT /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}
AppsV1API AppsV1API_replaceNamespacedStatefulSetScale PUT /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/scale
AppsV1API AppsV1API_replaceNamespacedStatefulSetStatus PUT /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/status
AuthenticationAPI AuthenticationAPI_getAPIGroup_3 GET /apis/authentication.k8s.io/
AuthenticationV1API AuthenticationV1API_createSelfSubjectReview POST /apis/authentication.k8s.io/v1/selfsubjectreviews
AuthenticationV1API AuthenticationV1API_createTokenReview POST /apis/authentication.k8s.io/v1/tokenreviews
AuthenticationV1API AuthenticationV1API_getAPIResources_6 GET /apis/authentication.k8s.io/v1/
AuthenticationV1alpha1API AuthenticationV1alpha1API_createSelfSubjectReview_0 POST /apis/authentication.k8s.io/v1alpha1/selfsubjectreviews
AuthenticationV1alpha1API AuthenticationV1alpha1API_getAPIResources_7 GET /apis/authentication.k8s.io/v1alpha1/
AuthenticationV1beta1API AuthenticationV1beta1API_createSelfSubjectReview_1 POST /apis/authentication.k8s.io/v1beta1/selfsubjectreviews
AuthenticationV1beta1API AuthenticationV1beta1API_getAPIResources_8 GET /apis/authentication.k8s.io/v1beta1/
AuthorizationAPI AuthorizationAPI_getAPIGroup_4 GET /apis/authorization.k8s.io/
AuthorizationV1API AuthorizationV1API_createNamespacedLocalSubjectAccessReview POST /apis/authorization.k8s.io/v1/namespaces/{namespace}/localsubjectaccessreviews
AuthorizationV1API AuthorizationV1API_createSelfSubjectAccessReview POST /apis/authorization.k8s.io/v1/selfsubjectaccessreviews
AuthorizationV1API AuthorizationV1API_createSelfSubjectRulesReview POST /apis/authorization.k8s.io/v1/selfsubjectrulesreviews
AuthorizationV1API AuthorizationV1API_createSubjectAccessReview POST /apis/authorization.k8s.io/v1/subjectaccessreviews
AuthorizationV1API AuthorizationV1API_getAPIResources_9 GET /apis/authorization.k8s.io/v1/
AutoscalingAPI AutoscalingAPI_getAPIGroup_5 GET /apis/autoscaling/
AutoscalingV1API AutoscalingV1API_createNamespacedHorizontalPodAutoscaler POST /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers
AutoscalingV1API AutoscalingV1API_deleteCollectionNamespacedHorizontalPodAutoscaler DELETE /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers
AutoscalingV1API AutoscalingV1API_deleteNamespacedHorizontalPodAutoscaler DELETE /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}
AutoscalingV1API AutoscalingV1API_getAPIResources_10 GET /apis/autoscaling/v1/
AutoscalingV1API AutoscalingV1API_listHorizontalPodAutoscalerForAllNamespaces GET /apis/autoscaling/v1/horizontalpodautoscalers
AutoscalingV1API AutoscalingV1API_listNamespacedHorizontalPodAutoscaler GET /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers
AutoscalingV1API AutoscalingV1API_patchNamespacedHorizontalPodAutoscaler PATCH /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}
AutoscalingV1API AutoscalingV1API_patchNamespacedHorizontalPodAutoscalerStatus PATCH /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
AutoscalingV1API AutoscalingV1API_readNamespacedHorizontalPodAutoscaler GET /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}
AutoscalingV1API AutoscalingV1API_readNamespacedHorizontalPodAutoscalerStatus GET /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
AutoscalingV1API AutoscalingV1API_replaceNamespacedHorizontalPodAutoscaler PUT /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}
AutoscalingV1API AutoscalingV1API_replaceNamespacedHorizontalPodAutoscalerStatus PUT /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
AutoscalingV2API AutoscalingV2API_createNamespacedHorizontalPodAutoscaler_0 POST /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers
AutoscalingV2API AutoscalingV2API_deleteCollectionNamespacedHorizontalPodAutoscaler_0 DELETE /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers
AutoscalingV2API AutoscalingV2API_deleteNamespacedHorizontalPodAutoscaler_0 DELETE /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}
AutoscalingV2API AutoscalingV2API_getAPIResources_11 GET /apis/autoscaling/v2/
AutoscalingV2API AutoscalingV2API_listHorizontalPodAutoscalerForAllNamespaces_0 GET /apis/autoscaling/v2/horizontalpodautoscalers
AutoscalingV2API AutoscalingV2API_listNamespacedHorizontalPodAutoscaler_0 GET /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers
AutoscalingV2API AutoscalingV2API_patchNamespacedHorizontalPodAutoscalerStatus_0 PATCH /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
AutoscalingV2API AutoscalingV2API_patchNamespacedHorizontalPodAutoscaler_0 PATCH /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}
AutoscalingV2API AutoscalingV2API_readNamespacedHorizontalPodAutoscalerStatus_0 GET /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
AutoscalingV2API AutoscalingV2API_readNamespacedHorizontalPodAutoscaler_0 GET /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}
AutoscalingV2API AutoscalingV2API_replaceNamespacedHorizontalPodAutoscalerStatus_0 PUT /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
AutoscalingV2API AutoscalingV2API_replaceNamespacedHorizontalPodAutoscaler_0 PUT /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}
BatchAPI BatchAPI_getAPIGroup_6 GET /apis/batch/
BatchV1API BatchV1API_createNamespacedCronJob POST /apis/batch/v1/namespaces/{namespace}/cronjobs
BatchV1API BatchV1API_createNamespacedJob POST /apis/batch/v1/namespaces/{namespace}/jobs
BatchV1API BatchV1API_deleteCollectionNamespacedCronJob DELETE /apis/batch/v1/namespaces/{namespace}/cronjobs
BatchV1API BatchV1API_deleteCollectionNamespacedJob DELETE /apis/batch/v1/namespaces/{namespace}/jobs
BatchV1API BatchV1API_deleteNamespacedCronJob DELETE /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}
BatchV1API BatchV1API_deleteNamespacedJob DELETE /apis/batch/v1/namespaces/{namespace}/jobs/{name}
BatchV1API BatchV1API_getAPIResources_12 GET /apis/batch/v1/
BatchV1API BatchV1API_listCronJobForAllNamespaces GET /apis/batch/v1/cronjobs
BatchV1API BatchV1API_listJobForAllNamespaces GET /apis/batch/v1/jobs
BatchV1API BatchV1API_listNamespacedCronJob GET /apis/batch/v1/namespaces/{namespace}/cronjobs
BatchV1API BatchV1API_listNamespacedJob GET /apis/batch/v1/namespaces/{namespace}/jobs
BatchV1API BatchV1API_patchNamespacedCronJob PATCH /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}
BatchV1API BatchV1API_patchNamespacedCronJobStatus PATCH /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}/status
BatchV1API BatchV1API_patchNamespacedJob PATCH /apis/batch/v1/namespaces/{namespace}/jobs/{name}
BatchV1API BatchV1API_patchNamespacedJobStatus PATCH /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status
BatchV1API BatchV1API_readNamespacedCronJob GET /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}
BatchV1API BatchV1API_readNamespacedCronJobStatus GET /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}/status
BatchV1API BatchV1API_readNamespacedJob GET /apis/batch/v1/namespaces/{namespace}/jobs/{name}
BatchV1API BatchV1API_readNamespacedJobStatus GET /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status
BatchV1API BatchV1API_replaceNamespacedCronJob PUT /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}
BatchV1API BatchV1API_replaceNamespacedCronJobStatus PUT /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}/status
BatchV1API BatchV1API_replaceNamespacedJob PUT /apis/batch/v1/namespaces/{namespace}/jobs/{name}
BatchV1API BatchV1API_replaceNamespacedJobStatus PUT /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status
CertificatesAPI CertificatesAPI_getAPIGroup_7 GET /apis/certificates.k8s.io/
CertificatesV1API CertificatesV1API_createCertificateSigningRequest POST /apis/certificates.k8s.io/v1/certificatesigningrequests
CertificatesV1API CertificatesV1API_deleteCertificateSigningRequest DELETE /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}
CertificatesV1API CertificatesV1API_deleteCollectionCertificateSigningRequest DELETE /apis/certificates.k8s.io/v1/certificatesigningrequests
CertificatesV1API CertificatesV1API_getAPIResources_13 GET /apis/certificates.k8s.io/v1/
CertificatesV1API CertificatesV1API_listCertificateSigningRequest GET /apis/certificates.k8s.io/v1/certificatesigningrequests
CertificatesV1API CertificatesV1API_patchCertificateSigningRequest PATCH /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}
CertificatesV1API CertificatesV1API_patchCertificateSigningRequestApproval PATCH /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/approval
CertificatesV1API CertificatesV1API_patchCertificateSigningRequestStatus PATCH /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/status
CertificatesV1API CertificatesV1API_readCertificateSigningRequest GET /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}
CertificatesV1API CertificatesV1API_readCertificateSigningRequestApproval GET /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/approval
CertificatesV1API CertificatesV1API_readCertificateSigningRequestStatus GET /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/status
CertificatesV1API CertificatesV1API_replaceCertificateSigningRequest PUT /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}
CertificatesV1API CertificatesV1API_replaceCertificateSigningRequestApproval PUT /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/approval
CertificatesV1API CertificatesV1API_replaceCertificateSigningRequestStatus PUT /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/status
CertificatesV1alpha1API CertificatesV1alpha1API_createClusterTrustBundle POST /apis/certificates.k8s.io/v1alpha1/clustertrustbundles
CertificatesV1alpha1API CertificatesV1alpha1API_deleteClusterTrustBundle DELETE /apis/certificates.k8s.io/v1alpha1/clustertrustbundles/{name}
CertificatesV1alpha1API CertificatesV1alpha1API_deleteCollectionClusterTrustBundle DELETE /apis/certificates.k8s.io/v1alpha1/clustertrustbundles
CertificatesV1alpha1API CertificatesV1alpha1API_getAPIResources_14 GET /apis/certificates.k8s.io/v1alpha1/
CertificatesV1alpha1API CertificatesV1alpha1API_listClusterTrustBundle GET /apis/certificates.k8s.io/v1alpha1/clustertrustbundles
CertificatesV1alpha1API CertificatesV1alpha1API_patchClusterTrustBundle PATCH /apis/certificates.k8s.io/v1alpha1/clustertrustbundles/{name}
CertificatesV1alpha1API CertificatesV1alpha1API_readClusterTrustBundle GET /apis/certificates.k8s.io/v1alpha1/clustertrustbundles/{name}
CertificatesV1alpha1API CertificatesV1alpha1API_replaceClusterTrustBundle PUT /apis/certificates.k8s.io/v1alpha1/clustertrustbundles/{name}
CoordinationAPI CoordinationAPI_getAPIGroup_8 GET /apis/coordination.k8s.io/
CoordinationV1API CoordinationV1API_createNamespacedLease POST /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases
CoordinationV1API CoordinationV1API_deleteCollectionNamespacedLease DELETE /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases
CoordinationV1API CoordinationV1API_deleteNamespacedLease DELETE /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases/{name}
CoordinationV1API CoordinationV1API_getAPIResources_15 GET /apis/coordination.k8s.io/v1/
CoordinationV1API CoordinationV1API_listLeaseForAllNamespaces GET /apis/coordination.k8s.io/v1/leases
CoordinationV1API CoordinationV1API_listNamespacedLease GET /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases
CoordinationV1API CoordinationV1API_patchNamespacedLease PATCH /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases/{name}
CoordinationV1API CoordinationV1API_readNamespacedLease GET /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases/{name}
CoordinationV1API CoordinationV1API_replaceNamespacedLease PUT /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases/{name}
CoordinationV1alpha1API CoordinationV1alpha1API_createNamespacedLeaseCandidate POST /apis/coordination.k8s.io/v1alpha1/namespaces/{namespace}/leasecandidates
CoordinationV1alpha1API CoordinationV1alpha1API_deleteCollectionNamespacedLeaseCandidate DELETE /apis/coordination.k8s.io/v1alpha1/namespaces/{namespace}/leasecandidates
CoordinationV1alpha1API CoordinationV1alpha1API_deleteNamespacedLeaseCandidate DELETE /apis/coordination.k8s.io/v1alpha1/namespaces/{namespace}/leasecandidates/{name}
CoordinationV1alpha1API CoordinationV1alpha1API_getAPIResources_16 GET /apis/coordination.k8s.io/v1alpha1/
CoordinationV1alpha1API CoordinationV1alpha1API_listLeaseCandidateForAllNamespaces GET /apis/coordination.k8s.io/v1alpha1/leasecandidates
CoordinationV1alpha1API CoordinationV1alpha1API_listNamespacedLeaseCandidate GET /apis/coordination.k8s.io/v1alpha1/namespaces/{namespace}/leasecandidates
CoordinationV1alpha1API CoordinationV1alpha1API_patchNamespacedLeaseCandidate PATCH /apis/coordination.k8s.io/v1alpha1/namespaces/{namespace}/leasecandidates/{name}
CoordinationV1alpha1API CoordinationV1alpha1API_readNamespacedLeaseCandidate GET /apis/coordination.k8s.io/v1alpha1/namespaces/{namespace}/leasecandidates/{name}
CoordinationV1alpha1API CoordinationV1alpha1API_replaceNamespacedLeaseCandidate PUT /apis/coordination.k8s.io/v1alpha1/namespaces/{namespace}/leasecandidates/{name}
CoreAPI CoreAPI_getAPIVersions GET /api/
CoreV1API CoreV1API_connectDeleteNamespacedPodProxy DELETE /api/v1/namespaces/{namespace}/pods/{name}/proxy
CoreV1API CoreV1API_connectDeleteNamespacedPodProxyWithPath DELETE /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
CoreV1API CoreV1API_connectDeleteNamespacedServiceProxy DELETE /api/v1/namespaces/{namespace}/services/{name}/proxy
CoreV1API CoreV1API_connectDeleteNamespacedServiceProxyWithPath DELETE /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
CoreV1API CoreV1API_connectDeleteNodeProxy DELETE /api/v1/nodes/{name}/proxy
CoreV1API CoreV1API_connectDeleteNodeProxyWithPath DELETE /api/v1/nodes/{name}/proxy/{path}
CoreV1API CoreV1API_connectGetNamespacedPodAttach GET /api/v1/namespaces/{namespace}/pods/{name}/attach
CoreV1API CoreV1API_connectGetNamespacedPodExec GET /api/v1/namespaces/{namespace}/pods/{name}/exec
CoreV1API CoreV1API_connectGetNamespacedPodPortforward GET /api/v1/namespaces/{namespace}/pods/{name}/portforward
CoreV1API CoreV1API_connectGetNamespacedPodProxy GET /api/v1/namespaces/{namespace}/pods/{name}/proxy
CoreV1API CoreV1API_connectGetNamespacedPodProxyWithPath GET /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
CoreV1API CoreV1API_connectGetNamespacedServiceProxy GET /api/v1/namespaces/{namespace}/services/{name}/proxy
CoreV1API CoreV1API_connectGetNamespacedServiceProxyWithPath GET /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
CoreV1API CoreV1API_connectGetNodeProxy GET /api/v1/nodes/{name}/proxy
CoreV1API CoreV1API_connectGetNodeProxyWithPath GET /api/v1/nodes/{name}/proxy/{path}
CoreV1API CoreV1API_connectHeadNamespacedPodProxy HEAD /api/v1/namespaces/{namespace}/pods/{name}/proxy
CoreV1API CoreV1API_connectHeadNamespacedPodProxyWithPath HEAD /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
CoreV1API CoreV1API_connectHeadNamespacedServiceProxy HEAD /api/v1/namespaces/{namespace}/services/{name}/proxy
CoreV1API CoreV1API_connectHeadNamespacedServiceProxyWithPath HEAD /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
CoreV1API CoreV1API_connectHeadNodeProxy HEAD /api/v1/nodes/{name}/proxy
CoreV1API CoreV1API_connectHeadNodeProxyWithPath HEAD /api/v1/nodes/{name}/proxy/{path}
CoreV1API CoreV1API_connectOptionsNamespacedPodProxy OPTIONS /api/v1/namespaces/{namespace}/pods/{name}/proxy
CoreV1API CoreV1API_connectOptionsNamespacedPodProxyWithPath OPTIONS /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
CoreV1API CoreV1API_connectOptionsNamespacedServiceProxy OPTIONS /api/v1/namespaces/{namespace}/services/{name}/proxy
CoreV1API CoreV1API_connectOptionsNamespacedServiceProxyWithPath OPTIONS /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
CoreV1API CoreV1API_connectOptionsNodeProxy OPTIONS /api/v1/nodes/{name}/proxy
CoreV1API CoreV1API_connectOptionsNodeProxyWithPath OPTIONS /api/v1/nodes/{name}/proxy/{path}
CoreV1API CoreV1API_connectPatchNamespacedPodProxy PATCH /api/v1/namespaces/{namespace}/pods/{name}/proxy
CoreV1API CoreV1API_connectPatchNamespacedPodProxyWithPath PATCH /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
CoreV1API CoreV1API_connectPatchNamespacedServiceProxy PATCH /api/v1/namespaces/{namespace}/services/{name}/proxy
CoreV1API CoreV1API_connectPatchNamespacedServiceProxyWithPath PATCH /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
CoreV1API CoreV1API_connectPatchNodeProxy PATCH /api/v1/nodes/{name}/proxy
CoreV1API CoreV1API_connectPatchNodeProxyWithPath PATCH /api/v1/nodes/{name}/proxy/{path}
CoreV1API CoreV1API_connectPostNamespacedPodAttach POST /api/v1/namespaces/{namespace}/pods/{name}/attach
CoreV1API CoreV1API_connectPostNamespacedPodExec POST /api/v1/namespaces/{namespace}/pods/{name}/exec
CoreV1API CoreV1API_connectPostNamespacedPodPortforward POST /api/v1/namespaces/{namespace}/pods/{name}/portforward
CoreV1API CoreV1API_connectPostNamespacedPodProxy POST /api/v1/namespaces/{namespace}/pods/{name}/proxy
CoreV1API CoreV1API_connectPostNamespacedPodProxyWithPath POST /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
CoreV1API CoreV1API_connectPostNamespacedServiceProxy POST /api/v1/namespaces/{namespace}/services/{name}/proxy
CoreV1API CoreV1API_connectPostNamespacedServiceProxyWithPath POST /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
CoreV1API CoreV1API_connectPostNodeProxy POST /api/v1/nodes/{name}/proxy
CoreV1API CoreV1API_connectPostNodeProxyWithPath POST /api/v1/nodes/{name}/proxy/{path}
CoreV1API CoreV1API_connectPutNamespacedPodProxy PUT /api/v1/namespaces/{namespace}/pods/{name}/proxy
CoreV1API CoreV1API_connectPutNamespacedPodProxyWithPath PUT /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
CoreV1API CoreV1API_connectPutNamespacedServiceProxy PUT /api/v1/namespaces/{namespace}/services/{name}/proxy
CoreV1API CoreV1API_connectPutNamespacedServiceProxyWithPath PUT /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
CoreV1API CoreV1API_connectPutNodeProxy PUT /api/v1/nodes/{name}/proxy
CoreV1API CoreV1API_connectPutNodeProxyWithPath PUT /api/v1/nodes/{name}/proxy/{path}
CoreV1API CoreV1API_createNamespace POST /api/v1/namespaces
CoreV1API CoreV1API_createNamespacedBinding POST /api/v1/namespaces/{namespace}/bindings
CoreV1API CoreV1API_createNamespacedConfigMap POST /api/v1/namespaces/{namespace}/configmaps
CoreV1API CoreV1API_createNamespacedEndpoints POST /api/v1/namespaces/{namespace}/endpoints
CoreV1API CoreV1API_createNamespacedEvent POST /api/v1/namespaces/{namespace}/events
CoreV1API CoreV1API_createNamespacedLimitRange POST /api/v1/namespaces/{namespace}/limitranges
CoreV1API CoreV1API_createNamespacedPersistentVolumeClaim POST /api/v1/namespaces/{namespace}/persistentvolumeclaims
CoreV1API CoreV1API_createNamespacedPod POST /api/v1/namespaces/{namespace}/pods
CoreV1API CoreV1API_createNamespacedPodBinding POST /api/v1/namespaces/{namespace}/pods/{name}/binding
CoreV1API CoreV1API_createNamespacedPodEviction POST /api/v1/namespaces/{namespace}/pods/{name}/eviction
CoreV1API CoreV1API_createNamespacedPodTemplate POST /api/v1/namespaces/{namespace}/podtemplates
CoreV1API CoreV1API_createNamespacedReplicationController POST /api/v1/namespaces/{namespace}/replicationcontrollers
CoreV1API CoreV1API_createNamespacedResourceQuota POST /api/v1/namespaces/{namespace}/resourcequotas
CoreV1API CoreV1API_createNamespacedSecret POST /api/v1/namespaces/{namespace}/secrets
CoreV1API CoreV1API_createNamespacedService POST /api/v1/namespaces/{namespace}/services
CoreV1API CoreV1API_createNamespacedServiceAccount POST /api/v1/namespaces/{namespace}/serviceaccounts
CoreV1API CoreV1API_createNamespacedServiceAccountToken POST /api/v1/namespaces/{namespace}/serviceaccounts/{name}/token
CoreV1API CoreV1API_createNode POST /api/v1/nodes
CoreV1API CoreV1API_createPersistentVolume POST /api/v1/persistentvolumes
CoreV1API CoreV1API_deleteCollectionNamespacedConfigMap DELETE /api/v1/namespaces/{namespace}/configmaps
CoreV1API CoreV1API_deleteCollectionNamespacedEndpoints DELETE /api/v1/namespaces/{namespace}/endpoints
CoreV1API CoreV1API_deleteCollectionNamespacedEvent DELETE /api/v1/namespaces/{namespace}/events
CoreV1API CoreV1API_deleteCollectionNamespacedLimitRange DELETE /api/v1/namespaces/{namespace}/limitranges
CoreV1API CoreV1API_deleteCollectionNamespacedPersistentVolumeClaim DELETE /api/v1/namespaces/{namespace}/persistentvolumeclaims
CoreV1API CoreV1API_deleteCollectionNamespacedPod DELETE /api/v1/namespaces/{namespace}/pods
CoreV1API CoreV1API_deleteCollectionNamespacedPodTemplate DELETE /api/v1/namespaces/{namespace}/podtemplates
CoreV1API CoreV1API_deleteCollectionNamespacedReplicationController DELETE /api/v1/namespaces/{namespace}/replicationcontrollers
CoreV1API CoreV1API_deleteCollectionNamespacedResourceQuota DELETE /api/v1/namespaces/{namespace}/resourcequotas
CoreV1API CoreV1API_deleteCollectionNamespacedSecret DELETE /api/v1/namespaces/{namespace}/secrets
CoreV1API CoreV1API_deleteCollectionNamespacedService DELETE /api/v1/namespaces/{namespace}/services
CoreV1API CoreV1API_deleteCollectionNamespacedServiceAccount DELETE /api/v1/namespaces/{namespace}/serviceaccounts
CoreV1API CoreV1API_deleteCollectionNode DELETE /api/v1/nodes
CoreV1API CoreV1API_deleteCollectionPersistentVolume DELETE /api/v1/persistentvolumes
CoreV1API CoreV1API_deleteNamespace DELETE /api/v1/namespaces/{name}
CoreV1API CoreV1API_deleteNamespacedConfigMap DELETE /api/v1/namespaces/{namespace}/configmaps/{name}
CoreV1API CoreV1API_deleteNamespacedEndpoints DELETE /api/v1/namespaces/{namespace}/endpoints/{name}
CoreV1API CoreV1API_deleteNamespacedEvent DELETE /api/v1/namespaces/{namespace}/events/{name}
CoreV1API CoreV1API_deleteNamespacedLimitRange DELETE /api/v1/namespaces/{namespace}/limitranges/{name}
CoreV1API CoreV1API_deleteNamespacedPersistentVolumeClaim DELETE /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}
CoreV1API CoreV1API_deleteNamespacedPod DELETE /api/v1/namespaces/{namespace}/pods/{name}
CoreV1API CoreV1API_deleteNamespacedPodTemplate DELETE /api/v1/namespaces/{namespace}/podtemplates/{name}
CoreV1API CoreV1API_deleteNamespacedReplicationController DELETE /api/v1/namespaces/{namespace}/replicationcontrollers/{name}
CoreV1API CoreV1API_deleteNamespacedResourceQuota DELETE /api/v1/namespaces/{namespace}/resourcequotas/{name}
CoreV1API CoreV1API_deleteNamespacedSecret DELETE /api/v1/namespaces/{namespace}/secrets/{name}
CoreV1API CoreV1API_deleteNamespacedService DELETE /api/v1/namespaces/{namespace}/services/{name}
CoreV1API CoreV1API_deleteNamespacedServiceAccount DELETE /api/v1/namespaces/{namespace}/serviceaccounts/{name}
CoreV1API CoreV1API_deleteNode DELETE /api/v1/nodes/{name}
CoreV1API CoreV1API_deletePersistentVolume DELETE /api/v1/persistentvolumes/{name}
CoreV1API CoreV1API_getAPIResources GET /api/v1/
CoreV1API CoreV1API_listComponentStatus GET /api/v1/componentstatuses
CoreV1API CoreV1API_listConfigMapForAllNamespaces GET /api/v1/configmaps
CoreV1API CoreV1API_listEndpointsForAllNamespaces GET /api/v1/endpoints
CoreV1API CoreV1API_listEventForAllNamespaces GET /api/v1/events
CoreV1API CoreV1API_listLimitRangeForAllNamespaces GET /api/v1/limitranges
CoreV1API CoreV1API_listNamespace GET /api/v1/namespaces
CoreV1API CoreV1API_listNamespacedConfigMap GET /api/v1/namespaces/{namespace}/configmaps
CoreV1API CoreV1API_listNamespacedEndpoints GET /api/v1/namespaces/{namespace}/endpoints
CoreV1API CoreV1API_listNamespacedEvent GET /api/v1/namespaces/{namespace}/events
CoreV1API CoreV1API_listNamespacedLimitRange GET /api/v1/namespaces/{namespace}/limitranges
CoreV1API CoreV1API_listNamespacedPersistentVolumeClaim GET /api/v1/namespaces/{namespace}/persistentvolumeclaims
CoreV1API CoreV1API_listNamespacedPod GET /api/v1/namespaces/{namespace}/pods
CoreV1API CoreV1API_listNamespacedPodTemplate GET /api/v1/namespaces/{namespace}/podtemplates
CoreV1API CoreV1API_listNamespacedReplicationController GET /api/v1/namespaces/{namespace}/replicationcontrollers
CoreV1API CoreV1API_listNamespacedResourceQuota GET /api/v1/namespaces/{namespace}/resourcequotas
CoreV1API CoreV1API_listNamespacedSecret GET /api/v1/namespaces/{namespace}/secrets
CoreV1API CoreV1API_listNamespacedService GET /api/v1/namespaces/{namespace}/services
CoreV1API CoreV1API_listNamespacedServiceAccount GET /api/v1/namespaces/{namespace}/serviceaccounts
CoreV1API CoreV1API_listNode GET /api/v1/nodes
CoreV1API CoreV1API_listPersistentVolume GET /api/v1/persistentvolumes
CoreV1API CoreV1API_listPersistentVolumeClaimForAllNamespaces GET /api/v1/persistentvolumeclaims
CoreV1API CoreV1API_listPodForAllNamespaces GET /api/v1/pods
CoreV1API CoreV1API_listPodTemplateForAllNamespaces GET /api/v1/podtemplates
CoreV1API CoreV1API_listReplicationControllerForAllNamespaces GET /api/v1/replicationcontrollers
CoreV1API CoreV1API_listResourceQuotaForAllNamespaces GET /api/v1/resourcequotas
CoreV1API CoreV1API_listSecretForAllNamespaces GET /api/v1/secrets
CoreV1API CoreV1API_listServiceAccountForAllNamespaces GET /api/v1/serviceaccounts
CoreV1API CoreV1API_listServiceForAllNamespaces GET /api/v1/services
CoreV1API CoreV1API_patchNamespace PATCH /api/v1/namespaces/{name}
CoreV1API CoreV1API_patchNamespaceStatus PATCH /api/v1/namespaces/{name}/status
CoreV1API CoreV1API_patchNamespacedConfigMap PATCH /api/v1/namespaces/{namespace}/configmaps/{name}
CoreV1API CoreV1API_patchNamespacedEndpoints PATCH /api/v1/namespaces/{namespace}/endpoints/{name}
CoreV1API CoreV1API_patchNamespacedEvent PATCH /api/v1/namespaces/{namespace}/events/{name}
CoreV1API CoreV1API_patchNamespacedLimitRange PATCH /api/v1/namespaces/{namespace}/limitranges/{name}
CoreV1API CoreV1API_patchNamespacedPersistentVolumeClaim PATCH /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}
CoreV1API CoreV1API_patchNamespacedPersistentVolumeClaimStatus PATCH /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status
CoreV1API CoreV1API_patchNamespacedPod PATCH /api/v1/namespaces/{namespace}/pods/{name}
CoreV1API CoreV1API_patchNamespacedPodEphemeralcontainers PATCH /api/v1/namespaces/{namespace}/pods/{name}/ephemeralcontainers
CoreV1API CoreV1API_patchNamespacedPodStatus PATCH /api/v1/namespaces/{namespace}/pods/{name}/status
CoreV1API CoreV1API_patchNamespacedPodTemplate PATCH /api/v1/namespaces/{namespace}/podtemplates/{name}
CoreV1API CoreV1API_patchNamespacedReplicationController PATCH /api/v1/namespaces/{namespace}/replicationcontrollers/{name}
CoreV1API CoreV1API_patchNamespacedReplicationControllerScale PATCH /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale
CoreV1API CoreV1API_patchNamespacedReplicationControllerStatus PATCH /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status
CoreV1API CoreV1API_patchNamespacedResourceQuota PATCH /api/v1/namespaces/{namespace}/resourcequotas/{name}
CoreV1API CoreV1API_patchNamespacedResourceQuotaStatus PATCH /api/v1/namespaces/{namespace}/resourcequotas/{name}/status
CoreV1API CoreV1API_patchNamespacedSecret PATCH /api/v1/namespaces/{namespace}/secrets/{name}
CoreV1API CoreV1API_patchNamespacedService PATCH /api/v1/namespaces/{namespace}/services/{name}
CoreV1API CoreV1API_patchNamespacedServiceAccount PATCH /api/v1/namespaces/{namespace}/serviceaccounts/{name}
CoreV1API CoreV1API_patchNamespacedServiceStatus PATCH /api/v1/namespaces/{namespace}/services/{name}/status
CoreV1API CoreV1API_patchNode PATCH /api/v1/nodes/{name}
CoreV1API CoreV1API_patchNodeStatus PATCH /api/v1/nodes/{name}/status
CoreV1API CoreV1API_patchPersistentVolume PATCH /api/v1/persistentvolumes/{name}
CoreV1API CoreV1API_patchPersistentVolumeStatus PATCH /api/v1/persistentvolumes/{name}/status
CoreV1API CoreV1API_readComponentStatus GET /api/v1/componentstatuses/{name}
CoreV1API CoreV1API_readNamespace GET /api/v1/namespaces/{name}
CoreV1API CoreV1API_readNamespaceStatus GET /api/v1/namespaces/{name}/status
CoreV1API CoreV1API_readNamespacedConfigMap GET /api/v1/namespaces/{namespace}/configmaps/{name}
CoreV1API CoreV1API_readNamespacedEndpoints GET /api/v1/namespaces/{namespace}/endpoints/{name}
CoreV1API CoreV1API_readNamespacedEvent GET /api/v1/namespaces/{namespace}/events/{name}
CoreV1API CoreV1API_readNamespacedLimitRange GET /api/v1/namespaces/{namespace}/limitranges/{name}
CoreV1API CoreV1API_readNamespacedPersistentVolumeClaim GET /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}
CoreV1API CoreV1API_readNamespacedPersistentVolumeClaimStatus GET /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status
CoreV1API CoreV1API_readNamespacedPod GET /api/v1/namespaces/{namespace}/pods/{name}
CoreV1API CoreV1API_readNamespacedPodEphemeralcontainers GET /api/v1/namespaces/{namespace}/pods/{name}/ephemeralcontainers
CoreV1API CoreV1API_readNamespacedPodLog GET /api/v1/namespaces/{namespace}/pods/{name}/log
CoreV1API CoreV1API_readNamespacedPodStatus GET /api/v1/namespaces/{namespace}/pods/{name}/status
CoreV1API CoreV1API_readNamespacedPodTemplate GET /api/v1/namespaces/{namespace}/podtemplates/{name}
CoreV1API CoreV1API_readNamespacedReplicationController GET /api/v1/namespaces/{namespace}/replicationcontrollers/{name}
CoreV1API CoreV1API_readNamespacedReplicationControllerScale GET /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale
CoreV1API CoreV1API_readNamespacedReplicationControllerStatus GET /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status
CoreV1API CoreV1API_readNamespacedResourceQuota GET /api/v1/namespaces/{namespace}/resourcequotas/{name}
CoreV1API CoreV1API_readNamespacedResourceQuotaStatus GET /api/v1/namespaces/{namespace}/resourcequotas/{name}/status
CoreV1API CoreV1API_readNamespacedSecret GET /api/v1/namespaces/{namespace}/secrets/{name}
CoreV1API CoreV1API_readNamespacedService GET /api/v1/namespaces/{namespace}/services/{name}
CoreV1API CoreV1API_readNamespacedServiceAccount GET /api/v1/namespaces/{namespace}/serviceaccounts/{name}
CoreV1API CoreV1API_readNamespacedServiceStatus GET /api/v1/namespaces/{namespace}/services/{name}/status
CoreV1API CoreV1API_readNode GET /api/v1/nodes/{name}
CoreV1API CoreV1API_readNodeStatus GET /api/v1/nodes/{name}/status
CoreV1API CoreV1API_readPersistentVolume GET /api/v1/persistentvolumes/{name}
CoreV1API CoreV1API_readPersistentVolumeStatus GET /api/v1/persistentvolumes/{name}/status
CoreV1API CoreV1API_replaceNamespace PUT /api/v1/namespaces/{name}
CoreV1API CoreV1API_replaceNamespaceFinalize PUT /api/v1/namespaces/{name}/finalize
CoreV1API CoreV1API_replaceNamespaceStatus PUT /api/v1/namespaces/{name}/status
CoreV1API CoreV1API_replaceNamespacedConfigMap PUT /api/v1/namespaces/{namespace}/configmaps/{name}
CoreV1API CoreV1API_replaceNamespacedEndpoints PUT /api/v1/namespaces/{namespace}/endpoints/{name}
CoreV1API CoreV1API_replaceNamespacedEvent PUT /api/v1/namespaces/{namespace}/events/{name}
CoreV1API CoreV1API_replaceNamespacedLimitRange PUT /api/v1/namespaces/{namespace}/limitranges/{name}
CoreV1API CoreV1API_replaceNamespacedPersistentVolumeClaim PUT /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}
CoreV1API CoreV1API_replaceNamespacedPersistentVolumeClaimStatus PUT /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status
CoreV1API CoreV1API_replaceNamespacedPod PUT /api/v1/namespaces/{namespace}/pods/{name}
CoreV1API CoreV1API_replaceNamespacedPodEphemeralcontainers PUT /api/v1/namespaces/{namespace}/pods/{name}/ephemeralcontainers
CoreV1API CoreV1API_replaceNamespacedPodStatus PUT /api/v1/namespaces/{namespace}/pods/{name}/status
CoreV1API CoreV1API_replaceNamespacedPodTemplate PUT /api/v1/namespaces/{namespace}/podtemplates/{name}
CoreV1API CoreV1API_replaceNamespacedReplicationController PUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name}
CoreV1API CoreV1API_replaceNamespacedReplicationControllerScale PUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale
CoreV1API CoreV1API_replaceNamespacedReplicationControllerStatus PUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status
CoreV1API CoreV1API_replaceNamespacedResourceQuota PUT /api/v1/namespaces/{namespace}/resourcequotas/{name}
CoreV1API CoreV1API_replaceNamespacedResourceQuotaStatus PUT /api/v1/namespaces/{namespace}/resourcequotas/{name}/status
CoreV1API CoreV1API_replaceNamespacedSecret PUT /api/v1/namespaces/{namespace}/secrets/{name}
CoreV1API CoreV1API_replaceNamespacedService PUT /api/v1/namespaces/{namespace}/services/{name}
CoreV1API CoreV1API_replaceNamespacedServiceAccount PUT /api/v1/namespaces/{namespace}/serviceaccounts/{name}
CoreV1API CoreV1API_replaceNamespacedServiceStatus PUT /api/v1/namespaces/{namespace}/services/{name}/status
CoreV1API CoreV1API_replaceNode PUT /api/v1/nodes/{name}
CoreV1API CoreV1API_replaceNodeStatus PUT /api/v1/nodes/{name}/status
CoreV1API CoreV1API_replacePersistentVolume PUT /api/v1/persistentvolumes/{name}
CoreV1API CoreV1API_replacePersistentVolumeStatus PUT /api/v1/persistentvolumes/{name}/status
CustomObjectsAPI CustomObjectsAPI_createClusterCustomObject POST /apis/{group}/{version}/{plural}
CustomObjectsAPI CustomObjectsAPI_createNamespacedCustomObject POST /apis/{group}/{version}/namespaces/{namespace}/{plural}
CustomObjectsAPI CustomObjectsAPI_deleteClusterCustomObject DELETE /apis/{group}/{version}/{plural}/{name}
CustomObjectsAPI CustomObjectsAPI_deleteCollectionClusterCustomObject DELETE /apis/{group}/{version}/{plural}
CustomObjectsAPI CustomObjectsAPI_deleteCollectionNamespacedCustomObject DELETE /apis/{group}/{version}/namespaces/{namespace}/{plural}
CustomObjectsAPI CustomObjectsAPI_deleteNamespacedCustomObject DELETE /apis/{group}/{version}/namespaces/{namespace}/{plural}/{name}
CustomObjectsAPI CustomObjectsAPI_getAPIResources_33 GET /apis/{group}/{version}
CustomObjectsAPI CustomObjectsAPI_getClusterCustomObject GET /apis/{group}/{version}/{plural}/{name}
CustomObjectsAPI CustomObjectsAPI_getClusterCustomObjectScale GET /apis/{group}/{version}/{plural}/{name}/scale
CustomObjectsAPI CustomObjectsAPI_getClusterCustomObjectStatus GET /apis/{group}/{version}/{plural}/{name}/status
CustomObjectsAPI CustomObjectsAPI_getNamespacedCustomObject GET /apis/{group}/{version}/namespaces/{namespace}/{plural}/{name}
CustomObjectsAPI CustomObjectsAPI_getNamespacedCustomObjectScale GET /apis/{group}/{version}/namespaces/{namespace}/{plural}/{name}/scale
CustomObjectsAPI CustomObjectsAPI_getNamespacedCustomObjectStatus GET /apis/{group}/{version}/namespaces/{namespace}/{plural}/{name}/status
CustomObjectsAPI CustomObjectsAPI_listClusterCustomObject GET /apis/{group}/{version}/{plural}
CustomObjectsAPI CustomObjectsAPI_listCustomObjectForAllNamespaces GET /apis/{group}/{version}/{plural}#‎
CustomObjectsAPI CustomObjectsAPI_listNamespacedCustomObject GET /apis/{group}/{version}/namespaces/{namespace}/{plural}
CustomObjectsAPI CustomObjectsAPI_patchClusterCustomObject PATCH /apis/{group}/{version}/{plural}/{name}
CustomObjectsAPI CustomObjectsAPI_patchClusterCustomObjectScale PATCH /apis/{group}/{version}/{plural}/{name}/scale
CustomObjectsAPI CustomObjectsAPI_patchClusterCustomObjectStatus PATCH /apis/{group}/{version}/{plural}/{name}/status
CustomObjectsAPI CustomObjectsAPI_patchNamespacedCustomObject PATCH /apis/{group}/{version}/namespaces/{namespace}/{plural}/{name}
CustomObjectsAPI CustomObjectsAPI_patchNamespacedCustomObjectScale PATCH /apis/{group}/{version}/namespaces/{namespace}/{plural}/{name}/scale
CustomObjectsAPI CustomObjectsAPI_patchNamespacedCustomObjectStatus PATCH /apis/{group}/{version}/namespaces/{namespace}/{plural}/{name}/status
CustomObjectsAPI CustomObjectsAPI_replaceClusterCustomObject PUT /apis/{group}/{version}/{plural}/{name}
CustomObjectsAPI CustomObjectsAPI_replaceClusterCustomObjectScale PUT /apis/{group}/{version}/{plural}/{name}/scale
CustomObjectsAPI CustomObjectsAPI_replaceClusterCustomObjectStatus PUT /apis/{group}/{version}/{plural}/{name}/status
CustomObjectsAPI CustomObjectsAPI_replaceNamespacedCustomObject PUT /apis/{group}/{version}/namespaces/{namespace}/{plural}/{name}
CustomObjectsAPI CustomObjectsAPI_replaceNamespacedCustomObjectScale PUT /apis/{group}/{version}/namespaces/{namespace}/{plural}/{name}/scale
CustomObjectsAPI CustomObjectsAPI_replaceNamespacedCustomObjectStatus PUT /apis/{group}/{version}/namespaces/{namespace}/{plural}/{name}/status
DiscoveryAPI DiscoveryAPI_getAPIGroup_9 GET /apis/discovery.k8s.io/
DiscoveryV1API DiscoveryV1API_createNamespacedEndpointSlice POST /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices
DiscoveryV1API DiscoveryV1API_deleteCollectionNamespacedEndpointSlice DELETE /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices
DiscoveryV1API DiscoveryV1API_deleteNamespacedEndpointSlice DELETE /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices/{name}
DiscoveryV1API DiscoveryV1API_getAPIResources_17 GET /apis/discovery.k8s.io/v1/
DiscoveryV1API DiscoveryV1API_listEndpointSliceForAllNamespaces GET /apis/discovery.k8s.io/v1/endpointslices
DiscoveryV1API DiscoveryV1API_listNamespacedEndpointSlice GET /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices
DiscoveryV1API DiscoveryV1API_patchNamespacedEndpointSlice PATCH /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices/{name}
DiscoveryV1API DiscoveryV1API_readNamespacedEndpointSlice GET /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices/{name}
DiscoveryV1API DiscoveryV1API_replaceNamespacedEndpointSlice PUT /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices/{name}
EventsAPI EventsAPI_getAPIGroup_10 GET /apis/events.k8s.io/
EventsV1API EventsV1API_createNamespacedEvent_0 POST /apis/events.k8s.io/v1/namespaces/{namespace}/events
EventsV1API EventsV1API_deleteCollectionNamespacedEvent_0 DELETE /apis/events.k8s.io/v1/namespaces/{namespace}/events
EventsV1API EventsV1API_deleteNamespacedEvent_0 DELETE /apis/events.k8s.io/v1/namespaces/{namespace}/events/{name}
EventsV1API EventsV1API_getAPIResources_18 GET /apis/events.k8s.io/v1/
EventsV1API EventsV1API_listEventForAllNamespaces_0 GET /apis/events.k8s.io/v1/events
EventsV1API EventsV1API_listNamespacedEvent_0 GET /apis/events.k8s.io/v1/namespaces/{namespace}/events
EventsV1API EventsV1API_patchNamespacedEvent_0 PATCH /apis/events.k8s.io/v1/namespaces/{namespace}/events/{name}
EventsV1API EventsV1API_readNamespacedEvent_0 GET /apis/events.k8s.io/v1/namespaces/{namespace}/events/{name}
EventsV1API EventsV1API_replaceNamespacedEvent_0 PUT /apis/events.k8s.io/v1/namespaces/{namespace}/events/{name}
FlowcontrolApiserverAPI FlowcontrolApiserverAPI_getAPIGroup_11 GET /apis/flowcontrol.apiserver.k8s.io/
FlowcontrolApiserverV1API FlowcontrolApiserverV1API_createFlowSchema POST /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas
FlowcontrolApiserverV1API FlowcontrolApiserverV1API_createPriorityLevelConfiguration POST /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations
FlowcontrolApiserverV1API FlowcontrolApiserverV1API_deleteCollectionFlowSchema DELETE /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas
FlowcontrolApiserverV1API FlowcontrolApiserverV1API_deleteCollectionPriorityLevelConfiguration DELETE /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations
FlowcontrolApiserverV1API FlowcontrolApiserverV1API_deleteFlowSchema DELETE /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/{name}
FlowcontrolApiserverV1API FlowcontrolApiserverV1API_deletePriorityLevelConfiguration DELETE /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/{name}
FlowcontrolApiserverV1API FlowcontrolApiserverV1API_getAPIResources_19 GET /apis/flowcontrol.apiserver.k8s.io/v1/
FlowcontrolApiserverV1API FlowcontrolApiserverV1API_listFlowSchema GET /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas
FlowcontrolApiserverV1API FlowcontrolApiserverV1API_listPriorityLevelConfiguration GET /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations
FlowcontrolApiserverV1API FlowcontrolApiserverV1API_patchFlowSchema PATCH /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/{name}
FlowcontrolApiserverV1API FlowcontrolApiserverV1API_patchFlowSchemaStatus PATCH /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/{name}/status
FlowcontrolApiserverV1API FlowcontrolApiserverV1API_patchPriorityLevelConfiguration PATCH /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/{name}
FlowcontrolApiserverV1API FlowcontrolApiserverV1API_patchPriorityLevelConfigurationStatus PATCH /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/{name}/status
FlowcontrolApiserverV1API FlowcontrolApiserverV1API_readFlowSchema GET /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/{name}
FlowcontrolApiserverV1API FlowcontrolApiserverV1API_readFlowSchemaStatus GET /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/{name}/status
FlowcontrolApiserverV1API FlowcontrolApiserverV1API_readPriorityLevelConfiguration GET /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/{name}
FlowcontrolApiserverV1API FlowcontrolApiserverV1API_readPriorityLevelConfigurationStatus GET /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/{name}/status
FlowcontrolApiserverV1API FlowcontrolApiserverV1API_replaceFlowSchema PUT /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/{name}
FlowcontrolApiserverV1API FlowcontrolApiserverV1API_replaceFlowSchemaStatus PUT /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/{name}/status
FlowcontrolApiserverV1API FlowcontrolApiserverV1API_replacePriorityLevelConfiguration PUT /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/{name}
FlowcontrolApiserverV1API FlowcontrolApiserverV1API_replacePriorityLevelConfigurationStatus PUT /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/{name}/status
FlowcontrolApiserverV1beta3API FlowcontrolApiserverV1beta3API_createFlowSchema_0 POST /apis/flowcontrol.apiserver.k8s.io/v1beta3/flowschemas
FlowcontrolApiserverV1beta3API FlowcontrolApiserverV1beta3API_createPriorityLevelConfiguration_0 POST /apis/flowcontrol.apiserver.k8s.io/v1beta3/prioritylevelconfigurations
FlowcontrolApiserverV1beta3API FlowcontrolApiserverV1beta3API_deleteCollectionFlowSchema_0 DELETE /apis/flowcontrol.apiserver.k8s.io/v1beta3/flowschemas
FlowcontrolApiserverV1beta3API FlowcontrolApiserverV1beta3API_deleteCollectionPriorityLevelConfiguration_0 DELETE /apis/flowcontrol.apiserver.k8s.io/v1beta3/prioritylevelconfigurations
FlowcontrolApiserverV1beta3API FlowcontrolApiserverV1beta3API_deleteFlowSchema_0 DELETE /apis/flowcontrol.apiserver.k8s.io/v1beta3/flowschemas/{name}
FlowcontrolApiserverV1beta3API FlowcontrolApiserverV1beta3API_deletePriorityLevelConfiguration_0 DELETE /apis/flowcontrol.apiserver.k8s.io/v1beta3/prioritylevelconfigurations/{name}
FlowcontrolApiserverV1beta3API FlowcontrolApiserverV1beta3API_getAPIResources_20 GET /apis/flowcontrol.apiserver.k8s.io/v1beta3/
FlowcontrolApiserverV1beta3API FlowcontrolApiserverV1beta3API_listFlowSchema_0 GET /apis/flowcontrol.apiserver.k8s.io/v1beta3/flowschemas
FlowcontrolApiserverV1beta3API FlowcontrolApiserverV1beta3API_listPriorityLevelConfiguration_0 GET /apis/flowcontrol.apiserver.k8s.io/v1beta3/prioritylevelconfigurations
FlowcontrolApiserverV1beta3API FlowcontrolApiserverV1beta3API_patchFlowSchemaStatus_0 PATCH /apis/flowcontrol.apiserver.k8s.io/v1beta3/flowschemas/{name}/status
FlowcontrolApiserverV1beta3API FlowcontrolApiserverV1beta3API_patchFlowSchema_0 PATCH /apis/flowcontrol.apiserver.k8s.io/v1beta3/flowschemas/{name}
FlowcontrolApiserverV1beta3API FlowcontrolApiserverV1beta3API_patchPriorityLevelConfigurationStatus_0 PATCH /apis/flowcontrol.apiserver.k8s.io/v1beta3/prioritylevelconfigurations/{name}/status
FlowcontrolApiserverV1beta3API FlowcontrolApiserverV1beta3API_patchPriorityLevelConfiguration_0 PATCH /apis/flowcontrol.apiserver.k8s.io/v1beta3/prioritylevelconfigurations/{name}
FlowcontrolApiserverV1beta3API FlowcontrolApiserverV1beta3API_readFlowSchemaStatus_0 GET /apis/flowcontrol.apiserver.k8s.io/v1beta3/flowschemas/{name}/status
FlowcontrolApiserverV1beta3API FlowcontrolApiserverV1beta3API_readFlowSchema_0 GET /apis/flowcontrol.apiserver.k8s.io/v1beta3/flowschemas/{name}
FlowcontrolApiserverV1beta3API FlowcontrolApiserverV1beta3API_readPriorityLevelConfigurationStatus_0 GET /apis/flowcontrol.apiserver.k8s.io/v1beta3/prioritylevelconfigurations/{name}/status
FlowcontrolApiserverV1beta3API FlowcontrolApiserverV1beta3API_readPriorityLevelConfiguration_0 GET /apis/flowcontrol.apiserver.k8s.io/v1beta3/prioritylevelconfigurations/{name}
FlowcontrolApiserverV1beta3API FlowcontrolApiserverV1beta3API_replaceFlowSchemaStatus_0 PUT /apis/flowcontrol.apiserver.k8s.io/v1beta3/flowschemas/{name}/status
FlowcontrolApiserverV1beta3API FlowcontrolApiserverV1beta3API_replaceFlowSchema_0 PUT /apis/flowcontrol.apiserver.k8s.io/v1beta3/flowschemas/{name}
FlowcontrolApiserverV1beta3API FlowcontrolApiserverV1beta3API_replacePriorityLevelConfigurationStatus_0 PUT /apis/flowcontrol.apiserver.k8s.io/v1beta3/prioritylevelconfigurations/{name}/status
FlowcontrolApiserverV1beta3API FlowcontrolApiserverV1beta3API_replacePriorityLevelConfiguration_0 PUT /apis/flowcontrol.apiserver.k8s.io/v1beta3/prioritylevelconfigurations/{name}
InternalApiserverAPI InternalApiserverAPI_getAPIGroup_12 GET /apis/internal.apiserver.k8s.io/
InternalApiserverV1alpha1API InternalApiserverV1alpha1API_createStorageVersion POST /apis/internal.apiserver.k8s.io/v1alpha1/storageversions
InternalApiserverV1alpha1API InternalApiserverV1alpha1API_deleteCollectionStorageVersion DELETE /apis/internal.apiserver.k8s.io/v1alpha1/storageversions
InternalApiserverV1alpha1API InternalApiserverV1alpha1API_deleteStorageVersion DELETE /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name}
InternalApiserverV1alpha1API InternalApiserverV1alpha1API_getAPIResources_21 GET /apis/internal.apiserver.k8s.io/v1alpha1/
InternalApiserverV1alpha1API InternalApiserverV1alpha1API_listStorageVersion GET /apis/internal.apiserver.k8s.io/v1alpha1/storageversions
InternalApiserverV1alpha1API InternalApiserverV1alpha1API_patchStorageVersion PATCH /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name}
InternalApiserverV1alpha1API InternalApiserverV1alpha1API_patchStorageVersionStatus PATCH /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name}/status
InternalApiserverV1alpha1API InternalApiserverV1alpha1API_readStorageVersion GET /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name}
InternalApiserverV1alpha1API InternalApiserverV1alpha1API_readStorageVersionStatus GET /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name}/status
InternalApiserverV1alpha1API InternalApiserverV1alpha1API_replaceStorageVersion PUT /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name}
InternalApiserverV1alpha1API InternalApiserverV1alpha1API_replaceStorageVersionStatus PUT /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name}/status
LogsAPI LogsAPI_logFileHandler GET /logs/{logpath}
LogsAPI LogsAPI_logFileListHandler GET /logs/
NetworkingAPI NetworkingAPI_getAPIGroup_13 GET /apis/networking.k8s.io/
NetworkingV1API NetworkingV1API_createIngressClass POST /apis/networking.k8s.io/v1/ingressclasses
NetworkingV1API NetworkingV1API_createNamespacedIngress POST /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses
NetworkingV1API NetworkingV1API_createNamespacedNetworkPolicy POST /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies
NetworkingV1API NetworkingV1API_deleteCollectionIngressClass DELETE /apis/networking.k8s.io/v1/ingressclasses
NetworkingV1API NetworkingV1API_deleteCollectionNamespacedIngress DELETE /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses
NetworkingV1API NetworkingV1API_deleteCollectionNamespacedNetworkPolicy DELETE /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies
NetworkingV1API NetworkingV1API_deleteIngressClass DELETE /apis/networking.k8s.io/v1/ingressclasses/{name}
NetworkingV1API NetworkingV1API_deleteNamespacedIngress DELETE /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}
NetworkingV1API NetworkingV1API_deleteNamespacedNetworkPolicy DELETE /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name}
NetworkingV1API NetworkingV1API_getAPIResources_22 GET /apis/networking.k8s.io/v1/
NetworkingV1API NetworkingV1API_listIngressClass GET /apis/networking.k8s.io/v1/ingressclasses
NetworkingV1API NetworkingV1API_listIngressForAllNamespaces GET /apis/networking.k8s.io/v1/ingresses
NetworkingV1API NetworkingV1API_listNamespacedIngress GET /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses
NetworkingV1API NetworkingV1API_listNamespacedNetworkPolicy GET /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies
NetworkingV1API NetworkingV1API_listNetworkPolicyForAllNamespaces GET /apis/networking.k8s.io/v1/networkpolicies
NetworkingV1API NetworkingV1API_patchIngressClass PATCH /apis/networking.k8s.io/v1/ingressclasses/{name}
NetworkingV1API NetworkingV1API_patchNamespacedIngress PATCH /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}
NetworkingV1API NetworkingV1API_patchNamespacedIngressStatus PATCH /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}/status
NetworkingV1API NetworkingV1API_patchNamespacedNetworkPolicy PATCH /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name}
NetworkingV1API NetworkingV1API_readIngressClass GET /apis/networking.k8s.io/v1/ingressclasses/{name}
NetworkingV1API NetworkingV1API_readNamespacedIngress GET /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}
NetworkingV1API NetworkingV1API_readNamespacedIngressStatus GET /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}/status
NetworkingV1API NetworkingV1API_readNamespacedNetworkPolicy GET /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name}
NetworkingV1API NetworkingV1API_replaceIngressClass PUT /apis/networking.k8s.io/v1/ingressclasses/{name}
NetworkingV1API NetworkingV1API_replaceNamespacedIngress PUT /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}
NetworkingV1API NetworkingV1API_replaceNamespacedIngressStatus PUT /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}/status
NetworkingV1API NetworkingV1API_replaceNamespacedNetworkPolicy PUT /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name}
NetworkingV1beta1API NetworkingV1beta1API_createIPAddress POST /apis/networking.k8s.io/v1beta1/ipaddresses
NetworkingV1beta1API NetworkingV1beta1API_createServiceCIDR POST /apis/networking.k8s.io/v1beta1/servicecidrs
NetworkingV1beta1API NetworkingV1beta1API_deleteCollectionIPAddress DELETE /apis/networking.k8s.io/v1beta1/ipaddresses
NetworkingV1beta1API NetworkingV1beta1API_deleteCollectionServiceCIDR DELETE /apis/networking.k8s.io/v1beta1/servicecidrs
NetworkingV1beta1API NetworkingV1beta1API_deleteIPAddress DELETE /apis/networking.k8s.io/v1beta1/ipaddresses/{name}
NetworkingV1beta1API NetworkingV1beta1API_deleteServiceCIDR DELETE /apis/networking.k8s.io/v1beta1/servicecidrs/{name}
NetworkingV1beta1API NetworkingV1beta1API_getAPIResources_23 GET /apis/networking.k8s.io/v1beta1/
NetworkingV1beta1API NetworkingV1beta1API_listIPAddress GET /apis/networking.k8s.io/v1beta1/ipaddresses
NetworkingV1beta1API NetworkingV1beta1API_listServiceCIDR GET /apis/networking.k8s.io/v1beta1/servicecidrs
NetworkingV1beta1API NetworkingV1beta1API_patchIPAddress PATCH /apis/networking.k8s.io/v1beta1/ipaddresses/{name}
NetworkingV1beta1API NetworkingV1beta1API_patchServiceCIDR PATCH /apis/networking.k8s.io/v1beta1/servicecidrs/{name}
NetworkingV1beta1API NetworkingV1beta1API_patchServiceCIDRStatus PATCH /apis/networking.k8s.io/v1beta1/servicecidrs/{name}/status
NetworkingV1beta1API NetworkingV1beta1API_readIPAddress GET /apis/networking.k8s.io/v1beta1/ipaddresses/{name}
NetworkingV1beta1API NetworkingV1beta1API_readServiceCIDR GET /apis/networking.k8s.io/v1beta1/servicecidrs/{name}
NetworkingV1beta1API NetworkingV1beta1API_readServiceCIDRStatus GET /apis/networking.k8s.io/v1beta1/servicecidrs/{name}/status
NetworkingV1beta1API NetworkingV1beta1API_replaceIPAddress PUT /apis/networking.k8s.io/v1beta1/ipaddresses/{name}
NetworkingV1beta1API NetworkingV1beta1API_replaceServiceCIDR PUT /apis/networking.k8s.io/v1beta1/servicecidrs/{name}
NetworkingV1beta1API NetworkingV1beta1API_replaceServiceCIDRStatus PUT /apis/networking.k8s.io/v1beta1/servicecidrs/{name}/status
NodeAPI NodeAPI_getAPIGroup_14 GET /apis/node.k8s.io/
NodeV1API NodeV1API_createRuntimeClass POST /apis/node.k8s.io/v1/runtimeclasses
NodeV1API NodeV1API_deleteCollectionRuntimeClass DELETE /apis/node.k8s.io/v1/runtimeclasses
NodeV1API NodeV1API_deleteRuntimeClass DELETE /apis/node.k8s.io/v1/runtimeclasses/{name}
NodeV1API NodeV1API_getAPIResources_24 GET /apis/node.k8s.io/v1/
NodeV1API NodeV1API_listRuntimeClass GET /apis/node.k8s.io/v1/runtimeclasses
NodeV1API NodeV1API_patchRuntimeClass PATCH /apis/node.k8s.io/v1/runtimeclasses/{name}
NodeV1API NodeV1API_readRuntimeClass GET /apis/node.k8s.io/v1/runtimeclasses/{name}
NodeV1API NodeV1API_replaceRuntimeClass PUT /apis/node.k8s.io/v1/runtimeclasses/{name}
OpenidAPI OpenidAPI_getServiceAccountIssuerOpenIDKeyset GET /openid/v1/jwks
PolicyAPI PolicyAPI_getAPIGroup_15 GET /apis/policy/
PolicyV1API PolicyV1API_createNamespacedPodDisruptionBudget POST /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets
PolicyV1API PolicyV1API_deleteCollectionNamespacedPodDisruptionBudget DELETE /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets
PolicyV1API PolicyV1API_deleteNamespacedPodDisruptionBudget DELETE /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}
PolicyV1API PolicyV1API_getAPIResources_25 GET /apis/policy/v1/
PolicyV1API PolicyV1API_listNamespacedPodDisruptionBudget GET /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets
PolicyV1API PolicyV1API_listPodDisruptionBudgetForAllNamespaces GET /apis/policy/v1/poddisruptionbudgets
PolicyV1API PolicyV1API_patchNamespacedPodDisruptionBudget PATCH /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}
PolicyV1API PolicyV1API_patchNamespacedPodDisruptionBudgetStatus PATCH /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}/status
PolicyV1API PolicyV1API_readNamespacedPodDisruptionBudget GET /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}
PolicyV1API PolicyV1API_readNamespacedPodDisruptionBudgetStatus GET /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}/status
PolicyV1API PolicyV1API_replaceNamespacedPodDisruptionBudget PUT /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}
PolicyV1API PolicyV1API_replaceNamespacedPodDisruptionBudgetStatus PUT /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}/status
RbacAuthorizationAPI RbacAuthorizationAPI_getAPIGroup_16 GET /apis/rbac.authorization.k8s.io/
RbacAuthorizationV1API RbacAuthorizationV1API_createClusterRole POST /apis/rbac.authorization.k8s.io/v1/clusterroles
RbacAuthorizationV1API RbacAuthorizationV1API_createClusterRoleBinding POST /apis/rbac.authorization.k8s.io/v1/clusterrolebindings
RbacAuthorizationV1API RbacAuthorizationV1API_createNamespacedRole POST /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles
RbacAuthorizationV1API RbacAuthorizationV1API_createNamespacedRoleBinding POST /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings
RbacAuthorizationV1API RbacAuthorizationV1API_deleteClusterRole DELETE /apis/rbac.authorization.k8s.io/v1/clusterroles/{name}
RbacAuthorizationV1API RbacAuthorizationV1API_deleteClusterRoleBinding DELETE /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name}
RbacAuthorizationV1API RbacAuthorizationV1API_deleteCollectionClusterRole DELETE /apis/rbac.authorization.k8s.io/v1/clusterroles
RbacAuthorizationV1API RbacAuthorizationV1API_deleteCollectionClusterRoleBinding DELETE /apis/rbac.authorization.k8s.io/v1/clusterrolebindings
RbacAuthorizationV1API RbacAuthorizationV1API_deleteCollectionNamespacedRole DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles
RbacAuthorizationV1API RbacAuthorizationV1API_deleteCollectionNamespacedRoleBinding DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings
RbacAuthorizationV1API RbacAuthorizationV1API_deleteNamespacedRole DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name}
RbacAuthorizationV1API RbacAuthorizationV1API_deleteNamespacedRoleBinding DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name}
RbacAuthorizationV1API RbacAuthorizationV1API_getAPIResources_26 GET /apis/rbac.authorization.k8s.io/v1/
RbacAuthorizationV1API RbacAuthorizationV1API_listClusterRole GET /apis/rbac.authorization.k8s.io/v1/clusterroles
RbacAuthorizationV1API RbacAuthorizationV1API_listClusterRoleBinding GET /apis/rbac.authorization.k8s.io/v1/clusterrolebindings
RbacAuthorizationV1API RbacAuthorizationV1API_listNamespacedRole GET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles
RbacAuthorizationV1API RbacAuthorizationV1API_listNamespacedRoleBinding GET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings
RbacAuthorizationV1API RbacAuthorizationV1API_listRoleBindingForAllNamespaces GET /apis/rbac.authorization.k8s.io/v1/rolebindings
RbacAuthorizationV1API RbacAuthorizationV1API_listRoleForAllNamespaces GET /apis/rbac.authorization.k8s.io/v1/roles
RbacAuthorizationV1API RbacAuthorizationV1API_patchClusterRole PATCH /apis/rbac.authorization.k8s.io/v1/clusterroles/{name}
RbacAuthorizationV1API RbacAuthorizationV1API_patchClusterRoleBinding PATCH /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name}
RbacAuthorizationV1API RbacAuthorizationV1API_patchNamespacedRole PATCH /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name}
RbacAuthorizationV1API RbacAuthorizationV1API_patchNamespacedRoleBinding PATCH /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name}
RbacAuthorizationV1API RbacAuthorizationV1API_readClusterRole GET /apis/rbac.authorization.k8s.io/v1/clusterroles/{name}
RbacAuthorizationV1API RbacAuthorizationV1API_readClusterRoleBinding GET /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name}
RbacAuthorizationV1API RbacAuthorizationV1API_readNamespacedRole GET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name}
RbacAuthorizationV1API RbacAuthorizationV1API_readNamespacedRoleBinding GET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name}
RbacAuthorizationV1API RbacAuthorizationV1API_replaceClusterRole PUT /apis/rbac.authorization.k8s.io/v1/clusterroles/{name}
RbacAuthorizationV1API RbacAuthorizationV1API_replaceClusterRoleBinding PUT /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name}
RbacAuthorizationV1API RbacAuthorizationV1API_replaceNamespacedRole PUT /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name}
RbacAuthorizationV1API RbacAuthorizationV1API_replaceNamespacedRoleBinding PUT /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name}
ResourceAPI ResourceAPI_getAPIGroup_17 GET /apis/resource.k8s.io/
ResourceV1alpha3API ResourceV1alpha3API_createDeviceClass POST /apis/resource.k8s.io/v1alpha3/deviceclasses
ResourceV1alpha3API ResourceV1alpha3API_createNamespacedPodSchedulingContext POST /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/podschedulingcontexts
ResourceV1alpha3API ResourceV1alpha3API_createNamespacedResourceClaim POST /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/resourceclaims
ResourceV1alpha3API ResourceV1alpha3API_createNamespacedResourceClaimTemplate POST /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/resourceclaimtemplates
ResourceV1alpha3API ResourceV1alpha3API_createResourceSlice POST /apis/resource.k8s.io/v1alpha3/resourceslices
ResourceV1alpha3API ResourceV1alpha3API_deleteCollectionDeviceClass DELETE /apis/resource.k8s.io/v1alpha3/deviceclasses
ResourceV1alpha3API ResourceV1alpha3API_deleteCollectionNamespacedPodSchedulingContext DELETE /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/podschedulingcontexts
ResourceV1alpha3API ResourceV1alpha3API_deleteCollectionNamespacedResourceClaim DELETE /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/resourceclaims
ResourceV1alpha3API ResourceV1alpha3API_deleteCollectionNamespacedResourceClaimTemplate DELETE /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/resourceclaimtemplates
ResourceV1alpha3API ResourceV1alpha3API_deleteCollectionResourceSlice DELETE /apis/resource.k8s.io/v1alpha3/resourceslices
ResourceV1alpha3API ResourceV1alpha3API_deleteDeviceClass DELETE /apis/resource.k8s.io/v1alpha3/deviceclasses/{name}
ResourceV1alpha3API ResourceV1alpha3API_deleteNamespacedPodSchedulingContext DELETE /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/podschedulingcontexts/{name}
ResourceV1alpha3API ResourceV1alpha3API_deleteNamespacedResourceClaim DELETE /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/resourceclaims/{name}
ResourceV1alpha3API ResourceV1alpha3API_deleteNamespacedResourceClaimTemplate DELETE /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/resourceclaimtemplates/{name}
ResourceV1alpha3API ResourceV1alpha3API_deleteResourceSlice DELETE /apis/resource.k8s.io/v1alpha3/resourceslices/{name}
ResourceV1alpha3API ResourceV1alpha3API_getAPIResources_27 GET /apis/resource.k8s.io/v1alpha3/
ResourceV1alpha3API ResourceV1alpha3API_listDeviceClass GET /apis/resource.k8s.io/v1alpha3/deviceclasses
ResourceV1alpha3API ResourceV1alpha3API_listNamespacedPodSchedulingContext GET /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/podschedulingcontexts
ResourceV1alpha3API ResourceV1alpha3API_listNamespacedResourceClaim GET /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/resourceclaims
ResourceV1alpha3API ResourceV1alpha3API_listNamespacedResourceClaimTemplate GET /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/resourceclaimtemplates
ResourceV1alpha3API ResourceV1alpha3API_listPodSchedulingContextForAllNamespaces GET /apis/resource.k8s.io/v1alpha3/podschedulingcontexts
ResourceV1alpha3API ResourceV1alpha3API_listResourceClaimForAllNamespaces GET /apis/resource.k8s.io/v1alpha3/resourceclaims
ResourceV1alpha3API ResourceV1alpha3API_listResourceClaimTemplateForAllNamespaces GET /apis/resource.k8s.io/v1alpha3/resourceclaimtemplates
ResourceV1alpha3API ResourceV1alpha3API_listResourceSlice GET /apis/resource.k8s.io/v1alpha3/resourceslices
ResourceV1alpha3API ResourceV1alpha3API_patchDeviceClass PATCH /apis/resource.k8s.io/v1alpha3/deviceclasses/{name}
ResourceV1alpha3API ResourceV1alpha3API_patchNamespacedPodSchedulingContext PATCH /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/podschedulingcontexts/{name}
ResourceV1alpha3API ResourceV1alpha3API_patchNamespacedPodSchedulingContextStatus PATCH /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/podschedulingcontexts/{name}/status
ResourceV1alpha3API ResourceV1alpha3API_patchNamespacedResourceClaim PATCH /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/resourceclaims/{name}
ResourceV1alpha3API ResourceV1alpha3API_patchNamespacedResourceClaimStatus PATCH /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/resourceclaims/{name}/status
ResourceV1alpha3API ResourceV1alpha3API_patchNamespacedResourceClaimTemplate PATCH /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/resourceclaimtemplates/{name}
ResourceV1alpha3API ResourceV1alpha3API_patchResourceSlice PATCH /apis/resource.k8s.io/v1alpha3/resourceslices/{name}
ResourceV1alpha3API ResourceV1alpha3API_readDeviceClass GET /apis/resource.k8s.io/v1alpha3/deviceclasses/{name}
ResourceV1alpha3API ResourceV1alpha3API_readNamespacedPodSchedulingContext GET /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/podschedulingcontexts/{name}
ResourceV1alpha3API ResourceV1alpha3API_readNamespacedPodSchedulingContextStatus GET /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/podschedulingcontexts/{name}/status
ResourceV1alpha3API ResourceV1alpha3API_readNamespacedResourceClaim GET /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/resourceclaims/{name}
ResourceV1alpha3API ResourceV1alpha3API_readNamespacedResourceClaimStatus GET /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/resourceclaims/{name}/status
ResourceV1alpha3API ResourceV1alpha3API_readNamespacedResourceClaimTemplate GET /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/resourceclaimtemplates/{name}
ResourceV1alpha3API ResourceV1alpha3API_readResourceSlice GET /apis/resource.k8s.io/v1alpha3/resourceslices/{name}
ResourceV1alpha3API ResourceV1alpha3API_replaceDeviceClass PUT /apis/resource.k8s.io/v1alpha3/deviceclasses/{name}
ResourceV1alpha3API ResourceV1alpha3API_replaceNamespacedPodSchedulingContext PUT /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/podschedulingcontexts/{name}
ResourceV1alpha3API ResourceV1alpha3API_replaceNamespacedPodSchedulingContextStatus PUT /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/podschedulingcontexts/{name}/status
ResourceV1alpha3API ResourceV1alpha3API_replaceNamespacedResourceClaim PUT /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/resourceclaims/{name}
ResourceV1alpha3API ResourceV1alpha3API_replaceNamespacedResourceClaimStatus PUT /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/resourceclaims/{name}/status
ResourceV1alpha3API ResourceV1alpha3API_replaceNamespacedResourceClaimTemplate PUT /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/resourceclaimtemplates/{name}
ResourceV1alpha3API ResourceV1alpha3API_replaceResourceSlice PUT /apis/resource.k8s.io/v1alpha3/resourceslices/{name}
SchedulingAPI SchedulingAPI_getAPIGroup_18 GET /apis/scheduling.k8s.io/
SchedulingV1API SchedulingV1API_createPriorityClass POST /apis/scheduling.k8s.io/v1/priorityclasses
SchedulingV1API SchedulingV1API_deleteCollectionPriorityClass DELETE /apis/scheduling.k8s.io/v1/priorityclasses
SchedulingV1API SchedulingV1API_deletePriorityClass DELETE /apis/scheduling.k8s.io/v1/priorityclasses/{name}
SchedulingV1API SchedulingV1API_getAPIResources_28 GET /apis/scheduling.k8s.io/v1/
SchedulingV1API SchedulingV1API_listPriorityClass GET /apis/scheduling.k8s.io/v1/priorityclasses
SchedulingV1API SchedulingV1API_patchPriorityClass PATCH /apis/scheduling.k8s.io/v1/priorityclasses/{name}
SchedulingV1API SchedulingV1API_readPriorityClass GET /apis/scheduling.k8s.io/v1/priorityclasses/{name}
SchedulingV1API SchedulingV1API_replacePriorityClass PUT /apis/scheduling.k8s.io/v1/priorityclasses/{name}
StorageAPI StorageAPI_getAPIGroup_19 GET /apis/storage.k8s.io/
StorageV1API StorageV1API_createCSIDriver POST /apis/storage.k8s.io/v1/csidrivers
StorageV1API StorageV1API_createCSINode POST /apis/storage.k8s.io/v1/csinodes
StorageV1API StorageV1API_createNamespacedCSIStorageCapacity POST /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities
StorageV1API StorageV1API_createStorageClass POST /apis/storage.k8s.io/v1/storageclasses
StorageV1API StorageV1API_createVolumeAttachment POST /apis/storage.k8s.io/v1/volumeattachments
StorageV1API StorageV1API_deleteCSIDriver DELETE /apis/storage.k8s.io/v1/csidrivers/{name}
StorageV1API StorageV1API_deleteCSINode DELETE /apis/storage.k8s.io/v1/csinodes/{name}
StorageV1API StorageV1API_deleteCollectionCSIDriver DELETE /apis/storage.k8s.io/v1/csidrivers
StorageV1API StorageV1API_deleteCollectionCSINode DELETE /apis/storage.k8s.io/v1/csinodes
StorageV1API StorageV1API_deleteCollectionNamespacedCSIStorageCapacity DELETE /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities
StorageV1API StorageV1API_deleteCollectionStorageClass DELETE /apis/storage.k8s.io/v1/storageclasses
StorageV1API StorageV1API_deleteCollectionVolumeAttachment DELETE /apis/storage.k8s.io/v1/volumeattachments
StorageV1API StorageV1API_deleteNamespacedCSIStorageCapacity DELETE /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities/{name}
StorageV1API StorageV1API_deleteStorageClass DELETE /apis/storage.k8s.io/v1/storageclasses/{name}
StorageV1API StorageV1API_deleteVolumeAttachment DELETE /apis/storage.k8s.io/v1/volumeattachments/{name}
StorageV1API StorageV1API_getAPIResources_29 GET /apis/storage.k8s.io/v1/
StorageV1API StorageV1API_listCSIDriver GET /apis/storage.k8s.io/v1/csidrivers
StorageV1API StorageV1API_listCSINode GET /apis/storage.k8s.io/v1/csinodes
StorageV1API StorageV1API_listCSIStorageCapacityForAllNamespaces GET /apis/storage.k8s.io/v1/csistoragecapacities
StorageV1API StorageV1API_listNamespacedCSIStorageCapacity GET /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities
StorageV1API StorageV1API_listStorageClass GET /apis/storage.k8s.io/v1/storageclasses
StorageV1API StorageV1API_listVolumeAttachment GET /apis/storage.k8s.io/v1/volumeattachments
StorageV1API StorageV1API_patchCSIDriver PATCH /apis/storage.k8s.io/v1/csidrivers/{name}
StorageV1API StorageV1API_patchCSINode PATCH /apis/storage.k8s.io/v1/csinodes/{name}
StorageV1API StorageV1API_patchNamespacedCSIStorageCapacity PATCH /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities/{name}
StorageV1API StorageV1API_patchStorageClass PATCH /apis/storage.k8s.io/v1/storageclasses/{name}
StorageV1API StorageV1API_patchVolumeAttachment PATCH /apis/storage.k8s.io/v1/volumeattachments/{name}
StorageV1API StorageV1API_patchVolumeAttachmentStatus PATCH /apis/storage.k8s.io/v1/volumeattachments/{name}/status
StorageV1API StorageV1API_readCSIDriver GET /apis/storage.k8s.io/v1/csidrivers/{name}
StorageV1API StorageV1API_readCSINode GET /apis/storage.k8s.io/v1/csinodes/{name}
StorageV1API StorageV1API_readNamespacedCSIStorageCapacity GET /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities/{name}
StorageV1API StorageV1API_readStorageClass GET /apis/storage.k8s.io/v1/storageclasses/{name}
StorageV1API StorageV1API_readVolumeAttachment GET /apis/storage.k8s.io/v1/volumeattachments/{name}
StorageV1API StorageV1API_readVolumeAttachmentStatus GET /apis/storage.k8s.io/v1/volumeattachments/{name}/status
StorageV1API StorageV1API_replaceCSIDriver PUT /apis/storage.k8s.io/v1/csidrivers/{name}
StorageV1API StorageV1API_replaceCSINode PUT /apis/storage.k8s.io/v1/csinodes/{name}
StorageV1API StorageV1API_replaceNamespacedCSIStorageCapacity PUT /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities/{name}
StorageV1API StorageV1API_replaceStorageClass PUT /apis/storage.k8s.io/v1/storageclasses/{name}
StorageV1API StorageV1API_replaceVolumeAttachment PUT /apis/storage.k8s.io/v1/volumeattachments/{name}
StorageV1API StorageV1API_replaceVolumeAttachmentStatus PUT /apis/storage.k8s.io/v1/volumeattachments/{name}/status
StorageV1alpha1API StorageV1alpha1API_createVolumeAttributesClass POST /apis/storage.k8s.io/v1alpha1/volumeattributesclasses
StorageV1alpha1API StorageV1alpha1API_deleteCollectionVolumeAttributesClass DELETE /apis/storage.k8s.io/v1alpha1/volumeattributesclasses
StorageV1alpha1API StorageV1alpha1API_deleteVolumeAttributesClass DELETE /apis/storage.k8s.io/v1alpha1/volumeattributesclasses/{name}
StorageV1alpha1API StorageV1alpha1API_getAPIResources_30 GET /apis/storage.k8s.io/v1alpha1/
StorageV1alpha1API StorageV1alpha1API_listVolumeAttributesClass GET /apis/storage.k8s.io/v1alpha1/volumeattributesclasses
StorageV1alpha1API StorageV1alpha1API_patchVolumeAttributesClass PATCH /apis/storage.k8s.io/v1alpha1/volumeattributesclasses/{name}
StorageV1alpha1API StorageV1alpha1API_readVolumeAttributesClass GET /apis/storage.k8s.io/v1alpha1/volumeattributesclasses/{name}
StorageV1alpha1API StorageV1alpha1API_replaceVolumeAttributesClass PUT /apis/storage.k8s.io/v1alpha1/volumeattributesclasses/{name}
StorageV1beta1API StorageV1beta1API_createVolumeAttributesClass_0 POST /apis/storage.k8s.io/v1beta1/volumeattributesclasses
StorageV1beta1API StorageV1beta1API_deleteCollectionVolumeAttributesClass_0 DELETE /apis/storage.k8s.io/v1beta1/volumeattributesclasses
StorageV1beta1API StorageV1beta1API_deleteVolumeAttributesClass_0 DELETE /apis/storage.k8s.io/v1beta1/volumeattributesclasses/{name}
StorageV1beta1API StorageV1beta1API_getAPIResources_31 GET /apis/storage.k8s.io/v1beta1/
StorageV1beta1API StorageV1beta1API_listVolumeAttributesClass_0 GET /apis/storage.k8s.io/v1beta1/volumeattributesclasses
StorageV1beta1API StorageV1beta1API_patchVolumeAttributesClass_0 PATCH /apis/storage.k8s.io/v1beta1/volumeattributesclasses/{name}
StorageV1beta1API StorageV1beta1API_readVolumeAttributesClass_0 GET /apis/storage.k8s.io/v1beta1/volumeattributesclasses/{name}
StorageV1beta1API StorageV1beta1API_replaceVolumeAttributesClass_0 PUT /apis/storage.k8s.io/v1beta1/volumeattributesclasses/{name}
StoragemigrationAPI StoragemigrationAPI_getAPIGroup_20 GET /apis/storagemigration.k8s.io/
StoragemigrationV1alpha1API StoragemigrationV1alpha1API_createStorageVersionMigration POST /apis/storagemigration.k8s.io/v1alpha1/storageversionmigrations
StoragemigrationV1alpha1API StoragemigrationV1alpha1API_deleteCollectionStorageVersionMigration DELETE /apis/storagemigration.k8s.io/v1alpha1/storageversionmigrations
StoragemigrationV1alpha1API StoragemigrationV1alpha1API_deleteStorageVersionMigration DELETE /apis/storagemigration.k8s.io/v1alpha1/storageversionmigrations/{name}
StoragemigrationV1alpha1API StoragemigrationV1alpha1API_getAPIResources_32 GET /apis/storagemigration.k8s.io/v1alpha1/
StoragemigrationV1alpha1API StoragemigrationV1alpha1API_listStorageVersionMigration GET /apis/storagemigration.k8s.io/v1alpha1/storageversionmigrations
StoragemigrationV1alpha1API StoragemigrationV1alpha1API_patchStorageVersionMigration PATCH /apis/storagemigration.k8s.io/v1alpha1/storageversionmigrations/{name}
StoragemigrationV1alpha1API StoragemigrationV1alpha1API_patchStorageVersionMigrationStatus PATCH /apis/storagemigration.k8s.io/v1alpha1/storageversionmigrations/{name}/status
StoragemigrationV1alpha1API StoragemigrationV1alpha1API_readStorageVersionMigration GET /apis/storagemigration.k8s.io/v1alpha1/storageversionmigrations/{name}
StoragemigrationV1alpha1API StoragemigrationV1alpha1API_readStorageVersionMigrationStatus GET /apis/storagemigration.k8s.io/v1alpha1/storageversionmigrations/{name}/status
StoragemigrationV1alpha1API StoragemigrationV1alpha1API_replaceStorageVersionMigration PUT /apis/storagemigration.k8s.io/v1alpha1/storageversionmigrations/{name}
StoragemigrationV1alpha1API StoragemigrationV1alpha1API_replaceStorageVersionMigrationStatus PUT /apis/storagemigration.k8s.io/v1alpha1/storageversionmigrations/{name}/status
VersionAPI VersionAPI_getCode GET /version/
WellKnownAPI WellKnownAPI_getServiceAccountIssuerOpenIDConfiguration GET /.well-known/openid-configuration

Documentation for Models

Documentation for Authorization

Authentication schemes defined for the API:

BearerToken

  • Type: API key

  • API key parameter name: authorization

  • Location: HTTP header

Author