dashboard/backend
Shrutim1505 545c89d01f feat: backend for delete functionality
Signed-off-by: Shrutim1505 <shrutimurthy2103@gmail.com>

Combined: frontend and merge from main

Signed-off-by: Shrutim1505 <shrutimurthy2103@gmail.com>

WIP: local changes to package-lock.json

package.json

Signed-off-by: Shrutim1505 <shrutimurthy2103@gmail.com>

formatting checker

Signed-off-by: Shrutim1505 <shrutimurthy2103@gmail.com>

format check

Signed-off-by: Shrutim1505 <shrutimurthy2103@gmail.com>

edit functionality in form of queue

Signed-off-by: Shrutim1505 <shrutimurthy2103@gmail.com>

package-lock.json

Signed-off-by: Shrutim1505 <shrutimurthy2103@gmail.com>

permission added

Signed-off-by: Shrutim1505 <shrutimurthy2103@gmail.com>
2025-05-30 05:37:37 +00:00
..
src feat: backend for delete functionality 2025-05-30 05:37:37 +00:00
tests Revert "feat/trpc: Add support for trpc and improve the api response time 5x-10x faster" 2025-04-18 07:46:33 +00:00
.babelrc Revert "feat/trpc: Add support for trpc and improve the api response time 5x-10x faster" 2025-04-18 07:46:33 +00:00
README.md Revert "feat/trpc: Add support for trpc and improve the api response time 5x-10x faster" 2025-04-18 07:46:33 +00:00
package.json Combined: frontend and merge from main 2025-05-24 16:39:59 +00:00
vitest.config.js Revert "feat/trpc: Add support for trpc and improve the api response time 5x-10x faster" 2025-04-18 07:46:33 +00:00

README.md

kubernetes

Kubernetes - JavaScript client for kubernetes No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) This SDK is automatically generated by the OpenAPI Generator project:

  • API version: v1.30.0
  • Package version: v1.30.0
  • Generator version: 7.8.0
  • Build package: org.openapitools.codegen.languages.JavascriptClientCodegen

Installation

For Node.js

npm

To publish the library as a npm, please follow the procedure in "Publishing npm packages".

Then install it via:

npm install kubernetes --save

Finally, you need to build the module:

npm run build
Local development

To use the library locally without publishing to a remote npm registry, first install the dependencies by changing into the directory containing package.json (and this README). Let's call this JAVASCRIPT_CLIENT_DIR. Then run:

npm install

Next, link it globally in npm with the following, also from JAVASCRIPT_CLIENT_DIR:

npm link

To use the link you just defined in your project, switch to the directory you want to use your kubernetes from, and run:

npm link /path/to/<JAVASCRIPT_CLIENT_DIR>

Finally, you need to build the module:

npm run build

git

If the library is hosted at a git repository, e.g.https://github.com/GIT_USER_ID/GIT_REPO_ID then install it via:

    npm install GIT_USER_ID/GIT_REPO_ID --save

For browser

The library also works in the browser environment via npm and browserify. After following the above steps with Node.js and installing browserify with npm install -g browserify, perform the following (assuming main.js is your entry file):

browserify main.js > bundle.js

Then include bundle.js in the HTML pages.

Webpack Configuration

Using Webpack you may encounter the following error: "Module not found: Error: Cannot resolve module", most certainly you should disable AMD loader. Add/merge the following section to your webpack config:

module: {
  rules: [
    {
      parser: {
        amd: false
      }
    }
  ]
}

Getting Started

Please follow the installation instruction and execute the following JS code:

var Kubernetes = require('kubernetes');

var defaultClient = Kubernetes.ApiClient.instance;
// Configure API key authorization: BearerToken
var BearerToken = defaultClient.authentications['BearerToken'];
BearerToken.apiKey = "YOUR API KEY"
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//BearerToken.apiKeyPrefix['authorization'] = "Token"

var api = new Kubernetes.AdmissionregistrationApi()
var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.getAdmissionregistrationAPIGroup(callback);

Documentation for API Endpoints

All URIs are relative to http://localhost

Class Method HTTP request Description
Kubernetes.AdmissionregistrationApi getAdmissionregistrationAPIGroup GET /apis/admissionregistration.k8s.io/
Kubernetes.AdmissionregistrationV1Api createAdmissionregistrationV1MutatingWebhookConfiguration POST /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations
Kubernetes.AdmissionregistrationV1Api createAdmissionregistrationV1ValidatingAdmissionPolicy POST /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies
Kubernetes.AdmissionregistrationV1Api createAdmissionregistrationV1ValidatingAdmissionPolicyBinding POST /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings
Kubernetes.AdmissionregistrationV1Api createAdmissionregistrationV1ValidatingWebhookConfiguration POST /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations
Kubernetes.AdmissionregistrationV1Api deleteAdmissionregistrationV1CollectionMutatingWebhookConfiguration DELETE /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations
Kubernetes.AdmissionregistrationV1Api deleteAdmissionregistrationV1CollectionValidatingAdmissionPolicy DELETE /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies
Kubernetes.AdmissionregistrationV1Api deleteAdmissionregistrationV1CollectionValidatingAdmissionPolicyBinding DELETE /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings
Kubernetes.AdmissionregistrationV1Api deleteAdmissionregistrationV1CollectionValidatingWebhookConfiguration DELETE /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations
Kubernetes.AdmissionregistrationV1Api deleteAdmissionregistrationV1MutatingWebhookConfiguration DELETE /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/{name}
Kubernetes.AdmissionregistrationV1Api deleteAdmissionregistrationV1ValidatingAdmissionPolicy DELETE /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name}
Kubernetes.AdmissionregistrationV1Api deleteAdmissionregistrationV1ValidatingAdmissionPolicyBinding DELETE /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings/{name}
Kubernetes.AdmissionregistrationV1Api deleteAdmissionregistrationV1ValidatingWebhookConfiguration DELETE /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/{name}
Kubernetes.AdmissionregistrationV1Api getAdmissionregistrationV1APIResources GET /apis/admissionregistration.k8s.io/v1/
Kubernetes.AdmissionregistrationV1Api listAdmissionregistrationV1MutatingWebhookConfiguration GET /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations
Kubernetes.AdmissionregistrationV1Api listAdmissionregistrationV1ValidatingAdmissionPolicy GET /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies
Kubernetes.AdmissionregistrationV1Api listAdmissionregistrationV1ValidatingAdmissionPolicyBinding GET /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings
Kubernetes.AdmissionregistrationV1Api listAdmissionregistrationV1ValidatingWebhookConfiguration GET /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations
Kubernetes.AdmissionregistrationV1Api patchAdmissionregistrationV1MutatingWebhookConfiguration PATCH /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/{name}
Kubernetes.AdmissionregistrationV1Api patchAdmissionregistrationV1ValidatingAdmissionPolicy PATCH /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name}
Kubernetes.AdmissionregistrationV1Api patchAdmissionregistrationV1ValidatingAdmissionPolicyBinding PATCH /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings/{name}
Kubernetes.AdmissionregistrationV1Api patchAdmissionregistrationV1ValidatingAdmissionPolicyStatus PATCH /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name}/status
Kubernetes.AdmissionregistrationV1Api patchAdmissionregistrationV1ValidatingWebhookConfiguration PATCH /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/{name}
Kubernetes.AdmissionregistrationV1Api readAdmissionregistrationV1MutatingWebhookConfiguration GET /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/{name}
Kubernetes.AdmissionregistrationV1Api readAdmissionregistrationV1ValidatingAdmissionPolicy GET /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name}
Kubernetes.AdmissionregistrationV1Api readAdmissionregistrationV1ValidatingAdmissionPolicyBinding GET /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings/{name}
Kubernetes.AdmissionregistrationV1Api readAdmissionregistrationV1ValidatingAdmissionPolicyStatus GET /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name}/status
Kubernetes.AdmissionregistrationV1Api readAdmissionregistrationV1ValidatingWebhookConfiguration GET /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/{name}
Kubernetes.AdmissionregistrationV1Api replaceAdmissionregistrationV1MutatingWebhookConfiguration PUT /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/{name}
Kubernetes.AdmissionregistrationV1Api replaceAdmissionregistrationV1ValidatingAdmissionPolicy PUT /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name}
Kubernetes.AdmissionregistrationV1Api replaceAdmissionregistrationV1ValidatingAdmissionPolicyBinding PUT /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings/{name}
Kubernetes.AdmissionregistrationV1Api replaceAdmissionregistrationV1ValidatingAdmissionPolicyStatus PUT /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/{name}/status
Kubernetes.AdmissionregistrationV1Api replaceAdmissionregistrationV1ValidatingWebhookConfiguration PUT /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/{name}
Kubernetes.AdmissionregistrationV1Api watchAdmissionregistrationV1MutatingWebhookConfiguration GET /apis/admissionregistration.k8s.io/v1/watch/mutatingwebhookconfigurations/{name}
Kubernetes.AdmissionregistrationV1Api watchAdmissionregistrationV1MutatingWebhookConfigurationList GET /apis/admissionregistration.k8s.io/v1/watch/mutatingwebhookconfigurations
Kubernetes.AdmissionregistrationV1Api watchAdmissionregistrationV1ValidatingAdmissionPolicy GET /apis/admissionregistration.k8s.io/v1/watch/validatingadmissionpolicies/{name}
Kubernetes.AdmissionregistrationV1Api watchAdmissionregistrationV1ValidatingAdmissionPolicyBinding GET /apis/admissionregistration.k8s.io/v1/watch/validatingadmissionpolicybindings/{name}
Kubernetes.AdmissionregistrationV1Api watchAdmissionregistrationV1ValidatingAdmissionPolicyBindingList GET /apis/admissionregistration.k8s.io/v1/watch/validatingadmissionpolicybindings
Kubernetes.AdmissionregistrationV1Api watchAdmissionregistrationV1ValidatingAdmissionPolicyList GET /apis/admissionregistration.k8s.io/v1/watch/validatingadmissionpolicies
Kubernetes.AdmissionregistrationV1Api watchAdmissionregistrationV1ValidatingWebhookConfiguration GET /apis/admissionregistration.k8s.io/v1/watch/validatingwebhookconfigurations/{name}
Kubernetes.AdmissionregistrationV1Api watchAdmissionregistrationV1ValidatingWebhookConfigurationList GET /apis/admissionregistration.k8s.io/v1/watch/validatingwebhookconfigurations
Kubernetes.ApiextensionsApi getApiextensionsAPIGroup GET /apis/apiextensions.k8s.io/
Kubernetes.ApiextensionsV1Api createApiextensionsV1CustomResourceDefinition POST /apis/apiextensions.k8s.io/v1/customresourcedefinitions
Kubernetes.ApiextensionsV1Api deleteApiextensionsV1CollectionCustomResourceDefinition DELETE /apis/apiextensions.k8s.io/v1/customresourcedefinitions
Kubernetes.ApiextensionsV1Api deleteApiextensionsV1CustomResourceDefinition DELETE /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}
Kubernetes.ApiextensionsV1Api getApiextensionsV1APIResources GET /apis/apiextensions.k8s.io/v1/
Kubernetes.ApiextensionsV1Api listApiextensionsV1CustomResourceDefinition GET /apis/apiextensions.k8s.io/v1/customresourcedefinitions
Kubernetes.ApiextensionsV1Api patchApiextensionsV1CustomResourceDefinition PATCH /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}
Kubernetes.ApiextensionsV1Api patchApiextensionsV1CustomResourceDefinitionStatus PATCH /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}/status
Kubernetes.ApiextensionsV1Api readApiextensionsV1CustomResourceDefinition GET /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}
Kubernetes.ApiextensionsV1Api readApiextensionsV1CustomResourceDefinitionStatus GET /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}/status
Kubernetes.ApiextensionsV1Api replaceApiextensionsV1CustomResourceDefinition PUT /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}
Kubernetes.ApiextensionsV1Api replaceApiextensionsV1CustomResourceDefinitionStatus PUT /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}/status
Kubernetes.ApiextensionsV1Api watchApiextensionsV1CustomResourceDefinition GET /apis/apiextensions.k8s.io/v1/watch/customresourcedefinitions/{name}
Kubernetes.ApiextensionsV1Api watchApiextensionsV1CustomResourceDefinitionList GET /apis/apiextensions.k8s.io/v1/watch/customresourcedefinitions
Kubernetes.ApiregistrationApi getApiregistrationAPIGroup GET /apis/apiregistration.k8s.io/
Kubernetes.ApiregistrationV1Api createApiregistrationV1APIService POST /apis/apiregistration.k8s.io/v1/apiservices
Kubernetes.ApiregistrationV1Api deleteApiregistrationV1APIService DELETE /apis/apiregistration.k8s.io/v1/apiservices/{name}
Kubernetes.ApiregistrationV1Api deleteApiregistrationV1CollectionAPIService DELETE /apis/apiregistration.k8s.io/v1/apiservices
Kubernetes.ApiregistrationV1Api getApiregistrationV1APIResources GET /apis/apiregistration.k8s.io/v1/
Kubernetes.ApiregistrationV1Api listApiregistrationV1APIService GET /apis/apiregistration.k8s.io/v1/apiservices
Kubernetes.ApiregistrationV1Api patchApiregistrationV1APIService PATCH /apis/apiregistration.k8s.io/v1/apiservices/{name}
Kubernetes.ApiregistrationV1Api patchApiregistrationV1APIServiceStatus PATCH /apis/apiregistration.k8s.io/v1/apiservices/{name}/status
Kubernetes.ApiregistrationV1Api readApiregistrationV1APIService GET /apis/apiregistration.k8s.io/v1/apiservices/{name}
Kubernetes.ApiregistrationV1Api readApiregistrationV1APIServiceStatus GET /apis/apiregistration.k8s.io/v1/apiservices/{name}/status
Kubernetes.ApiregistrationV1Api replaceApiregistrationV1APIService PUT /apis/apiregistration.k8s.io/v1/apiservices/{name}
Kubernetes.ApiregistrationV1Api replaceApiregistrationV1APIServiceStatus PUT /apis/apiregistration.k8s.io/v1/apiservices/{name}/status
Kubernetes.ApiregistrationV1Api watchApiregistrationV1APIService GET /apis/apiregistration.k8s.io/v1/watch/apiservices/{name}
Kubernetes.ApiregistrationV1Api watchApiregistrationV1APIServiceList GET /apis/apiregistration.k8s.io/v1/watch/apiservices
Kubernetes.ApisApi getAPIVersions GET /apis/
Kubernetes.AppsApi getAppsAPIGroup GET /apis/apps/
Kubernetes.AppsV1Api createAppsV1NamespacedControllerRevision POST /apis/apps/v1/namespaces/{namespace}/controllerrevisions
Kubernetes.AppsV1Api createAppsV1NamespacedDaemonSet POST /apis/apps/v1/namespaces/{namespace}/daemonsets
Kubernetes.AppsV1Api createAppsV1NamespacedDeployment POST /apis/apps/v1/namespaces/{namespace}/deployments
Kubernetes.AppsV1Api createAppsV1NamespacedReplicaSet POST /apis/apps/v1/namespaces/{namespace}/replicasets
Kubernetes.AppsV1Api createAppsV1NamespacedStatefulSet POST /apis/apps/v1/namespaces/{namespace}/statefulsets
Kubernetes.AppsV1Api deleteAppsV1CollectionNamespacedControllerRevision DELETE /apis/apps/v1/namespaces/{namespace}/controllerrevisions
Kubernetes.AppsV1Api deleteAppsV1CollectionNamespacedDaemonSet DELETE /apis/apps/v1/namespaces/{namespace}/daemonsets
Kubernetes.AppsV1Api deleteAppsV1CollectionNamespacedDeployment DELETE /apis/apps/v1/namespaces/{namespace}/deployments
Kubernetes.AppsV1Api deleteAppsV1CollectionNamespacedReplicaSet DELETE /apis/apps/v1/namespaces/{namespace}/replicasets
Kubernetes.AppsV1Api deleteAppsV1CollectionNamespacedStatefulSet DELETE /apis/apps/v1/namespaces/{namespace}/statefulsets
Kubernetes.AppsV1Api deleteAppsV1NamespacedControllerRevision DELETE /apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name}
Kubernetes.AppsV1Api deleteAppsV1NamespacedDaemonSet DELETE /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}
Kubernetes.AppsV1Api deleteAppsV1NamespacedDeployment DELETE /apis/apps/v1/namespaces/{namespace}/deployments/{name}
Kubernetes.AppsV1Api deleteAppsV1NamespacedReplicaSet DELETE /apis/apps/v1/namespaces/{namespace}/replicasets/{name}
Kubernetes.AppsV1Api deleteAppsV1NamespacedStatefulSet DELETE /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}
Kubernetes.AppsV1Api getAppsV1APIResources GET /apis/apps/v1/
Kubernetes.AppsV1Api listAppsV1ControllerRevisionForAllNamespaces GET /apis/apps/v1/controllerrevisions
Kubernetes.AppsV1Api listAppsV1DaemonSetForAllNamespaces GET /apis/apps/v1/daemonsets
Kubernetes.AppsV1Api listAppsV1DeploymentForAllNamespaces GET /apis/apps/v1/deployments
Kubernetes.AppsV1Api listAppsV1NamespacedControllerRevision GET /apis/apps/v1/namespaces/{namespace}/controllerrevisions
Kubernetes.AppsV1Api listAppsV1NamespacedDaemonSet GET /apis/apps/v1/namespaces/{namespace}/daemonsets
Kubernetes.AppsV1Api listAppsV1NamespacedDeployment GET /apis/apps/v1/namespaces/{namespace}/deployments
Kubernetes.AppsV1Api listAppsV1NamespacedReplicaSet GET /apis/apps/v1/namespaces/{namespace}/replicasets
Kubernetes.AppsV1Api listAppsV1NamespacedStatefulSet GET /apis/apps/v1/namespaces/{namespace}/statefulsets
Kubernetes.AppsV1Api listAppsV1ReplicaSetForAllNamespaces GET /apis/apps/v1/replicasets
Kubernetes.AppsV1Api listAppsV1StatefulSetForAllNamespaces GET /apis/apps/v1/statefulsets
Kubernetes.AppsV1Api patchAppsV1NamespacedControllerRevision PATCH /apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name}
Kubernetes.AppsV1Api patchAppsV1NamespacedDaemonSet PATCH /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}
Kubernetes.AppsV1Api patchAppsV1NamespacedDaemonSetStatus PATCH /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}/status
Kubernetes.AppsV1Api patchAppsV1NamespacedDeployment PATCH /apis/apps/v1/namespaces/{namespace}/deployments/{name}
Kubernetes.AppsV1Api patchAppsV1NamespacedDeploymentScale PATCH /apis/apps/v1/namespaces/{namespace}/deployments/{name}/scale
Kubernetes.AppsV1Api patchAppsV1NamespacedDeploymentStatus PATCH /apis/apps/v1/namespaces/{namespace}/deployments/{name}/status
Kubernetes.AppsV1Api patchAppsV1NamespacedReplicaSet PATCH /apis/apps/v1/namespaces/{namespace}/replicasets/{name}
Kubernetes.AppsV1Api patchAppsV1NamespacedReplicaSetScale PATCH /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/scale
Kubernetes.AppsV1Api patchAppsV1NamespacedReplicaSetStatus PATCH /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/status
Kubernetes.AppsV1Api patchAppsV1NamespacedStatefulSet PATCH /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}
Kubernetes.AppsV1Api patchAppsV1NamespacedStatefulSetScale PATCH /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/scale
Kubernetes.AppsV1Api patchAppsV1NamespacedStatefulSetStatus PATCH /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/status
Kubernetes.AppsV1Api readAppsV1NamespacedControllerRevision GET /apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name}
Kubernetes.AppsV1Api readAppsV1NamespacedDaemonSet GET /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}
Kubernetes.AppsV1Api readAppsV1NamespacedDaemonSetStatus GET /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}/status
Kubernetes.AppsV1Api readAppsV1NamespacedDeployment GET /apis/apps/v1/namespaces/{namespace}/deployments/{name}
Kubernetes.AppsV1Api readAppsV1NamespacedDeploymentScale GET /apis/apps/v1/namespaces/{namespace}/deployments/{name}/scale
Kubernetes.AppsV1Api readAppsV1NamespacedDeploymentStatus GET /apis/apps/v1/namespaces/{namespace}/deployments/{name}/status
Kubernetes.AppsV1Api readAppsV1NamespacedReplicaSet GET /apis/apps/v1/namespaces/{namespace}/replicasets/{name}
Kubernetes.AppsV1Api readAppsV1NamespacedReplicaSetScale GET /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/scale
Kubernetes.AppsV1Api readAppsV1NamespacedReplicaSetStatus GET /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/status
Kubernetes.AppsV1Api readAppsV1NamespacedStatefulSet GET /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}
Kubernetes.AppsV1Api readAppsV1NamespacedStatefulSetScale GET /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/scale
Kubernetes.AppsV1Api readAppsV1NamespacedStatefulSetStatus GET /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/status
Kubernetes.AppsV1Api replaceAppsV1NamespacedControllerRevision PUT /apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name}
Kubernetes.AppsV1Api replaceAppsV1NamespacedDaemonSet PUT /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}
Kubernetes.AppsV1Api replaceAppsV1NamespacedDaemonSetStatus PUT /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}/status
Kubernetes.AppsV1Api replaceAppsV1NamespacedDeployment PUT /apis/apps/v1/namespaces/{namespace}/deployments/{name}
Kubernetes.AppsV1Api replaceAppsV1NamespacedDeploymentScale PUT /apis/apps/v1/namespaces/{namespace}/deployments/{name}/scale
Kubernetes.AppsV1Api replaceAppsV1NamespacedDeploymentStatus PUT /apis/apps/v1/namespaces/{namespace}/deployments/{name}/status
Kubernetes.AppsV1Api replaceAppsV1NamespacedReplicaSet PUT /apis/apps/v1/namespaces/{namespace}/replicasets/{name}
Kubernetes.AppsV1Api replaceAppsV1NamespacedReplicaSetScale PUT /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/scale
Kubernetes.AppsV1Api replaceAppsV1NamespacedReplicaSetStatus PUT /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/status
Kubernetes.AppsV1Api replaceAppsV1NamespacedStatefulSet PUT /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}
Kubernetes.AppsV1Api replaceAppsV1NamespacedStatefulSetScale PUT /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/scale
Kubernetes.AppsV1Api replaceAppsV1NamespacedStatefulSetStatus PUT /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/status
Kubernetes.AppsV1Api watchAppsV1ControllerRevisionListForAllNamespaces GET /apis/apps/v1/watch/controllerrevisions
Kubernetes.AppsV1Api watchAppsV1DaemonSetListForAllNamespaces GET /apis/apps/v1/watch/daemonsets
Kubernetes.AppsV1Api watchAppsV1DeploymentListForAllNamespaces GET /apis/apps/v1/watch/deployments
Kubernetes.AppsV1Api watchAppsV1NamespacedControllerRevision GET /apis/apps/v1/watch/namespaces/{namespace}/controllerrevisions/{name}
Kubernetes.AppsV1Api watchAppsV1NamespacedControllerRevisionList GET /apis/apps/v1/watch/namespaces/{namespace}/controllerrevisions
Kubernetes.AppsV1Api watchAppsV1NamespacedDaemonSet GET /apis/apps/v1/watch/namespaces/{namespace}/daemonsets/{name}
Kubernetes.AppsV1Api watchAppsV1NamespacedDaemonSetList GET /apis/apps/v1/watch/namespaces/{namespace}/daemonsets
Kubernetes.AppsV1Api watchAppsV1NamespacedDeployment GET /apis/apps/v1/watch/namespaces/{namespace}/deployments/{name}
Kubernetes.AppsV1Api watchAppsV1NamespacedDeploymentList GET /apis/apps/v1/watch/namespaces/{namespace}/deployments
Kubernetes.AppsV1Api watchAppsV1NamespacedReplicaSet GET /apis/apps/v1/watch/namespaces/{namespace}/replicasets/{name}
Kubernetes.AppsV1Api watchAppsV1NamespacedReplicaSetList GET /apis/apps/v1/watch/namespaces/{namespace}/replicasets
Kubernetes.AppsV1Api watchAppsV1NamespacedStatefulSet GET /apis/apps/v1/watch/namespaces/{namespace}/statefulsets/{name}
Kubernetes.AppsV1Api watchAppsV1NamespacedStatefulSetList GET /apis/apps/v1/watch/namespaces/{namespace}/statefulsets
Kubernetes.AppsV1Api watchAppsV1ReplicaSetListForAllNamespaces GET /apis/apps/v1/watch/replicasets
Kubernetes.AppsV1Api watchAppsV1StatefulSetListForAllNamespaces GET /apis/apps/v1/watch/statefulsets
Kubernetes.AuthenticationApi getAuthenticationAPIGroup GET /apis/authentication.k8s.io/
Kubernetes.AuthenticationV1Api createAuthenticationV1SelfSubjectReview POST /apis/authentication.k8s.io/v1/selfsubjectreviews
Kubernetes.AuthenticationV1Api createAuthenticationV1TokenReview POST /apis/authentication.k8s.io/v1/tokenreviews
Kubernetes.AuthenticationV1Api getAuthenticationV1APIResources GET /apis/authentication.k8s.io/v1/
Kubernetes.AuthorizationApi getAuthorizationAPIGroup GET /apis/authorization.k8s.io/
Kubernetes.AuthorizationV1Api createAuthorizationV1NamespacedLocalSubjectAccessReview POST /apis/authorization.k8s.io/v1/namespaces/{namespace}/localsubjectaccessreviews
Kubernetes.AuthorizationV1Api createAuthorizationV1SelfSubjectAccessReview POST /apis/authorization.k8s.io/v1/selfsubjectaccessreviews
Kubernetes.AuthorizationV1Api createAuthorizationV1SelfSubjectRulesReview POST /apis/authorization.k8s.io/v1/selfsubjectrulesreviews
Kubernetes.AuthorizationV1Api createAuthorizationV1SubjectAccessReview POST /apis/authorization.k8s.io/v1/subjectaccessreviews
Kubernetes.AuthorizationV1Api getAuthorizationV1APIResources GET /apis/authorization.k8s.io/v1/
Kubernetes.AutoscalingApi getAutoscalingAPIGroup GET /apis/autoscaling/
Kubernetes.AutoscalingV1Api createAutoscalingV1NamespacedHorizontalPodAutoscaler POST /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers
Kubernetes.AutoscalingV1Api deleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscaler DELETE /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers
Kubernetes.AutoscalingV1Api deleteAutoscalingV1NamespacedHorizontalPodAutoscaler DELETE /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}
Kubernetes.AutoscalingV1Api getAutoscalingV1APIResources GET /apis/autoscaling/v1/
Kubernetes.AutoscalingV1Api listAutoscalingV1HorizontalPodAutoscalerForAllNamespaces GET /apis/autoscaling/v1/horizontalpodautoscalers
Kubernetes.AutoscalingV1Api listAutoscalingV1NamespacedHorizontalPodAutoscaler GET /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers
Kubernetes.AutoscalingV1Api patchAutoscalingV1NamespacedHorizontalPodAutoscaler PATCH /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}
Kubernetes.AutoscalingV1Api patchAutoscalingV1NamespacedHorizontalPodAutoscalerStatus PATCH /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
Kubernetes.AutoscalingV1Api readAutoscalingV1NamespacedHorizontalPodAutoscaler GET /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}
Kubernetes.AutoscalingV1Api readAutoscalingV1NamespacedHorizontalPodAutoscalerStatus GET /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
Kubernetes.AutoscalingV1Api replaceAutoscalingV1NamespacedHorizontalPodAutoscaler PUT /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}
Kubernetes.AutoscalingV1Api replaceAutoscalingV1NamespacedHorizontalPodAutoscalerStatus PUT /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
Kubernetes.AutoscalingV1Api watchAutoscalingV1HorizontalPodAutoscalerListForAllNamespaces GET /apis/autoscaling/v1/watch/horizontalpodautoscalers
Kubernetes.AutoscalingV1Api watchAutoscalingV1NamespacedHorizontalPodAutoscaler GET /apis/autoscaling/v1/watch/namespaces/{namespace}/horizontalpodautoscalers/{name}
Kubernetes.AutoscalingV1Api watchAutoscalingV1NamespacedHorizontalPodAutoscalerList GET /apis/autoscaling/v1/watch/namespaces/{namespace}/horizontalpodautoscalers
Kubernetes.AutoscalingV2Api createAutoscalingV2NamespacedHorizontalPodAutoscaler POST /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers
Kubernetes.AutoscalingV2Api deleteAutoscalingV2CollectionNamespacedHorizontalPodAutoscaler DELETE /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers
Kubernetes.AutoscalingV2Api deleteAutoscalingV2NamespacedHorizontalPodAutoscaler DELETE /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}
Kubernetes.AutoscalingV2Api getAutoscalingV2APIResources GET /apis/autoscaling/v2/
Kubernetes.AutoscalingV2Api listAutoscalingV2HorizontalPodAutoscalerForAllNamespaces GET /apis/autoscaling/v2/horizontalpodautoscalers
Kubernetes.AutoscalingV2Api listAutoscalingV2NamespacedHorizontalPodAutoscaler GET /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers
Kubernetes.AutoscalingV2Api patchAutoscalingV2NamespacedHorizontalPodAutoscaler PATCH /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}
Kubernetes.AutoscalingV2Api patchAutoscalingV2NamespacedHorizontalPodAutoscalerStatus PATCH /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
Kubernetes.AutoscalingV2Api readAutoscalingV2NamespacedHorizontalPodAutoscaler GET /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}
Kubernetes.AutoscalingV2Api readAutoscalingV2NamespacedHorizontalPodAutoscalerStatus GET /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
Kubernetes.AutoscalingV2Api replaceAutoscalingV2NamespacedHorizontalPodAutoscaler PUT /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}
Kubernetes.AutoscalingV2Api replaceAutoscalingV2NamespacedHorizontalPodAutoscalerStatus PUT /apis/autoscaling/v2/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
Kubernetes.AutoscalingV2Api watchAutoscalingV2HorizontalPodAutoscalerListForAllNamespaces GET /apis/autoscaling/v2/watch/horizontalpodautoscalers
Kubernetes.AutoscalingV2Api watchAutoscalingV2NamespacedHorizontalPodAutoscaler GET /apis/autoscaling/v2/watch/namespaces/{namespace}/horizontalpodautoscalers/{name}
Kubernetes.AutoscalingV2Api watchAutoscalingV2NamespacedHorizontalPodAutoscalerList GET /apis/autoscaling/v2/watch/namespaces/{namespace}/horizontalpodautoscalers
Kubernetes.BatchApi getBatchAPIGroup GET /apis/batch/
Kubernetes.BatchV1Api createBatchV1NamespacedCronJob POST /apis/batch/v1/namespaces/{namespace}/cronjobs
Kubernetes.BatchV1Api createBatchV1NamespacedJob POST /apis/batch/v1/namespaces/{namespace}/jobs
Kubernetes.BatchV1Api deleteBatchV1CollectionNamespacedCronJob DELETE /apis/batch/v1/namespaces/{namespace}/cronjobs
Kubernetes.BatchV1Api deleteBatchV1CollectionNamespacedJob DELETE /apis/batch/v1/namespaces/{namespace}/jobs
Kubernetes.BatchV1Api deleteBatchV1NamespacedCronJob DELETE /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}
Kubernetes.BatchV1Api deleteBatchV1NamespacedJob DELETE /apis/batch/v1/namespaces/{namespace}/jobs/{name}
Kubernetes.BatchV1Api getBatchV1APIResources GET /apis/batch/v1/
Kubernetes.BatchV1Api listBatchV1CronJobForAllNamespaces GET /apis/batch/v1/cronjobs
Kubernetes.BatchV1Api listBatchV1JobForAllNamespaces GET /apis/batch/v1/jobs
Kubernetes.BatchV1Api listBatchV1NamespacedCronJob GET /apis/batch/v1/namespaces/{namespace}/cronjobs
Kubernetes.BatchV1Api listBatchV1NamespacedJob GET /apis/batch/v1/namespaces/{namespace}/jobs
Kubernetes.BatchV1Api patchBatchV1NamespacedCronJob PATCH /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}
Kubernetes.BatchV1Api patchBatchV1NamespacedCronJobStatus PATCH /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}/status
Kubernetes.BatchV1Api patchBatchV1NamespacedJob PATCH /apis/batch/v1/namespaces/{namespace}/jobs/{name}
Kubernetes.BatchV1Api patchBatchV1NamespacedJobStatus PATCH /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status
Kubernetes.BatchV1Api readBatchV1NamespacedCronJob GET /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}
Kubernetes.BatchV1Api readBatchV1NamespacedCronJobStatus GET /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}/status
Kubernetes.BatchV1Api readBatchV1NamespacedJob GET /apis/batch/v1/namespaces/{namespace}/jobs/{name}
Kubernetes.BatchV1Api readBatchV1NamespacedJobStatus GET /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status
Kubernetes.BatchV1Api replaceBatchV1NamespacedCronJob PUT /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}
Kubernetes.BatchV1Api replaceBatchV1NamespacedCronJobStatus PUT /apis/batch/v1/namespaces/{namespace}/cronjobs/{name}/status
Kubernetes.BatchV1Api replaceBatchV1NamespacedJob PUT /apis/batch/v1/namespaces/{namespace}/jobs/{name}
Kubernetes.BatchV1Api replaceBatchV1NamespacedJobStatus PUT /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status
Kubernetes.BatchV1Api watchBatchV1CronJobListForAllNamespaces GET /apis/batch/v1/watch/cronjobs
Kubernetes.BatchV1Api watchBatchV1JobListForAllNamespaces GET /apis/batch/v1/watch/jobs
Kubernetes.BatchV1Api watchBatchV1NamespacedCronJob GET /apis/batch/v1/watch/namespaces/{namespace}/cronjobs/{name}
Kubernetes.BatchV1Api watchBatchV1NamespacedCronJobList GET /apis/batch/v1/watch/namespaces/{namespace}/cronjobs
Kubernetes.BatchV1Api watchBatchV1NamespacedJob GET /apis/batch/v1/watch/namespaces/{namespace}/jobs/{name}
Kubernetes.BatchV1Api watchBatchV1NamespacedJobList GET /apis/batch/v1/watch/namespaces/{namespace}/jobs
Kubernetes.BatchVolcanoShV1alpha1Api createBatchVolcanoShV1alpha1NamespacedJob POST /apis/batch.volcano.sh/v1alpha1/namespaces/{namespace}/jobs
Kubernetes.BatchVolcanoShV1alpha1Api deleteBatchVolcanoShV1alpha1CollectionNamespacedJob DELETE /apis/batch.volcano.sh/v1alpha1/namespaces/{namespace}/jobs
Kubernetes.BatchVolcanoShV1alpha1Api deleteBatchVolcanoShV1alpha1NamespacedJob DELETE /apis/batch.volcano.sh/v1alpha1/namespaces/{namespace}/jobs/{name}
Kubernetes.BatchVolcanoShV1alpha1Api listBatchVolcanoShV1alpha1JobForAllNamespaces GET /apis/batch.volcano.sh/v1alpha1/jobs
Kubernetes.BatchVolcanoShV1alpha1Api listBatchVolcanoShV1alpha1NamespacedJob GET /apis/batch.volcano.sh/v1alpha1/namespaces/{namespace}/jobs
Kubernetes.BatchVolcanoShV1alpha1Api patchBatchVolcanoShV1alpha1NamespacedJob PATCH /apis/batch.volcano.sh/v1alpha1/namespaces/{namespace}/jobs/{name}
Kubernetes.BatchVolcanoShV1alpha1Api patchBatchVolcanoShV1alpha1NamespacedJobStatus PATCH /apis/batch.volcano.sh/v1alpha1/namespaces/{namespace}/jobs/{name}/status
Kubernetes.BatchVolcanoShV1alpha1Api readBatchVolcanoShV1alpha1NamespacedJob GET /apis/batch.volcano.sh/v1alpha1/namespaces/{namespace}/jobs/{name}
Kubernetes.BatchVolcanoShV1alpha1Api readBatchVolcanoShV1alpha1NamespacedJobStatus GET /apis/batch.volcano.sh/v1alpha1/namespaces/{namespace}/jobs/{name}/status
Kubernetes.BatchVolcanoShV1alpha1Api replaceBatchVolcanoShV1alpha1NamespacedJob PUT /apis/batch.volcano.sh/v1alpha1/namespaces/{namespace}/jobs/{name}
Kubernetes.BatchVolcanoShV1alpha1Api replaceBatchVolcanoShV1alpha1NamespacedJobStatus PUT /apis/batch.volcano.sh/v1alpha1/namespaces/{namespace}/jobs/{name}/status
Kubernetes.BusVolcanoShV1alpha1Api createBusVolcanoShV1alpha1NamespacedCommand POST /apis/bus.volcano.sh/v1alpha1/namespaces/{namespace}/commands
Kubernetes.BusVolcanoShV1alpha1Api deleteBusVolcanoShV1alpha1CollectionNamespacedCommand DELETE /apis/bus.volcano.sh/v1alpha1/namespaces/{namespace}/commands
Kubernetes.BusVolcanoShV1alpha1Api deleteBusVolcanoShV1alpha1NamespacedCommand DELETE /apis/bus.volcano.sh/v1alpha1/namespaces/{namespace}/commands/{name}
Kubernetes.BusVolcanoShV1alpha1Api listBusVolcanoShV1alpha1CommandForAllNamespaces GET /apis/bus.volcano.sh/v1alpha1/commands
Kubernetes.BusVolcanoShV1alpha1Api listBusVolcanoShV1alpha1NamespacedCommand GET /apis/bus.volcano.sh/v1alpha1/namespaces/{namespace}/commands
Kubernetes.BusVolcanoShV1alpha1Api patchBusVolcanoShV1alpha1NamespacedCommand PATCH /apis/bus.volcano.sh/v1alpha1/namespaces/{namespace}/commands/{name}
Kubernetes.BusVolcanoShV1alpha1Api readBusVolcanoShV1alpha1NamespacedCommand GET /apis/bus.volcano.sh/v1alpha1/namespaces/{namespace}/commands/{name}
Kubernetes.BusVolcanoShV1alpha1Api replaceBusVolcanoShV1alpha1NamespacedCommand PUT /apis/bus.volcano.sh/v1alpha1/namespaces/{namespace}/commands/{name}
Kubernetes.CertificatesApi getCertificatesAPIGroup GET /apis/certificates.k8s.io/
Kubernetes.CertificatesV1Api createCertificatesV1CertificateSigningRequest POST /apis/certificates.k8s.io/v1/certificatesigningrequests
Kubernetes.CertificatesV1Api deleteCertificatesV1CertificateSigningRequest DELETE /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}
Kubernetes.CertificatesV1Api deleteCertificatesV1CollectionCertificateSigningRequest DELETE /apis/certificates.k8s.io/v1/certificatesigningrequests
Kubernetes.CertificatesV1Api getCertificatesV1APIResources GET /apis/certificates.k8s.io/v1/
Kubernetes.CertificatesV1Api listCertificatesV1CertificateSigningRequest GET /apis/certificates.k8s.io/v1/certificatesigningrequests
Kubernetes.CertificatesV1Api patchCertificatesV1CertificateSigningRequest PATCH /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}
Kubernetes.CertificatesV1Api patchCertificatesV1CertificateSigningRequestApproval PATCH /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/approval
Kubernetes.CertificatesV1Api patchCertificatesV1CertificateSigningRequestStatus PATCH /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/status
Kubernetes.CertificatesV1Api readCertificatesV1CertificateSigningRequest GET /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}
Kubernetes.CertificatesV1Api readCertificatesV1CertificateSigningRequestApproval GET /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/approval
Kubernetes.CertificatesV1Api readCertificatesV1CertificateSigningRequestStatus GET /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/status
Kubernetes.CertificatesV1Api replaceCertificatesV1CertificateSigningRequest PUT /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}
Kubernetes.CertificatesV1Api replaceCertificatesV1CertificateSigningRequestApproval PUT /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/approval
Kubernetes.CertificatesV1Api replaceCertificatesV1CertificateSigningRequestStatus PUT /apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/status
Kubernetes.CertificatesV1Api watchCertificatesV1CertificateSigningRequest GET /apis/certificates.k8s.io/v1/watch/certificatesigningrequests/{name}
Kubernetes.CertificatesV1Api watchCertificatesV1CertificateSigningRequestList GET /apis/certificates.k8s.io/v1/watch/certificatesigningrequests
Kubernetes.CoordinationApi getCoordinationAPIGroup GET /apis/coordination.k8s.io/
Kubernetes.CoordinationV1Api createCoordinationV1NamespacedLease POST /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases
Kubernetes.CoordinationV1Api deleteCoordinationV1CollectionNamespacedLease DELETE /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases
Kubernetes.CoordinationV1Api deleteCoordinationV1NamespacedLease DELETE /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases/{name}
Kubernetes.CoordinationV1Api getCoordinationV1APIResources GET /apis/coordination.k8s.io/v1/
Kubernetes.CoordinationV1Api listCoordinationV1LeaseForAllNamespaces GET /apis/coordination.k8s.io/v1/leases
Kubernetes.CoordinationV1Api listCoordinationV1NamespacedLease GET /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases
Kubernetes.CoordinationV1Api patchCoordinationV1NamespacedLease PATCH /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases/{name}
Kubernetes.CoordinationV1Api readCoordinationV1NamespacedLease GET /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases/{name}
Kubernetes.CoordinationV1Api replaceCoordinationV1NamespacedLease PUT /apis/coordination.k8s.io/v1/namespaces/{namespace}/leases/{name}
Kubernetes.CoordinationV1Api watchCoordinationV1LeaseListForAllNamespaces GET /apis/coordination.k8s.io/v1/watch/leases
Kubernetes.CoordinationV1Api watchCoordinationV1NamespacedLease GET /apis/coordination.k8s.io/v1/watch/namespaces/{namespace}/leases/{name}
Kubernetes.CoordinationV1Api watchCoordinationV1NamespacedLeaseList GET /apis/coordination.k8s.io/v1/watch/namespaces/{namespace}/leases
Kubernetes.CoreApi getCoreAPIVersions GET /api/
Kubernetes.CoreV1Api connectCoreV1DeleteNamespacedPodProxy DELETE /api/v1/namespaces/{namespace}/pods/{name}/proxy
Kubernetes.CoreV1Api connectCoreV1DeleteNamespacedPodProxyWithPath DELETE /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
Kubernetes.CoreV1Api connectCoreV1DeleteNamespacedServiceProxy DELETE /api/v1/namespaces/{namespace}/services/{name}/proxy
Kubernetes.CoreV1Api connectCoreV1DeleteNamespacedServiceProxyWithPath DELETE /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
Kubernetes.CoreV1Api connectCoreV1DeleteNodeProxy DELETE /api/v1/nodes/{name}/proxy
Kubernetes.CoreV1Api connectCoreV1DeleteNodeProxyWithPath DELETE /api/v1/nodes/{name}/proxy/{path}
Kubernetes.CoreV1Api connectCoreV1GetNamespacedPodAttach GET /api/v1/namespaces/{namespace}/pods/{name}/attach
Kubernetes.CoreV1Api connectCoreV1GetNamespacedPodExec GET /api/v1/namespaces/{namespace}/pods/{name}/exec
Kubernetes.CoreV1Api connectCoreV1GetNamespacedPodPortforward GET /api/v1/namespaces/{namespace}/pods/{name}/portforward
Kubernetes.CoreV1Api connectCoreV1GetNamespacedPodProxy GET /api/v1/namespaces/{namespace}/pods/{name}/proxy
Kubernetes.CoreV1Api connectCoreV1GetNamespacedPodProxyWithPath GET /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
Kubernetes.CoreV1Api connectCoreV1GetNamespacedServiceProxy GET /api/v1/namespaces/{namespace}/services/{name}/proxy
Kubernetes.CoreV1Api connectCoreV1GetNamespacedServiceProxyWithPath GET /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
Kubernetes.CoreV1Api connectCoreV1GetNodeProxy GET /api/v1/nodes/{name}/proxy
Kubernetes.CoreV1Api connectCoreV1GetNodeProxyWithPath GET /api/v1/nodes/{name}/proxy/{path}
Kubernetes.CoreV1Api connectCoreV1HeadNamespacedPodProxy HEAD /api/v1/namespaces/{namespace}/pods/{name}/proxy
Kubernetes.CoreV1Api connectCoreV1HeadNamespacedPodProxyWithPath HEAD /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
Kubernetes.CoreV1Api connectCoreV1HeadNamespacedServiceProxy HEAD /api/v1/namespaces/{namespace}/services/{name}/proxy
Kubernetes.CoreV1Api connectCoreV1HeadNamespacedServiceProxyWithPath HEAD /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
Kubernetes.CoreV1Api connectCoreV1HeadNodeProxy HEAD /api/v1/nodes/{name}/proxy
Kubernetes.CoreV1Api connectCoreV1HeadNodeProxyWithPath HEAD /api/v1/nodes/{name}/proxy/{path}
Kubernetes.CoreV1Api connectCoreV1OptionsNamespacedPodProxy OPTIONS /api/v1/namespaces/{namespace}/pods/{name}/proxy
Kubernetes.CoreV1Api connectCoreV1OptionsNamespacedPodProxyWithPath OPTIONS /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
Kubernetes.CoreV1Api connectCoreV1OptionsNamespacedServiceProxy OPTIONS /api/v1/namespaces/{namespace}/services/{name}/proxy
Kubernetes.CoreV1Api connectCoreV1OptionsNamespacedServiceProxyWithPath OPTIONS /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
Kubernetes.CoreV1Api connectCoreV1OptionsNodeProxy OPTIONS /api/v1/nodes/{name}/proxy
Kubernetes.CoreV1Api connectCoreV1OptionsNodeProxyWithPath OPTIONS /api/v1/nodes/{name}/proxy/{path}
Kubernetes.CoreV1Api connectCoreV1PatchNamespacedPodProxy PATCH /api/v1/namespaces/{namespace}/pods/{name}/proxy
Kubernetes.CoreV1Api connectCoreV1PatchNamespacedPodProxyWithPath PATCH /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
Kubernetes.CoreV1Api connectCoreV1PatchNamespacedServiceProxy PATCH /api/v1/namespaces/{namespace}/services/{name}/proxy
Kubernetes.CoreV1Api connectCoreV1PatchNamespacedServiceProxyWithPath PATCH /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
Kubernetes.CoreV1Api connectCoreV1PatchNodeProxy PATCH /api/v1/nodes/{name}/proxy
Kubernetes.CoreV1Api connectCoreV1PatchNodeProxyWithPath PATCH /api/v1/nodes/{name}/proxy/{path}
Kubernetes.CoreV1Api connectCoreV1PostNamespacedPodAttach POST /api/v1/namespaces/{namespace}/pods/{name}/attach
Kubernetes.CoreV1Api connectCoreV1PostNamespacedPodExec POST /api/v1/namespaces/{namespace}/pods/{name}/exec
Kubernetes.CoreV1Api connectCoreV1PostNamespacedPodPortforward POST /api/v1/namespaces/{namespace}/pods/{name}/portforward
Kubernetes.CoreV1Api connectCoreV1PostNamespacedPodProxy POST /api/v1/namespaces/{namespace}/pods/{name}/proxy
Kubernetes.CoreV1Api connectCoreV1PostNamespacedPodProxyWithPath POST /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
Kubernetes.CoreV1Api connectCoreV1PostNamespacedServiceProxy POST /api/v1/namespaces/{namespace}/services/{name}/proxy
Kubernetes.CoreV1Api connectCoreV1PostNamespacedServiceProxyWithPath POST /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
Kubernetes.CoreV1Api connectCoreV1PostNodeProxy POST /api/v1/nodes/{name}/proxy
Kubernetes.CoreV1Api connectCoreV1PostNodeProxyWithPath POST /api/v1/nodes/{name}/proxy/{path}
Kubernetes.CoreV1Api connectCoreV1PutNamespacedPodProxy PUT /api/v1/namespaces/{namespace}/pods/{name}/proxy
Kubernetes.CoreV1Api connectCoreV1PutNamespacedPodProxyWithPath PUT /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
Kubernetes.CoreV1Api connectCoreV1PutNamespacedServiceProxy PUT /api/v1/namespaces/{namespace}/services/{name}/proxy
Kubernetes.CoreV1Api connectCoreV1PutNamespacedServiceProxyWithPath PUT /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
Kubernetes.CoreV1Api connectCoreV1PutNodeProxy PUT /api/v1/nodes/{name}/proxy
Kubernetes.CoreV1Api connectCoreV1PutNodeProxyWithPath PUT /api/v1/nodes/{name}/proxy/{path}
Kubernetes.CoreV1Api createCoreV1Namespace POST /api/v1/namespaces
Kubernetes.CoreV1Api createCoreV1NamespacedBinding POST /api/v1/namespaces/{namespace}/bindings
Kubernetes.CoreV1Api createCoreV1NamespacedConfigMap POST /api/v1/namespaces/{namespace}/configmaps
Kubernetes.CoreV1Api createCoreV1NamespacedEndpoints POST /api/v1/namespaces/{namespace}/endpoints
Kubernetes.CoreV1Api createCoreV1NamespacedEvent POST /api/v1/namespaces/{namespace}/events
Kubernetes.CoreV1Api createCoreV1NamespacedLimitRange POST /api/v1/namespaces/{namespace}/limitranges
Kubernetes.CoreV1Api createCoreV1NamespacedPersistentVolumeClaim POST /api/v1/namespaces/{namespace}/persistentvolumeclaims
Kubernetes.CoreV1Api createCoreV1NamespacedPod POST /api/v1/namespaces/{namespace}/pods
Kubernetes.CoreV1Api createCoreV1NamespacedPodBinding POST /api/v1/namespaces/{namespace}/pods/{name}/binding
Kubernetes.CoreV1Api createCoreV1NamespacedPodEviction POST /api/v1/namespaces/{namespace}/pods/{name}/eviction
Kubernetes.CoreV1Api createCoreV1NamespacedPodTemplate POST /api/v1/namespaces/{namespace}/podtemplates
Kubernetes.CoreV1Api createCoreV1NamespacedReplicationController POST /api/v1/namespaces/{namespace}/replicationcontrollers
Kubernetes.CoreV1Api createCoreV1NamespacedResourceQuota POST /api/v1/namespaces/{namespace}/resourcequotas
Kubernetes.CoreV1Api createCoreV1NamespacedSecret POST /api/v1/namespaces/{namespace}/secrets
Kubernetes.CoreV1Api createCoreV1NamespacedService POST /api/v1/namespaces/{namespace}/services
Kubernetes.CoreV1Api createCoreV1NamespacedServiceAccount POST /api/v1/namespaces/{namespace}/serviceaccounts
Kubernetes.CoreV1Api createCoreV1NamespacedServiceAccountToken POST /api/v1/namespaces/{namespace}/serviceaccounts/{name}/token
Kubernetes.CoreV1Api createCoreV1Node POST /api/v1/nodes
Kubernetes.CoreV1Api createCoreV1PersistentVolume POST /api/v1/persistentvolumes
Kubernetes.CoreV1Api deleteCoreV1CollectionNamespacedConfigMap DELETE /api/v1/namespaces/{namespace}/configmaps
Kubernetes.CoreV1Api deleteCoreV1CollectionNamespacedEndpoints DELETE /api/v1/namespaces/{namespace}/endpoints
Kubernetes.CoreV1Api deleteCoreV1CollectionNamespacedEvent DELETE /api/v1/namespaces/{namespace}/events
Kubernetes.CoreV1Api deleteCoreV1CollectionNamespacedLimitRange DELETE /api/v1/namespaces/{namespace}/limitranges
Kubernetes.CoreV1Api deleteCoreV1CollectionNamespacedPersistentVolumeClaim DELETE /api/v1/namespaces/{namespace}/persistentvolumeclaims
Kubernetes.CoreV1Api deleteCoreV1CollectionNamespacedPod DELETE /api/v1/namespaces/{namespace}/pods
Kubernetes.CoreV1Api deleteCoreV1CollectionNamespacedPodTemplate DELETE /api/v1/namespaces/{namespace}/podtemplates
Kubernetes.CoreV1Api deleteCoreV1CollectionNamespacedReplicationController DELETE /api/v1/namespaces/{namespace}/replicationcontrollers
Kubernetes.CoreV1Api deleteCoreV1CollectionNamespacedResourceQuota DELETE /api/v1/namespaces/{namespace}/resourcequotas
Kubernetes.CoreV1Api deleteCoreV1CollectionNamespacedSecret DELETE /api/v1/namespaces/{namespace}/secrets
Kubernetes.CoreV1Api deleteCoreV1CollectionNamespacedService DELETE /api/v1/namespaces/{namespace}/services
Kubernetes.CoreV1Api deleteCoreV1CollectionNamespacedServiceAccount DELETE /api/v1/namespaces/{namespace}/serviceaccounts
Kubernetes.CoreV1Api deleteCoreV1CollectionNode DELETE /api/v1/nodes
Kubernetes.CoreV1Api deleteCoreV1CollectionPersistentVolume DELETE /api/v1/persistentvolumes
Kubernetes.CoreV1Api deleteCoreV1Namespace DELETE /api/v1/namespaces/{name}
Kubernetes.CoreV1Api deleteCoreV1NamespacedConfigMap DELETE /api/v1/namespaces/{namespace}/configmaps/{name}
Kubernetes.CoreV1Api deleteCoreV1NamespacedEndpoints DELETE /api/v1/namespaces/{namespace}/endpoints/{name}
Kubernetes.CoreV1Api deleteCoreV1NamespacedEvent DELETE /api/v1/namespaces/{namespace}/events/{name}
Kubernetes.CoreV1Api deleteCoreV1NamespacedLimitRange DELETE /api/v1/namespaces/{namespace}/limitranges/{name}
Kubernetes.CoreV1Api deleteCoreV1NamespacedPersistentVolumeClaim DELETE /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}
Kubernetes.CoreV1Api deleteCoreV1NamespacedPod DELETE /api/v1/namespaces/{namespace}/pods/{name}
Kubernetes.CoreV1Api deleteCoreV1NamespacedPodTemplate DELETE /api/v1/namespaces/{namespace}/podtemplates/{name}
Kubernetes.CoreV1Api deleteCoreV1NamespacedReplicationController DELETE /api/v1/namespaces/{namespace}/replicationcontrollers/{name}
Kubernetes.CoreV1Api deleteCoreV1NamespacedResourceQuota DELETE /api/v1/namespaces/{namespace}/resourcequotas/{name}
Kubernetes.CoreV1Api deleteCoreV1NamespacedSecret DELETE /api/v1/namespaces/{namespace}/secrets/{name}
Kubernetes.CoreV1Api deleteCoreV1NamespacedService DELETE /api/v1/namespaces/{namespace}/services/{name}
Kubernetes.CoreV1Api deleteCoreV1NamespacedServiceAccount DELETE /api/v1/namespaces/{namespace}/serviceaccounts/{name}
Kubernetes.CoreV1Api deleteCoreV1Node DELETE /api/v1/nodes/{name}
Kubernetes.CoreV1Api deleteCoreV1PersistentVolume DELETE /api/v1/persistentvolumes/{name}
Kubernetes.CoreV1Api getCoreV1APIResources GET /api/v1/
Kubernetes.CoreV1Api listCoreV1ComponentStatus GET /api/v1/componentstatuses
Kubernetes.CoreV1Api listCoreV1ConfigMapForAllNamespaces GET /api/v1/configmaps
Kubernetes.CoreV1Api listCoreV1EndpointsForAllNamespaces GET /api/v1/endpoints
Kubernetes.CoreV1Api listCoreV1EventForAllNamespaces GET /api/v1/events
Kubernetes.CoreV1Api listCoreV1LimitRangeForAllNamespaces GET /api/v1/limitranges
Kubernetes.CoreV1Api listCoreV1Namespace GET /api/v1/namespaces
Kubernetes.CoreV1Api listCoreV1NamespacedConfigMap GET /api/v1/namespaces/{namespace}/configmaps
Kubernetes.CoreV1Api listCoreV1NamespacedEndpoints GET /api/v1/namespaces/{namespace}/endpoints
Kubernetes.CoreV1Api listCoreV1NamespacedEvent GET /api/v1/namespaces/{namespace}/events
Kubernetes.CoreV1Api listCoreV1NamespacedLimitRange GET /api/v1/namespaces/{namespace}/limitranges
Kubernetes.CoreV1Api listCoreV1NamespacedPersistentVolumeClaim GET /api/v1/namespaces/{namespace}/persistentvolumeclaims
Kubernetes.CoreV1Api listCoreV1NamespacedPod GET /api/v1/namespaces/{namespace}/pods
Kubernetes.CoreV1Api listCoreV1NamespacedPodTemplate GET /api/v1/namespaces/{namespace}/podtemplates
Kubernetes.CoreV1Api listCoreV1NamespacedReplicationController GET /api/v1/namespaces/{namespace}/replicationcontrollers
Kubernetes.CoreV1Api listCoreV1NamespacedResourceQuota GET /api/v1/namespaces/{namespace}/resourcequotas
Kubernetes.CoreV1Api listCoreV1NamespacedSecret GET /api/v1/namespaces/{namespace}/secrets
Kubernetes.CoreV1Api listCoreV1NamespacedService GET /api/v1/namespaces/{namespace}/services
Kubernetes.CoreV1Api listCoreV1NamespacedServiceAccount GET /api/v1/namespaces/{namespace}/serviceaccounts
Kubernetes.CoreV1Api listCoreV1Node GET /api/v1/nodes
Kubernetes.CoreV1Api listCoreV1PersistentVolume GET /api/v1/persistentvolumes
Kubernetes.CoreV1Api listCoreV1PersistentVolumeClaimForAllNamespaces GET /api/v1/persistentvolumeclaims
Kubernetes.CoreV1Api listCoreV1PodForAllNamespaces GET /api/v1/pods
Kubernetes.CoreV1Api listCoreV1PodTemplateForAllNamespaces GET /api/v1/podtemplates
Kubernetes.CoreV1Api listCoreV1ReplicationControllerForAllNamespaces GET /api/v1/replicationcontrollers
Kubernetes.CoreV1Api listCoreV1ResourceQuotaForAllNamespaces GET /api/v1/resourcequotas
Kubernetes.CoreV1Api listCoreV1SecretForAllNamespaces GET /api/v1/secrets
Kubernetes.CoreV1Api listCoreV1ServiceAccountForAllNamespaces GET /api/v1/serviceaccounts
Kubernetes.CoreV1Api listCoreV1ServiceForAllNamespaces GET /api/v1/services
Kubernetes.CoreV1Api patchCoreV1Namespace PATCH /api/v1/namespaces/{name}
Kubernetes.CoreV1Api patchCoreV1NamespaceStatus PATCH /api/v1/namespaces/{name}/status
Kubernetes.CoreV1Api patchCoreV1NamespacedConfigMap PATCH /api/v1/namespaces/{namespace}/configmaps/{name}
Kubernetes.CoreV1Api patchCoreV1NamespacedEndpoints PATCH /api/v1/namespaces/{namespace}/endpoints/{name}
Kubernetes.CoreV1Api patchCoreV1NamespacedEvent PATCH /api/v1/namespaces/{namespace}/events/{name}
Kubernetes.CoreV1Api patchCoreV1NamespacedLimitRange PATCH /api/v1/namespaces/{namespace}/limitranges/{name}
Kubernetes.CoreV1Api patchCoreV1NamespacedPersistentVolumeClaim PATCH /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}
Kubernetes.CoreV1Api patchCoreV1NamespacedPersistentVolumeClaimStatus PATCH /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status
Kubernetes.CoreV1Api patchCoreV1NamespacedPod PATCH /api/v1/namespaces/{namespace}/pods/{name}
Kubernetes.CoreV1Api patchCoreV1NamespacedPodEphemeralcontainers PATCH /api/v1/namespaces/{namespace}/pods/{name}/ephemeralcontainers
Kubernetes.CoreV1Api patchCoreV1NamespacedPodStatus PATCH /api/v1/namespaces/{namespace}/pods/{name}/status
Kubernetes.CoreV1Api patchCoreV1NamespacedPodTemplate PATCH /api/v1/namespaces/{namespace}/podtemplates/{name}
Kubernetes.CoreV1Api patchCoreV1NamespacedReplicationController PATCH /api/v1/namespaces/{namespace}/replicationcontrollers/{name}
Kubernetes.CoreV1Api patchCoreV1NamespacedReplicationControllerScale PATCH /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale
Kubernetes.CoreV1Api patchCoreV1NamespacedReplicationControllerStatus PATCH /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status
Kubernetes.CoreV1Api patchCoreV1NamespacedResourceQuota PATCH /api/v1/namespaces/{namespace}/resourcequotas/{name}
Kubernetes.CoreV1Api patchCoreV1NamespacedResourceQuotaStatus PATCH /api/v1/namespaces/{namespace}/resourcequotas/{name}/status
Kubernetes.CoreV1Api patchCoreV1NamespacedSecret PATCH /api/v1/namespaces/{namespace}/secrets/{name}
Kubernetes.CoreV1Api patchCoreV1NamespacedService PATCH /api/v1/namespaces/{namespace}/services/{name}
Kubernetes.CoreV1Api patchCoreV1NamespacedServiceAccount PATCH /api/v1/namespaces/{namespace}/serviceaccounts/{name}
Kubernetes.CoreV1Api patchCoreV1NamespacedServiceStatus PATCH /api/v1/namespaces/{namespace}/services/{name}/status
Kubernetes.CoreV1Api patchCoreV1Node PATCH /api/v1/nodes/{name}
Kubernetes.CoreV1Api patchCoreV1NodeStatus PATCH /api/v1/nodes/{name}/status
Kubernetes.CoreV1Api patchCoreV1PersistentVolume PATCH /api/v1/persistentvolumes/{name}
Kubernetes.CoreV1Api patchCoreV1PersistentVolumeStatus PATCH /api/v1/persistentvolumes/{name}/status
Kubernetes.CoreV1Api readCoreV1ComponentStatus GET /api/v1/componentstatuses/{name}
Kubernetes.CoreV1Api readCoreV1Namespace GET /api/v1/namespaces/{name}
Kubernetes.CoreV1Api readCoreV1NamespaceStatus GET /api/v1/namespaces/{name}/status
Kubernetes.CoreV1Api readCoreV1NamespacedConfigMap GET /api/v1/namespaces/{namespace}/configmaps/{name}
Kubernetes.CoreV1Api readCoreV1NamespacedEndpoints GET /api/v1/namespaces/{namespace}/endpoints/{name}
Kubernetes.CoreV1Api readCoreV1NamespacedEvent GET /api/v1/namespaces/{namespace}/events/{name}
Kubernetes.CoreV1Api readCoreV1NamespacedLimitRange GET /api/v1/namespaces/{namespace}/limitranges/{name}
Kubernetes.CoreV1Api readCoreV1NamespacedPersistentVolumeClaim GET /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}
Kubernetes.CoreV1Api readCoreV1NamespacedPersistentVolumeClaimStatus GET /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status
Kubernetes.CoreV1Api readCoreV1NamespacedPod GET /api/v1/namespaces/{namespace}/pods/{name}
Kubernetes.CoreV1Api readCoreV1NamespacedPodEphemeralcontainers GET /api/v1/namespaces/{namespace}/pods/{name}/ephemeralcontainers
Kubernetes.CoreV1Api readCoreV1NamespacedPodLog GET /api/v1/namespaces/{namespace}/pods/{name}/log
Kubernetes.CoreV1Api readCoreV1NamespacedPodStatus GET /api/v1/namespaces/{namespace}/pods/{name}/status
Kubernetes.CoreV1Api readCoreV1NamespacedPodTemplate GET /api/v1/namespaces/{namespace}/podtemplates/{name}
Kubernetes.CoreV1Api readCoreV1NamespacedReplicationController GET /api/v1/namespaces/{namespace}/replicationcontrollers/{name}
Kubernetes.CoreV1Api readCoreV1NamespacedReplicationControllerScale GET /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale
Kubernetes.CoreV1Api readCoreV1NamespacedReplicationControllerStatus GET /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status
Kubernetes.CoreV1Api readCoreV1NamespacedResourceQuota GET /api/v1/namespaces/{namespace}/resourcequotas/{name}
Kubernetes.CoreV1Api readCoreV1NamespacedResourceQuotaStatus GET /api/v1/namespaces/{namespace}/resourcequotas/{name}/status
Kubernetes.CoreV1Api readCoreV1NamespacedSecret GET /api/v1/namespaces/{namespace}/secrets/{name}
Kubernetes.CoreV1Api readCoreV1NamespacedService GET /api/v1/namespaces/{namespace}/services/{name}
Kubernetes.CoreV1Api readCoreV1NamespacedServiceAccount GET /api/v1/namespaces/{namespace}/serviceaccounts/{name}
Kubernetes.CoreV1Api readCoreV1NamespacedServiceStatus GET /api/v1/namespaces/{namespace}/services/{name}/status
Kubernetes.CoreV1Api readCoreV1Node GET /api/v1/nodes/{name}
Kubernetes.CoreV1Api readCoreV1NodeStatus GET /api/v1/nodes/{name}/status
Kubernetes.CoreV1Api readCoreV1PersistentVolume GET /api/v1/persistentvolumes/{name}
Kubernetes.CoreV1Api readCoreV1PersistentVolumeStatus GET /api/v1/persistentvolumes/{name}/status
Kubernetes.CoreV1Api replaceCoreV1Namespace PUT /api/v1/namespaces/{name}
Kubernetes.CoreV1Api replaceCoreV1NamespaceFinalize PUT /api/v1/namespaces/{name}/finalize
Kubernetes.CoreV1Api replaceCoreV1NamespaceStatus PUT /api/v1/namespaces/{name}/status
Kubernetes.CoreV1Api replaceCoreV1NamespacedConfigMap PUT /api/v1/namespaces/{namespace}/configmaps/{name}
Kubernetes.CoreV1Api replaceCoreV1NamespacedEndpoints PUT /api/v1/namespaces/{namespace}/endpoints/{name}
Kubernetes.CoreV1Api replaceCoreV1NamespacedEvent PUT /api/v1/namespaces/{namespace}/events/{name}
Kubernetes.CoreV1Api replaceCoreV1NamespacedLimitRange PUT /api/v1/namespaces/{namespace}/limitranges/{name}
Kubernetes.CoreV1Api replaceCoreV1NamespacedPersistentVolumeClaim PUT /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}
Kubernetes.CoreV1Api replaceCoreV1NamespacedPersistentVolumeClaimStatus PUT /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status
Kubernetes.CoreV1Api replaceCoreV1NamespacedPod PUT /api/v1/namespaces/{namespace}/pods/{name}
Kubernetes.CoreV1Api replaceCoreV1NamespacedPodEphemeralcontainers PUT /api/v1/namespaces/{namespace}/pods/{name}/ephemeralcontainers
Kubernetes.CoreV1Api replaceCoreV1NamespacedPodStatus PUT /api/v1/namespaces/{namespace}/pods/{name}/status
Kubernetes.CoreV1Api replaceCoreV1NamespacedPodTemplate PUT /api/v1/namespaces/{namespace}/podtemplates/{name}
Kubernetes.CoreV1Api replaceCoreV1NamespacedReplicationController PUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name}
Kubernetes.CoreV1Api replaceCoreV1NamespacedReplicationControllerScale PUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale
Kubernetes.CoreV1Api replaceCoreV1NamespacedReplicationControllerStatus PUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status
Kubernetes.CoreV1Api replaceCoreV1NamespacedResourceQuota PUT /api/v1/namespaces/{namespace}/resourcequotas/{name}
Kubernetes.CoreV1Api replaceCoreV1NamespacedResourceQuotaStatus PUT /api/v1/namespaces/{namespace}/resourcequotas/{name}/status
Kubernetes.CoreV1Api replaceCoreV1NamespacedSecret PUT /api/v1/namespaces/{namespace}/secrets/{name}
Kubernetes.CoreV1Api replaceCoreV1NamespacedService PUT /api/v1/namespaces/{namespace}/services/{name}
Kubernetes.CoreV1Api replaceCoreV1NamespacedServiceAccount PUT /api/v1/namespaces/{namespace}/serviceaccounts/{name}
Kubernetes.CoreV1Api replaceCoreV1NamespacedServiceStatus PUT /api/v1/namespaces/{namespace}/services/{name}/status
Kubernetes.CoreV1Api replaceCoreV1Node PUT /api/v1/nodes/{name}
Kubernetes.CoreV1Api replaceCoreV1NodeStatus PUT /api/v1/nodes/{name}/status
Kubernetes.CoreV1Api replaceCoreV1PersistentVolume PUT /api/v1/persistentvolumes/{name}
Kubernetes.CoreV1Api replaceCoreV1PersistentVolumeStatus PUT /api/v1/persistentvolumes/{name}/status
Kubernetes.CoreV1Api watchCoreV1ConfigMapListForAllNamespaces GET /api/v1/watch/configmaps
Kubernetes.CoreV1Api watchCoreV1EndpointsListForAllNamespaces GET /api/v1/watch/endpoints
Kubernetes.CoreV1Api watchCoreV1EventListForAllNamespaces GET /api/v1/watch/events
Kubernetes.CoreV1Api watchCoreV1LimitRangeListForAllNamespaces GET /api/v1/watch/limitranges
Kubernetes.CoreV1Api watchCoreV1Namespace GET /api/v1/watch/namespaces/{name}
Kubernetes.CoreV1Api watchCoreV1NamespaceList GET /api/v1/watch/namespaces
Kubernetes.CoreV1Api watchCoreV1NamespacedConfigMap GET /api/v1/watch/namespaces/{namespace}/configmaps/{name}
Kubernetes.CoreV1Api watchCoreV1NamespacedConfigMapList GET /api/v1/watch/namespaces/{namespace}/configmaps
Kubernetes.CoreV1Api watchCoreV1NamespacedEndpoints GET /api/v1/watch/namespaces/{namespace}/endpoints/{name}
Kubernetes.CoreV1Api watchCoreV1NamespacedEndpointsList GET /api/v1/watch/namespaces/{namespace}/endpoints
Kubernetes.CoreV1Api watchCoreV1NamespacedEvent GET /api/v1/watch/namespaces/{namespace}/events/{name}
Kubernetes.CoreV1Api watchCoreV1NamespacedEventList GET /api/v1/watch/namespaces/{namespace}/events
Kubernetes.CoreV1Api watchCoreV1NamespacedLimitRange GET /api/v1/watch/namespaces/{namespace}/limitranges/{name}
Kubernetes.CoreV1Api watchCoreV1NamespacedLimitRangeList GET /api/v1/watch/namespaces/{namespace}/limitranges
Kubernetes.CoreV1Api watchCoreV1NamespacedPersistentVolumeClaim GET /api/v1/watch/namespaces/{namespace}/persistentvolumeclaims/{name}
Kubernetes.CoreV1Api watchCoreV1NamespacedPersistentVolumeClaimList GET /api/v1/watch/namespaces/{namespace}/persistentvolumeclaims
Kubernetes.CoreV1Api watchCoreV1NamespacedPod GET /api/v1/watch/namespaces/{namespace}/pods/{name}
Kubernetes.CoreV1Api watchCoreV1NamespacedPodList GET /api/v1/watch/namespaces/{namespace}/pods
Kubernetes.CoreV1Api watchCoreV1NamespacedPodTemplate GET /api/v1/watch/namespaces/{namespace}/podtemplates/{name}
Kubernetes.CoreV1Api watchCoreV1NamespacedPodTemplateList GET /api/v1/watch/namespaces/{namespace}/podtemplates
Kubernetes.CoreV1Api watchCoreV1NamespacedReplicationController GET /api/v1/watch/namespaces/{namespace}/replicationcontrollers/{name}
Kubernetes.CoreV1Api watchCoreV1NamespacedReplicationControllerList GET /api/v1/watch/namespaces/{namespace}/replicationcontrollers
Kubernetes.CoreV1Api watchCoreV1NamespacedResourceQuota GET /api/v1/watch/namespaces/{namespace}/resourcequotas/{name}
Kubernetes.CoreV1Api watchCoreV1NamespacedResourceQuotaList GET /api/v1/watch/namespaces/{namespace}/resourcequotas
Kubernetes.CoreV1Api watchCoreV1NamespacedSecret GET /api/v1/watch/namespaces/{namespace}/secrets/{name}
Kubernetes.CoreV1Api watchCoreV1NamespacedSecretList GET /api/v1/watch/namespaces/{namespace}/secrets
Kubernetes.CoreV1Api watchCoreV1NamespacedService GET /api/v1/watch/namespaces/{namespace}/services/{name}
Kubernetes.CoreV1Api watchCoreV1NamespacedServiceAccount GET /api/v1/watch/namespaces/{namespace}/serviceaccounts/{name}
Kubernetes.CoreV1Api watchCoreV1NamespacedServiceAccountList GET /api/v1/watch/namespaces/{namespace}/serviceaccounts
Kubernetes.CoreV1Api watchCoreV1NamespacedServiceList GET /api/v1/watch/namespaces/{namespace}/services
Kubernetes.CoreV1Api watchCoreV1Node GET /api/v1/watch/nodes/{name}
Kubernetes.CoreV1Api watchCoreV1NodeList GET /api/v1/watch/nodes
Kubernetes.CoreV1Api watchCoreV1PersistentVolume GET /api/v1/watch/persistentvolumes/{name}
Kubernetes.CoreV1Api watchCoreV1PersistentVolumeClaimListForAllNamespaces GET /api/v1/watch/persistentvolumeclaims
Kubernetes.CoreV1Api watchCoreV1PersistentVolumeList GET /api/v1/watch/persistentvolumes
Kubernetes.CoreV1Api watchCoreV1PodListForAllNamespaces GET /api/v1/watch/pods
Kubernetes.CoreV1Api watchCoreV1PodTemplateListForAllNamespaces GET /api/v1/watch/podtemplates
Kubernetes.CoreV1Api watchCoreV1ReplicationControllerListForAllNamespaces GET /api/v1/watch/replicationcontrollers
Kubernetes.CoreV1Api watchCoreV1ResourceQuotaListForAllNamespaces GET /api/v1/watch/resourcequotas
Kubernetes.CoreV1Api watchCoreV1SecretListForAllNamespaces GET /api/v1/watch/secrets
Kubernetes.CoreV1Api watchCoreV1ServiceAccountListForAllNamespaces GET /api/v1/watch/serviceaccounts
Kubernetes.CoreV1Api watchCoreV1ServiceListForAllNamespaces GET /api/v1/watch/services
Kubernetes.DiscoveryApi getDiscoveryAPIGroup GET /apis/discovery.k8s.io/
Kubernetes.DiscoveryV1Api createDiscoveryV1NamespacedEndpointSlice POST /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices
Kubernetes.DiscoveryV1Api deleteDiscoveryV1CollectionNamespacedEndpointSlice DELETE /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices
Kubernetes.DiscoveryV1Api deleteDiscoveryV1NamespacedEndpointSlice DELETE /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices/{name}
Kubernetes.DiscoveryV1Api getDiscoveryV1APIResources GET /apis/discovery.k8s.io/v1/
Kubernetes.DiscoveryV1Api listDiscoveryV1EndpointSliceForAllNamespaces GET /apis/discovery.k8s.io/v1/endpointslices
Kubernetes.DiscoveryV1Api listDiscoveryV1NamespacedEndpointSlice GET /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices
Kubernetes.DiscoveryV1Api patchDiscoveryV1NamespacedEndpointSlice PATCH /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices/{name}
Kubernetes.DiscoveryV1Api readDiscoveryV1NamespacedEndpointSlice GET /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices/{name}
Kubernetes.DiscoveryV1Api replaceDiscoveryV1NamespacedEndpointSlice PUT /apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices/{name}
Kubernetes.DiscoveryV1Api watchDiscoveryV1EndpointSliceListForAllNamespaces GET /apis/discovery.k8s.io/v1/watch/endpointslices
Kubernetes.DiscoveryV1Api watchDiscoveryV1NamespacedEndpointSlice GET /apis/discovery.k8s.io/v1/watch/namespaces/{namespace}/endpointslices/{name}
Kubernetes.DiscoveryV1Api watchDiscoveryV1NamespacedEndpointSliceList GET /apis/discovery.k8s.io/v1/watch/namespaces/{namespace}/endpointslices
Kubernetes.EventsApi getEventsAPIGroup GET /apis/events.k8s.io/
Kubernetes.EventsV1Api createEventsV1NamespacedEvent POST /apis/events.k8s.io/v1/namespaces/{namespace}/events
Kubernetes.EventsV1Api deleteEventsV1CollectionNamespacedEvent DELETE /apis/events.k8s.io/v1/namespaces/{namespace}/events
Kubernetes.EventsV1Api deleteEventsV1NamespacedEvent DELETE /apis/events.k8s.io/v1/namespaces/{namespace}/events/{name}
Kubernetes.EventsV1Api getEventsV1APIResources GET /apis/events.k8s.io/v1/
Kubernetes.EventsV1Api listEventsV1EventForAllNamespaces GET /apis/events.k8s.io/v1/events
Kubernetes.EventsV1Api listEventsV1NamespacedEvent GET /apis/events.k8s.io/v1/namespaces/{namespace}/events
Kubernetes.EventsV1Api patchEventsV1NamespacedEvent PATCH /apis/events.k8s.io/v1/namespaces/{namespace}/events/{name}
Kubernetes.EventsV1Api readEventsV1NamespacedEvent GET /apis/events.k8s.io/v1/namespaces/{namespace}/events/{name}
Kubernetes.EventsV1Api replaceEventsV1NamespacedEvent PUT /apis/events.k8s.io/v1/namespaces/{namespace}/events/{name}
Kubernetes.EventsV1Api watchEventsV1EventListForAllNamespaces GET /apis/events.k8s.io/v1/watch/events
Kubernetes.EventsV1Api watchEventsV1NamespacedEvent GET /apis/events.k8s.io/v1/watch/namespaces/{namespace}/events/{name}
Kubernetes.EventsV1Api watchEventsV1NamespacedEventList GET /apis/events.k8s.io/v1/watch/namespaces/{namespace}/events
Kubernetes.FlowVolcanoShV1alpha1Api createFlowVolcanoShV1alpha1NamespacedJobFlow POST /apis/flow.volcano.sh/v1alpha1/namespaces/{namespace}/jobflows
Kubernetes.FlowVolcanoShV1alpha1Api createFlowVolcanoShV1alpha1NamespacedJobTemplate POST /apis/flow.volcano.sh/v1alpha1/namespaces/{namespace}/jobtemplates
Kubernetes.FlowVolcanoShV1alpha1Api deleteFlowVolcanoShV1alpha1CollectionNamespacedJobFlow DELETE /apis/flow.volcano.sh/v1alpha1/namespaces/{namespace}/jobflows
Kubernetes.FlowVolcanoShV1alpha1Api deleteFlowVolcanoShV1alpha1CollectionNamespacedJobTemplate DELETE /apis/flow.volcano.sh/v1alpha1/namespaces/{namespace}/jobtemplates
Kubernetes.FlowVolcanoShV1alpha1Api deleteFlowVolcanoShV1alpha1NamespacedJobFlow DELETE /apis/flow.volcano.sh/v1alpha1/namespaces/{namespace}/jobflows/{name}
Kubernetes.FlowVolcanoShV1alpha1Api deleteFlowVolcanoShV1alpha1NamespacedJobTemplate DELETE /apis/flow.volcano.sh/v1alpha1/namespaces/{namespace}/jobtemplates/{name}
Kubernetes.FlowVolcanoShV1alpha1Api listFlowVolcanoShV1alpha1JobFlowForAllNamespaces GET /apis/flow.volcano.sh/v1alpha1/jobflows
Kubernetes.FlowVolcanoShV1alpha1Api listFlowVolcanoShV1alpha1JobTemplateForAllNamespaces GET /apis/flow.volcano.sh/v1alpha1/jobtemplates
Kubernetes.FlowVolcanoShV1alpha1Api listFlowVolcanoShV1alpha1NamespacedJobFlow GET /apis/flow.volcano.sh/v1alpha1/namespaces/{namespace}/jobflows
Kubernetes.FlowVolcanoShV1alpha1Api listFlowVolcanoShV1alpha1NamespacedJobTemplate GET /apis/flow.volcano.sh/v1alpha1/namespaces/{namespace}/jobtemplates
Kubernetes.FlowVolcanoShV1alpha1Api patchFlowVolcanoShV1alpha1NamespacedJobFlow PATCH /apis/flow.volcano.sh/v1alpha1/namespaces/{namespace}/jobflows/{name}
Kubernetes.FlowVolcanoShV1alpha1Api patchFlowVolcanoShV1alpha1NamespacedJobFlowStatus PATCH /apis/flow.volcano.sh/v1alpha1/namespaces/{namespace}/jobflows/{name}/status
Kubernetes.FlowVolcanoShV1alpha1Api patchFlowVolcanoShV1alpha1NamespacedJobTemplate PATCH /apis/flow.volcano.sh/v1alpha1/namespaces/{namespace}/jobtemplates/{name}
Kubernetes.FlowVolcanoShV1alpha1Api patchFlowVolcanoShV1alpha1NamespacedJobTemplateStatus PATCH /apis/flow.volcano.sh/v1alpha1/namespaces/{namespace}/jobtemplates/{name}/status
Kubernetes.FlowVolcanoShV1alpha1Api readFlowVolcanoShV1alpha1NamespacedJobFlow GET /apis/flow.volcano.sh/v1alpha1/namespaces/{namespace}/jobflows/{name}
Kubernetes.FlowVolcanoShV1alpha1Api readFlowVolcanoShV1alpha1NamespacedJobFlowStatus GET /apis/flow.volcano.sh/v1alpha1/namespaces/{namespace}/jobflows/{name}/status
Kubernetes.FlowVolcanoShV1alpha1Api readFlowVolcanoShV1alpha1NamespacedJobTemplate GET /apis/flow.volcano.sh/v1alpha1/namespaces/{namespace}/jobtemplates/{name}
Kubernetes.FlowVolcanoShV1alpha1Api readFlowVolcanoShV1alpha1NamespacedJobTemplateStatus GET /apis/flow.volcano.sh/v1alpha1/namespaces/{namespace}/jobtemplates/{name}/status
Kubernetes.FlowVolcanoShV1alpha1Api replaceFlowVolcanoShV1alpha1NamespacedJobFlow PUT /apis/flow.volcano.sh/v1alpha1/namespaces/{namespace}/jobflows/{name}
Kubernetes.FlowVolcanoShV1alpha1Api replaceFlowVolcanoShV1alpha1NamespacedJobFlowStatus PUT /apis/flow.volcano.sh/v1alpha1/namespaces/{namespace}/jobflows/{name}/status
Kubernetes.FlowVolcanoShV1alpha1Api replaceFlowVolcanoShV1alpha1NamespacedJobTemplate PUT /apis/flow.volcano.sh/v1alpha1/namespaces/{namespace}/jobtemplates/{name}
Kubernetes.FlowVolcanoShV1alpha1Api replaceFlowVolcanoShV1alpha1NamespacedJobTemplateStatus PUT /apis/flow.volcano.sh/v1alpha1/namespaces/{namespace}/jobtemplates/{name}/status
Kubernetes.FlowcontrolApiserverApi getFlowcontrolApiserverAPIGroup GET /apis/flowcontrol.apiserver.k8s.io/
Kubernetes.FlowcontrolApiserverV1Api createFlowcontrolApiserverV1FlowSchema POST /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas
Kubernetes.FlowcontrolApiserverV1Api createFlowcontrolApiserverV1PriorityLevelConfiguration POST /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations
Kubernetes.FlowcontrolApiserverV1Api deleteFlowcontrolApiserverV1CollectionFlowSchema DELETE /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas
Kubernetes.FlowcontrolApiserverV1Api deleteFlowcontrolApiserverV1CollectionPriorityLevelConfiguration DELETE /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations
Kubernetes.FlowcontrolApiserverV1Api deleteFlowcontrolApiserverV1FlowSchema DELETE /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/{name}
Kubernetes.FlowcontrolApiserverV1Api deleteFlowcontrolApiserverV1PriorityLevelConfiguration DELETE /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/{name}
Kubernetes.FlowcontrolApiserverV1Api getFlowcontrolApiserverV1APIResources GET /apis/flowcontrol.apiserver.k8s.io/v1/
Kubernetes.FlowcontrolApiserverV1Api listFlowcontrolApiserverV1FlowSchema GET /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas
Kubernetes.FlowcontrolApiserverV1Api listFlowcontrolApiserverV1PriorityLevelConfiguration GET /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations
Kubernetes.FlowcontrolApiserverV1Api patchFlowcontrolApiserverV1FlowSchema PATCH /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/{name}
Kubernetes.FlowcontrolApiserverV1Api patchFlowcontrolApiserverV1FlowSchemaStatus PATCH /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/{name}/status
Kubernetes.FlowcontrolApiserverV1Api patchFlowcontrolApiserverV1PriorityLevelConfiguration PATCH /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/{name}
Kubernetes.FlowcontrolApiserverV1Api patchFlowcontrolApiserverV1PriorityLevelConfigurationStatus PATCH /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/{name}/status
Kubernetes.FlowcontrolApiserverV1Api readFlowcontrolApiserverV1FlowSchema GET /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/{name}
Kubernetes.FlowcontrolApiserverV1Api readFlowcontrolApiserverV1FlowSchemaStatus GET /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/{name}/status
Kubernetes.FlowcontrolApiserverV1Api readFlowcontrolApiserverV1PriorityLevelConfiguration GET /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/{name}
Kubernetes.FlowcontrolApiserverV1Api readFlowcontrolApiserverV1PriorityLevelConfigurationStatus GET /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/{name}/status
Kubernetes.FlowcontrolApiserverV1Api replaceFlowcontrolApiserverV1FlowSchema PUT /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/{name}
Kubernetes.FlowcontrolApiserverV1Api replaceFlowcontrolApiserverV1FlowSchemaStatus PUT /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/{name}/status
Kubernetes.FlowcontrolApiserverV1Api replaceFlowcontrolApiserverV1PriorityLevelConfiguration PUT /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/{name}
Kubernetes.FlowcontrolApiserverV1Api replaceFlowcontrolApiserverV1PriorityLevelConfigurationStatus PUT /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/{name}/status
Kubernetes.FlowcontrolApiserverV1Api watchFlowcontrolApiserverV1FlowSchema GET /apis/flowcontrol.apiserver.k8s.io/v1/watch/flowschemas/{name}
Kubernetes.FlowcontrolApiserverV1Api watchFlowcontrolApiserverV1FlowSchemaList GET /apis/flowcontrol.apiserver.k8s.io/v1/watch/flowschemas
Kubernetes.FlowcontrolApiserverV1Api watchFlowcontrolApiserverV1PriorityLevelConfiguration GET /apis/flowcontrol.apiserver.k8s.io/v1/watch/prioritylevelconfigurations/{name}
Kubernetes.FlowcontrolApiserverV1Api watchFlowcontrolApiserverV1PriorityLevelConfigurationList GET /apis/flowcontrol.apiserver.k8s.io/v1/watch/prioritylevelconfigurations
Kubernetes.FlowcontrolApiserverV1beta3Api createFlowcontrolApiserverV1beta3FlowSchema POST /apis/flowcontrol.apiserver.k8s.io/v1beta3/flowschemas
Kubernetes.FlowcontrolApiserverV1beta3Api createFlowcontrolApiserverV1beta3PriorityLevelConfiguration POST /apis/flowcontrol.apiserver.k8s.io/v1beta3/prioritylevelconfigurations
Kubernetes.FlowcontrolApiserverV1beta3Api deleteFlowcontrolApiserverV1beta3CollectionFlowSchema DELETE /apis/flowcontrol.apiserver.k8s.io/v1beta3/flowschemas
Kubernetes.FlowcontrolApiserverV1beta3Api deleteFlowcontrolApiserverV1beta3CollectionPriorityLevelConfiguration DELETE /apis/flowcontrol.apiserver.k8s.io/v1beta3/prioritylevelconfigurations
Kubernetes.FlowcontrolApiserverV1beta3Api deleteFlowcontrolApiserverV1beta3FlowSchema DELETE /apis/flowcontrol.apiserver.k8s.io/v1beta3/flowschemas/{name}
Kubernetes.FlowcontrolApiserverV1beta3Api deleteFlowcontrolApiserverV1beta3PriorityLevelConfiguration DELETE /apis/flowcontrol.apiserver.k8s.io/v1beta3/prioritylevelconfigurations/{name}
Kubernetes.FlowcontrolApiserverV1beta3Api getFlowcontrolApiserverV1beta3APIResources GET /apis/flowcontrol.apiserver.k8s.io/v1beta3/
Kubernetes.FlowcontrolApiserverV1beta3Api listFlowcontrolApiserverV1beta3FlowSchema GET /apis/flowcontrol.apiserver.k8s.io/v1beta3/flowschemas
Kubernetes.FlowcontrolApiserverV1beta3Api listFlowcontrolApiserverV1beta3PriorityLevelConfiguration GET /apis/flowcontrol.apiserver.k8s.io/v1beta3/prioritylevelconfigurations
Kubernetes.FlowcontrolApiserverV1beta3Api patchFlowcontrolApiserverV1beta3FlowSchema PATCH /apis/flowcontrol.apiserver.k8s.io/v1beta3/flowschemas/{name}
Kubernetes.FlowcontrolApiserverV1beta3Api patchFlowcontrolApiserverV1beta3FlowSchemaStatus PATCH /apis/flowcontrol.apiserver.k8s.io/v1beta3/flowschemas/{name}/status
Kubernetes.FlowcontrolApiserverV1beta3Api patchFlowcontrolApiserverV1beta3PriorityLevelConfiguration PATCH /apis/flowcontrol.apiserver.k8s.io/v1beta3/prioritylevelconfigurations/{name}
Kubernetes.FlowcontrolApiserverV1beta3Api patchFlowcontrolApiserverV1beta3PriorityLevelConfigurationStatus PATCH /apis/flowcontrol.apiserver.k8s.io/v1beta3/prioritylevelconfigurations/{name}/status
Kubernetes.FlowcontrolApiserverV1beta3Api readFlowcontrolApiserverV1beta3FlowSchema GET /apis/flowcontrol.apiserver.k8s.io/v1beta3/flowschemas/{name}
Kubernetes.FlowcontrolApiserverV1beta3Api readFlowcontrolApiserverV1beta3FlowSchemaStatus GET /apis/flowcontrol.apiserver.k8s.io/v1beta3/flowschemas/{name}/status
Kubernetes.FlowcontrolApiserverV1beta3Api readFlowcontrolApiserverV1beta3PriorityLevelConfiguration GET /apis/flowcontrol.apiserver.k8s.io/v1beta3/prioritylevelconfigurations/{name}
Kubernetes.FlowcontrolApiserverV1beta3Api readFlowcontrolApiserverV1beta3PriorityLevelConfigurationStatus GET /apis/flowcontrol.apiserver.k8s.io/v1beta3/prioritylevelconfigurations/{name}/status
Kubernetes.FlowcontrolApiserverV1beta3Api replaceFlowcontrolApiserverV1beta3FlowSchema PUT /apis/flowcontrol.apiserver.k8s.io/v1beta3/flowschemas/{name}
Kubernetes.FlowcontrolApiserverV1beta3Api replaceFlowcontrolApiserverV1beta3FlowSchemaStatus PUT /apis/flowcontrol.apiserver.k8s.io/v1beta3/flowschemas/{name}/status
Kubernetes.FlowcontrolApiserverV1beta3Api replaceFlowcontrolApiserverV1beta3PriorityLevelConfiguration PUT /apis/flowcontrol.apiserver.k8s.io/v1beta3/prioritylevelconfigurations/{name}
Kubernetes.FlowcontrolApiserverV1beta3Api replaceFlowcontrolApiserverV1beta3PriorityLevelConfigurationStatus PUT /apis/flowcontrol.apiserver.k8s.io/v1beta3/prioritylevelconfigurations/{name}/status
Kubernetes.FlowcontrolApiserverV1beta3Api watchFlowcontrolApiserverV1beta3FlowSchema GET /apis/flowcontrol.apiserver.k8s.io/v1beta3/watch/flowschemas/{name}
Kubernetes.FlowcontrolApiserverV1beta3Api watchFlowcontrolApiserverV1beta3FlowSchemaList GET /apis/flowcontrol.apiserver.k8s.io/v1beta3/watch/flowschemas
Kubernetes.FlowcontrolApiserverV1beta3Api watchFlowcontrolApiserverV1beta3PriorityLevelConfiguration GET /apis/flowcontrol.apiserver.k8s.io/v1beta3/watch/prioritylevelconfigurations/{name}
Kubernetes.FlowcontrolApiserverV1beta3Api watchFlowcontrolApiserverV1beta3PriorityLevelConfigurationList GET /apis/flowcontrol.apiserver.k8s.io/v1beta3/watch/prioritylevelconfigurations
Kubernetes.LogsApi logFileHandler GET /logs/{logpath}
Kubernetes.LogsApi logFileListHandler GET /logs/
Kubernetes.NetworkingApi getNetworkingAPIGroup GET /apis/networking.k8s.io/
Kubernetes.NetworkingV1Api createNetworkingV1IngressClass POST /apis/networking.k8s.io/v1/ingressclasses
Kubernetes.NetworkingV1Api createNetworkingV1NamespacedIngress POST /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses
Kubernetes.NetworkingV1Api createNetworkingV1NamespacedNetworkPolicy POST /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies
Kubernetes.NetworkingV1Api deleteNetworkingV1CollectionIngressClass DELETE /apis/networking.k8s.io/v1/ingressclasses
Kubernetes.NetworkingV1Api deleteNetworkingV1CollectionNamespacedIngress DELETE /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses
Kubernetes.NetworkingV1Api deleteNetworkingV1CollectionNamespacedNetworkPolicy DELETE /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies
Kubernetes.NetworkingV1Api deleteNetworkingV1IngressClass DELETE /apis/networking.k8s.io/v1/ingressclasses/{name}
Kubernetes.NetworkingV1Api deleteNetworkingV1NamespacedIngress DELETE /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}
Kubernetes.NetworkingV1Api deleteNetworkingV1NamespacedNetworkPolicy DELETE /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name}
Kubernetes.NetworkingV1Api getNetworkingV1APIResources GET /apis/networking.k8s.io/v1/
Kubernetes.NetworkingV1Api listNetworkingV1IngressClass GET /apis/networking.k8s.io/v1/ingressclasses
Kubernetes.NetworkingV1Api listNetworkingV1IngressForAllNamespaces GET /apis/networking.k8s.io/v1/ingresses
Kubernetes.NetworkingV1Api listNetworkingV1NamespacedIngress GET /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses
Kubernetes.NetworkingV1Api listNetworkingV1NamespacedNetworkPolicy GET /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies
Kubernetes.NetworkingV1Api listNetworkingV1NetworkPolicyForAllNamespaces GET /apis/networking.k8s.io/v1/networkpolicies
Kubernetes.NetworkingV1Api patchNetworkingV1IngressClass PATCH /apis/networking.k8s.io/v1/ingressclasses/{name}
Kubernetes.NetworkingV1Api patchNetworkingV1NamespacedIngress PATCH /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}
Kubernetes.NetworkingV1Api patchNetworkingV1NamespacedIngressStatus PATCH /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}/status
Kubernetes.NetworkingV1Api patchNetworkingV1NamespacedNetworkPolicy PATCH /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name}
Kubernetes.NetworkingV1Api readNetworkingV1IngressClass GET /apis/networking.k8s.io/v1/ingressclasses/{name}
Kubernetes.NetworkingV1Api readNetworkingV1NamespacedIngress GET /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}
Kubernetes.NetworkingV1Api readNetworkingV1NamespacedIngressStatus GET /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}/status
Kubernetes.NetworkingV1Api readNetworkingV1NamespacedNetworkPolicy GET /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name}
Kubernetes.NetworkingV1Api replaceNetworkingV1IngressClass PUT /apis/networking.k8s.io/v1/ingressclasses/{name}
Kubernetes.NetworkingV1Api replaceNetworkingV1NamespacedIngress PUT /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}
Kubernetes.NetworkingV1Api replaceNetworkingV1NamespacedIngressStatus PUT /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}/status
Kubernetes.NetworkingV1Api replaceNetworkingV1NamespacedNetworkPolicy PUT /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name}
Kubernetes.NetworkingV1Api watchNetworkingV1IngressClass GET /apis/networking.k8s.io/v1/watch/ingressclasses/{name}
Kubernetes.NetworkingV1Api watchNetworkingV1IngressClassList GET /apis/networking.k8s.io/v1/watch/ingressclasses
Kubernetes.NetworkingV1Api watchNetworkingV1IngressListForAllNamespaces GET /apis/networking.k8s.io/v1/watch/ingresses
Kubernetes.NetworkingV1Api watchNetworkingV1NamespacedIngress GET /apis/networking.k8s.io/v1/watch/namespaces/{namespace}/ingresses/{name}
Kubernetes.NetworkingV1Api watchNetworkingV1NamespacedIngressList GET /apis/networking.k8s.io/v1/watch/namespaces/{namespace}/ingresses
Kubernetes.NetworkingV1Api watchNetworkingV1NamespacedNetworkPolicy GET /apis/networking.k8s.io/v1/watch/namespaces/{namespace}/networkpolicies/{name}
Kubernetes.NetworkingV1Api watchNetworkingV1NamespacedNetworkPolicyList GET /apis/networking.k8s.io/v1/watch/namespaces/{namespace}/networkpolicies
Kubernetes.NetworkingV1Api watchNetworkingV1NetworkPolicyListForAllNamespaces GET /apis/networking.k8s.io/v1/watch/networkpolicies
Kubernetes.NodeApi getNodeAPIGroup GET /apis/node.k8s.io/
Kubernetes.NodeV1Api createNodeV1RuntimeClass POST /apis/node.k8s.io/v1/runtimeclasses
Kubernetes.NodeV1Api deleteNodeV1CollectionRuntimeClass DELETE /apis/node.k8s.io/v1/runtimeclasses
Kubernetes.NodeV1Api deleteNodeV1RuntimeClass DELETE /apis/node.k8s.io/v1/runtimeclasses/{name}
Kubernetes.NodeV1Api getNodeV1APIResources GET /apis/node.k8s.io/v1/
Kubernetes.NodeV1Api listNodeV1RuntimeClass GET /apis/node.k8s.io/v1/runtimeclasses
Kubernetes.NodeV1Api patchNodeV1RuntimeClass PATCH /apis/node.k8s.io/v1/runtimeclasses/{name}
Kubernetes.NodeV1Api readNodeV1RuntimeClass GET /apis/node.k8s.io/v1/runtimeclasses/{name}
Kubernetes.NodeV1Api replaceNodeV1RuntimeClass PUT /apis/node.k8s.io/v1/runtimeclasses/{name}
Kubernetes.NodeV1Api watchNodeV1RuntimeClass GET /apis/node.k8s.io/v1/watch/runtimeclasses/{name}
Kubernetes.NodeV1Api watchNodeV1RuntimeClassList GET /apis/node.k8s.io/v1/watch/runtimeclasses
Kubernetes.NodeinfoVolcanoShV1alpha1Api createNodeinfoVolcanoShV1alpha1Numatopology POST /apis/nodeinfo.volcano.sh/v1alpha1/numatopologies
Kubernetes.NodeinfoVolcanoShV1alpha1Api deleteNodeinfoVolcanoShV1alpha1CollectionNumatopology DELETE /apis/nodeinfo.volcano.sh/v1alpha1/numatopologies
Kubernetes.NodeinfoVolcanoShV1alpha1Api deleteNodeinfoVolcanoShV1alpha1Numatopology DELETE /apis/nodeinfo.volcano.sh/v1alpha1/numatopologies/{name}
Kubernetes.NodeinfoVolcanoShV1alpha1Api listNodeinfoVolcanoShV1alpha1Numatopology GET /apis/nodeinfo.volcano.sh/v1alpha1/numatopologies
Kubernetes.NodeinfoVolcanoShV1alpha1Api patchNodeinfoVolcanoShV1alpha1Numatopology PATCH /apis/nodeinfo.volcano.sh/v1alpha1/numatopologies/{name}
Kubernetes.NodeinfoVolcanoShV1alpha1Api readNodeinfoVolcanoShV1alpha1Numatopology GET /apis/nodeinfo.volcano.sh/v1alpha1/numatopologies/{name}
Kubernetes.NodeinfoVolcanoShV1alpha1Api replaceNodeinfoVolcanoShV1alpha1Numatopology PUT /apis/nodeinfo.volcano.sh/v1alpha1/numatopologies/{name}
Kubernetes.OpenidApi getServiceAccountIssuerOpenIDKeyset GET /openid/v1/jwks/
Kubernetes.PolicyApi getPolicyAPIGroup GET /apis/policy/
Kubernetes.PolicyV1Api createPolicyV1NamespacedPodDisruptionBudget POST /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets
Kubernetes.PolicyV1Api deletePolicyV1CollectionNamespacedPodDisruptionBudget DELETE /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets
Kubernetes.PolicyV1Api deletePolicyV1NamespacedPodDisruptionBudget DELETE /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}
Kubernetes.PolicyV1Api getPolicyV1APIResources GET /apis/policy/v1/
Kubernetes.PolicyV1Api listPolicyV1NamespacedPodDisruptionBudget GET /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets
Kubernetes.PolicyV1Api listPolicyV1PodDisruptionBudgetForAllNamespaces GET /apis/policy/v1/poddisruptionbudgets
Kubernetes.PolicyV1Api patchPolicyV1NamespacedPodDisruptionBudget PATCH /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}
Kubernetes.PolicyV1Api patchPolicyV1NamespacedPodDisruptionBudgetStatus PATCH /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}/status
Kubernetes.PolicyV1Api readPolicyV1NamespacedPodDisruptionBudget GET /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}
Kubernetes.PolicyV1Api readPolicyV1NamespacedPodDisruptionBudgetStatus GET /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}/status
Kubernetes.PolicyV1Api replacePolicyV1NamespacedPodDisruptionBudget PUT /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}
Kubernetes.PolicyV1Api replacePolicyV1NamespacedPodDisruptionBudgetStatus PUT /apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}/status
Kubernetes.PolicyV1Api watchPolicyV1NamespacedPodDisruptionBudget GET /apis/policy/v1/watch/namespaces/{namespace}/poddisruptionbudgets/{name}
Kubernetes.PolicyV1Api watchPolicyV1NamespacedPodDisruptionBudgetList GET /apis/policy/v1/watch/namespaces/{namespace}/poddisruptionbudgets
Kubernetes.PolicyV1Api watchPolicyV1PodDisruptionBudgetListForAllNamespaces GET /apis/policy/v1/watch/poddisruptionbudgets
Kubernetes.RbacAuthorizationApi getRbacAuthorizationAPIGroup GET /apis/rbac.authorization.k8s.io/
Kubernetes.RbacAuthorizationV1Api createRbacAuthorizationV1ClusterRole POST /apis/rbac.authorization.k8s.io/v1/clusterroles
Kubernetes.RbacAuthorizationV1Api createRbacAuthorizationV1ClusterRoleBinding POST /apis/rbac.authorization.k8s.io/v1/clusterrolebindings
Kubernetes.RbacAuthorizationV1Api createRbacAuthorizationV1NamespacedRole POST /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles
Kubernetes.RbacAuthorizationV1Api createRbacAuthorizationV1NamespacedRoleBinding POST /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings
Kubernetes.RbacAuthorizationV1Api deleteRbacAuthorizationV1ClusterRole DELETE /apis/rbac.authorization.k8s.io/v1/clusterroles/{name}
Kubernetes.RbacAuthorizationV1Api deleteRbacAuthorizationV1ClusterRoleBinding DELETE /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name}
Kubernetes.RbacAuthorizationV1Api deleteRbacAuthorizationV1CollectionClusterRole DELETE /apis/rbac.authorization.k8s.io/v1/clusterroles
Kubernetes.RbacAuthorizationV1Api deleteRbacAuthorizationV1CollectionClusterRoleBinding DELETE /apis/rbac.authorization.k8s.io/v1/clusterrolebindings
Kubernetes.RbacAuthorizationV1Api deleteRbacAuthorizationV1CollectionNamespacedRole DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles
Kubernetes.RbacAuthorizationV1Api deleteRbacAuthorizationV1CollectionNamespacedRoleBinding DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings
Kubernetes.RbacAuthorizationV1Api deleteRbacAuthorizationV1NamespacedRole DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name}
Kubernetes.RbacAuthorizationV1Api deleteRbacAuthorizationV1NamespacedRoleBinding DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name}
Kubernetes.RbacAuthorizationV1Api getRbacAuthorizationV1APIResources GET /apis/rbac.authorization.k8s.io/v1/
Kubernetes.RbacAuthorizationV1Api listRbacAuthorizationV1ClusterRole GET /apis/rbac.authorization.k8s.io/v1/clusterroles
Kubernetes.RbacAuthorizationV1Api listRbacAuthorizationV1ClusterRoleBinding GET /apis/rbac.authorization.k8s.io/v1/clusterrolebindings
Kubernetes.RbacAuthorizationV1Api listRbacAuthorizationV1NamespacedRole GET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles
Kubernetes.RbacAuthorizationV1Api listRbacAuthorizationV1NamespacedRoleBinding GET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings
Kubernetes.RbacAuthorizationV1Api listRbacAuthorizationV1RoleBindingForAllNamespaces GET /apis/rbac.authorization.k8s.io/v1/rolebindings
Kubernetes.RbacAuthorizationV1Api listRbacAuthorizationV1RoleForAllNamespaces GET /apis/rbac.authorization.k8s.io/v1/roles
Kubernetes.RbacAuthorizationV1Api patchRbacAuthorizationV1ClusterRole PATCH /apis/rbac.authorization.k8s.io/v1/clusterroles/{name}
Kubernetes.RbacAuthorizationV1Api patchRbacAuthorizationV1ClusterRoleBinding PATCH /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name}
Kubernetes.RbacAuthorizationV1Api patchRbacAuthorizationV1NamespacedRole PATCH /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name}
Kubernetes.RbacAuthorizationV1Api patchRbacAuthorizationV1NamespacedRoleBinding PATCH /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name}
Kubernetes.RbacAuthorizationV1Api readRbacAuthorizationV1ClusterRole GET /apis/rbac.authorization.k8s.io/v1/clusterroles/{name}
Kubernetes.RbacAuthorizationV1Api readRbacAuthorizationV1ClusterRoleBinding GET /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name}
Kubernetes.RbacAuthorizationV1Api readRbacAuthorizationV1NamespacedRole GET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name}
Kubernetes.RbacAuthorizationV1Api readRbacAuthorizationV1NamespacedRoleBinding GET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name}
Kubernetes.RbacAuthorizationV1Api replaceRbacAuthorizationV1ClusterRole PUT /apis/rbac.authorization.k8s.io/v1/clusterroles/{name}
Kubernetes.RbacAuthorizationV1Api replaceRbacAuthorizationV1ClusterRoleBinding PUT /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name}
Kubernetes.RbacAuthorizationV1Api replaceRbacAuthorizationV1NamespacedRole PUT /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name}
Kubernetes.RbacAuthorizationV1Api replaceRbacAuthorizationV1NamespacedRoleBinding PUT /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name}
Kubernetes.RbacAuthorizationV1Api watchRbacAuthorizationV1ClusterRole GET /apis/rbac.authorization.k8s.io/v1/watch/clusterroles/{name}
Kubernetes.RbacAuthorizationV1Api watchRbacAuthorizationV1ClusterRoleBinding GET /apis/rbac.authorization.k8s.io/v1/watch/clusterrolebindings/{name}
Kubernetes.RbacAuthorizationV1Api watchRbacAuthorizationV1ClusterRoleBindingList GET /apis/rbac.authorization.k8s.io/v1/watch/clusterrolebindings
Kubernetes.RbacAuthorizationV1Api watchRbacAuthorizationV1ClusterRoleList GET /apis/rbac.authorization.k8s.io/v1/watch/clusterroles
Kubernetes.RbacAuthorizationV1Api watchRbacAuthorizationV1NamespacedRole GET /apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/roles/{name}
Kubernetes.RbacAuthorizationV1Api watchRbacAuthorizationV1NamespacedRoleBinding GET /apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/rolebindings/{name}
Kubernetes.RbacAuthorizationV1Api watchRbacAuthorizationV1NamespacedRoleBindingList GET /apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/rolebindings
Kubernetes.RbacAuthorizationV1Api watchRbacAuthorizationV1NamespacedRoleList GET /apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/roles
Kubernetes.RbacAuthorizationV1Api watchRbacAuthorizationV1RoleBindingListForAllNamespaces GET /apis/rbac.authorization.k8s.io/v1/watch/rolebindings
Kubernetes.RbacAuthorizationV1Api watchRbacAuthorizationV1RoleListForAllNamespaces GET /apis/rbac.authorization.k8s.io/v1/watch/roles
Kubernetes.SchedulingApi getSchedulingAPIGroup GET /apis/scheduling.k8s.io/
Kubernetes.SchedulingV1Api createSchedulingV1PriorityClass POST /apis/scheduling.k8s.io/v1/priorityclasses
Kubernetes.SchedulingV1Api deleteSchedulingV1CollectionPriorityClass DELETE /apis/scheduling.k8s.io/v1/priorityclasses
Kubernetes.SchedulingV1Api deleteSchedulingV1PriorityClass DELETE /apis/scheduling.k8s.io/v1/priorityclasses/{name}
Kubernetes.SchedulingV1Api getSchedulingV1APIResources GET /apis/scheduling.k8s.io/v1/
Kubernetes.SchedulingV1Api listSchedulingV1PriorityClass GET /apis/scheduling.k8s.io/v1/priorityclasses
Kubernetes.SchedulingV1Api patchSchedulingV1PriorityClass PATCH /apis/scheduling.k8s.io/v1/priorityclasses/{name}
Kubernetes.SchedulingV1Api readSchedulingV1PriorityClass GET /apis/scheduling.k8s.io/v1/priorityclasses/{name}
Kubernetes.SchedulingV1Api replaceSchedulingV1PriorityClass PUT /apis/scheduling.k8s.io/v1/priorityclasses/{name}
Kubernetes.SchedulingV1Api watchSchedulingV1PriorityClass GET /apis/scheduling.k8s.io/v1/watch/priorityclasses/{name}
Kubernetes.SchedulingV1Api watchSchedulingV1PriorityClassList GET /apis/scheduling.k8s.io/v1/watch/priorityclasses
Kubernetes.SchedulingVolcanoShV1beta1Api createSchedulingVolcanoShV1beta1NamespacedPodGroup POST /apis/scheduling.volcano.sh/v1beta1/namespaces/{namespace}/podgroups
Kubernetes.SchedulingVolcanoShV1beta1Api createSchedulingVolcanoShV1beta1Queue POST /apis/scheduling.volcano.sh/v1beta1/queues
Kubernetes.SchedulingVolcanoShV1beta1Api deleteSchedulingVolcanoShV1beta1CollectionNamespacedPodGroup DELETE /apis/scheduling.volcano.sh/v1beta1/namespaces/{namespace}/podgroups
Kubernetes.SchedulingVolcanoShV1beta1Api deleteSchedulingVolcanoShV1beta1CollectionQueue DELETE /apis/scheduling.volcano.sh/v1beta1/queues
Kubernetes.SchedulingVolcanoShV1beta1Api deleteSchedulingVolcanoShV1beta1NamespacedPodGroup DELETE /apis/scheduling.volcano.sh/v1beta1/namespaces/{namespace}/podgroups/{name}
Kubernetes.SchedulingVolcanoShV1beta1Api deleteSchedulingVolcanoShV1beta1Queue DELETE /apis/scheduling.volcano.sh/v1beta1/queues/{name}
Kubernetes.SchedulingVolcanoShV1beta1Api listSchedulingVolcanoShV1beta1NamespacedPodGroup GET /apis/scheduling.volcano.sh/v1beta1/namespaces/{namespace}/podgroups
Kubernetes.SchedulingVolcanoShV1beta1Api listSchedulingVolcanoShV1beta1PodGroupForAllNamespaces GET /apis/scheduling.volcano.sh/v1beta1/podgroups
Kubernetes.SchedulingVolcanoShV1beta1Api listSchedulingVolcanoShV1beta1Queue GET /apis/scheduling.volcano.sh/v1beta1/queues
Kubernetes.SchedulingVolcanoShV1beta1Api patchSchedulingVolcanoShV1beta1NamespacedPodGroup PATCH /apis/scheduling.volcano.sh/v1beta1/namespaces/{namespace}/podgroups/{name}
Kubernetes.SchedulingVolcanoShV1beta1Api patchSchedulingVolcanoShV1beta1Queue PATCH /apis/scheduling.volcano.sh/v1beta1/queues/{name}
Kubernetes.SchedulingVolcanoShV1beta1Api patchSchedulingVolcanoShV1beta1QueueStatus PATCH /apis/scheduling.volcano.sh/v1beta1/queues/{name}/status
Kubernetes.SchedulingVolcanoShV1beta1Api readSchedulingVolcanoShV1beta1NamespacedPodGroup GET /apis/scheduling.volcano.sh/v1beta1/namespaces/{namespace}/podgroups/{name}
Kubernetes.SchedulingVolcanoShV1beta1Api readSchedulingVolcanoShV1beta1Queue GET /apis/scheduling.volcano.sh/v1beta1/queues/{name}
Kubernetes.SchedulingVolcanoShV1beta1Api readSchedulingVolcanoShV1beta1QueueStatus GET /apis/scheduling.volcano.sh/v1beta1/queues/{name}/status
Kubernetes.SchedulingVolcanoShV1beta1Api replaceSchedulingVolcanoShV1beta1NamespacedPodGroup PUT /apis/scheduling.volcano.sh/v1beta1/namespaces/{namespace}/podgroups/{name}
Kubernetes.SchedulingVolcanoShV1beta1Api replaceSchedulingVolcanoShV1beta1Queue PUT /apis/scheduling.volcano.sh/v1beta1/queues/{name}
Kubernetes.SchedulingVolcanoShV1beta1Api replaceSchedulingVolcanoShV1beta1QueueStatus PUT /apis/scheduling.volcano.sh/v1beta1/queues/{name}/status
Kubernetes.StorageApi getStorageAPIGroup GET /apis/storage.k8s.io/
Kubernetes.StorageV1Api createStorageV1CSIDriver POST /apis/storage.k8s.io/v1/csidrivers
Kubernetes.StorageV1Api createStorageV1CSINode POST /apis/storage.k8s.io/v1/csinodes
Kubernetes.StorageV1Api createStorageV1NamespacedCSIStorageCapacity POST /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities
Kubernetes.StorageV1Api createStorageV1StorageClass POST /apis/storage.k8s.io/v1/storageclasses
Kubernetes.StorageV1Api createStorageV1VolumeAttachment POST /apis/storage.k8s.io/v1/volumeattachments
Kubernetes.StorageV1Api deleteStorageV1CSIDriver DELETE /apis/storage.k8s.io/v1/csidrivers/{name}
Kubernetes.StorageV1Api deleteStorageV1CSINode DELETE /apis/storage.k8s.io/v1/csinodes/{name}
Kubernetes.StorageV1Api deleteStorageV1CollectionCSIDriver DELETE /apis/storage.k8s.io/v1/csidrivers
Kubernetes.StorageV1Api deleteStorageV1CollectionCSINode DELETE /apis/storage.k8s.io/v1/csinodes
Kubernetes.StorageV1Api deleteStorageV1CollectionNamespacedCSIStorageCapacity DELETE /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities
Kubernetes.StorageV1Api deleteStorageV1CollectionStorageClass DELETE /apis/storage.k8s.io/v1/storageclasses
Kubernetes.StorageV1Api deleteStorageV1CollectionVolumeAttachment DELETE /apis/storage.k8s.io/v1/volumeattachments
Kubernetes.StorageV1Api deleteStorageV1NamespacedCSIStorageCapacity DELETE /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities/{name}
Kubernetes.StorageV1Api deleteStorageV1StorageClass DELETE /apis/storage.k8s.io/v1/storageclasses/{name}
Kubernetes.StorageV1Api deleteStorageV1VolumeAttachment DELETE /apis/storage.k8s.io/v1/volumeattachments/{name}
Kubernetes.StorageV1Api getStorageV1APIResources GET /apis/storage.k8s.io/v1/
Kubernetes.StorageV1Api listStorageV1CSIDriver GET /apis/storage.k8s.io/v1/csidrivers
Kubernetes.StorageV1Api listStorageV1CSINode GET /apis/storage.k8s.io/v1/csinodes
Kubernetes.StorageV1Api listStorageV1CSIStorageCapacityForAllNamespaces GET /apis/storage.k8s.io/v1/csistoragecapacities
Kubernetes.StorageV1Api listStorageV1NamespacedCSIStorageCapacity GET /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities
Kubernetes.StorageV1Api listStorageV1StorageClass GET /apis/storage.k8s.io/v1/storageclasses
Kubernetes.StorageV1Api listStorageV1VolumeAttachment GET /apis/storage.k8s.io/v1/volumeattachments
Kubernetes.StorageV1Api patchStorageV1CSIDriver PATCH /apis/storage.k8s.io/v1/csidrivers/{name}
Kubernetes.StorageV1Api patchStorageV1CSINode PATCH /apis/storage.k8s.io/v1/csinodes/{name}
Kubernetes.StorageV1Api patchStorageV1NamespacedCSIStorageCapacity PATCH /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities/{name}
Kubernetes.StorageV1Api patchStorageV1StorageClass PATCH /apis/storage.k8s.io/v1/storageclasses/{name}
Kubernetes.StorageV1Api patchStorageV1VolumeAttachment PATCH /apis/storage.k8s.io/v1/volumeattachments/{name}
Kubernetes.StorageV1Api patchStorageV1VolumeAttachmentStatus PATCH /apis/storage.k8s.io/v1/volumeattachments/{name}/status
Kubernetes.StorageV1Api readStorageV1CSIDriver GET /apis/storage.k8s.io/v1/csidrivers/{name}
Kubernetes.StorageV1Api readStorageV1CSINode GET /apis/storage.k8s.io/v1/csinodes/{name}
Kubernetes.StorageV1Api readStorageV1NamespacedCSIStorageCapacity GET /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities/{name}
Kubernetes.StorageV1Api readStorageV1StorageClass GET /apis/storage.k8s.io/v1/storageclasses/{name}
Kubernetes.StorageV1Api readStorageV1VolumeAttachment GET /apis/storage.k8s.io/v1/volumeattachments/{name}
Kubernetes.StorageV1Api readStorageV1VolumeAttachmentStatus GET /apis/storage.k8s.io/v1/volumeattachments/{name}/status
Kubernetes.StorageV1Api replaceStorageV1CSIDriver PUT /apis/storage.k8s.io/v1/csidrivers/{name}
Kubernetes.StorageV1Api replaceStorageV1CSINode PUT /apis/storage.k8s.io/v1/csinodes/{name}
Kubernetes.StorageV1Api replaceStorageV1NamespacedCSIStorageCapacity PUT /apis/storage.k8s.io/v1/namespaces/{namespace}/csistoragecapacities/{name}
Kubernetes.StorageV1Api replaceStorageV1StorageClass PUT /apis/storage.k8s.io/v1/storageclasses/{name}
Kubernetes.StorageV1Api replaceStorageV1VolumeAttachment PUT /apis/storage.k8s.io/v1/volumeattachments/{name}
Kubernetes.StorageV1Api replaceStorageV1VolumeAttachmentStatus PUT /apis/storage.k8s.io/v1/volumeattachments/{name}/status
Kubernetes.StorageV1Api watchStorageV1CSIDriver GET /apis/storage.k8s.io/v1/watch/csidrivers/{name}
Kubernetes.StorageV1Api watchStorageV1CSIDriverList GET /apis/storage.k8s.io/v1/watch/csidrivers
Kubernetes.StorageV1Api watchStorageV1CSINode GET /apis/storage.k8s.io/v1/watch/csinodes/{name}
Kubernetes.StorageV1Api watchStorageV1CSINodeList GET /apis/storage.k8s.io/v1/watch/csinodes
Kubernetes.StorageV1Api watchStorageV1CSIStorageCapacityListForAllNamespaces GET /apis/storage.k8s.io/v1/watch/csistoragecapacities
Kubernetes.StorageV1Api watchStorageV1NamespacedCSIStorageCapacity GET /apis/storage.k8s.io/v1/watch/namespaces/{namespace}/csistoragecapacities/{name}
Kubernetes.StorageV1Api watchStorageV1NamespacedCSIStorageCapacityList GET /apis/storage.k8s.io/v1/watch/namespaces/{namespace}/csistoragecapacities
Kubernetes.StorageV1Api watchStorageV1StorageClass GET /apis/storage.k8s.io/v1/watch/storageclasses/{name}
Kubernetes.StorageV1Api watchStorageV1StorageClassList GET /apis/storage.k8s.io/v1/watch/storageclasses
Kubernetes.StorageV1Api watchStorageV1VolumeAttachment GET /apis/storage.k8s.io/v1/watch/volumeattachments/{name}
Kubernetes.StorageV1Api watchStorageV1VolumeAttachmentList GET /apis/storage.k8s.io/v1/watch/volumeattachments
Kubernetes.VersionApi getCodeVersion GET /version/
Kubernetes.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