Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Latest commit

 

History

History
1515 lines (1478 loc) · 204 KB

README.md

File metadata and controls

1515 lines (1478 loc) · 204 KB

kubernetes

Kubernetes - the Ruby gem for the Kubernetes

No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)

This SDK is automatically generated by the Swagger Codegen project:

  • API version: v1.13.4
  • Package version: 1.0.0-alpha2
  • Build package: io.swagger.codegen.languages.RubyClientCodegen

Installation

Build a gem

To build the Ruby code into a gem:

gem build kubernetes.gemspec

Then either install the gem locally:

gem install ./kubernetes-io-1.0.0.pre.alpha2.gem

(for development, run gem install --dev ./kubernetes-io-1.0.0.pre.alpha2.gem to install the development dependencies)

or publish the gem to a gem hosting service, e.g. RubyGems.

Finally add this to the Gemfile:

gem 'kubernetes-io', '~> 1.0.0-alpha2'

Install from Git

If the Ruby gem is hosted at a git repository: https://github.com/kubernetes-client/ruby, then add the following in the Gemfile:

gem 'kubernetes-io', :git => 'https://github.com/kubernetes-client/ruby.git'

Include the Ruby code directly

Include the Ruby code directly using -I as follows:

ruby -Ilib script.rb

Getting Started

Please follow the installation procedure and then run the following code:

# Load the gem
require 'kubernetes'

# Setup authorization
Kubernetes.configure do |config|
  # Configure API key authorization: BearerToken
  config.api_key['authorization'] = 'YOUR API KEY'
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
  #config.api_key_prefix['authorization'] = 'Bearer'
end

api_instance = Kubernetes::AdmissionregistrationApi.new

begin
  result = api_instance.get_api_group
  p result
rescue Kubernetes::ApiError => e
  puts "Exception when calling AdmissionregistrationApi->get_api_group: #{e}"
end

Documentation for API Endpoints

All URIs are relative to https://localhost

Class Method HTTP request Description
Kubernetes::AdmissionregistrationApi get_api_group GET /apis/admissionregistration.k8s.io/
Kubernetes::AdmissionregistrationV1alpha1Api create_initializer_configuration POST /apis/admissionregistration.k8s.io/v1alpha1/initializerconfigurations
Kubernetes::AdmissionregistrationV1alpha1Api delete_collection_initializer_configuration DELETE /apis/admissionregistration.k8s.io/v1alpha1/initializerconfigurations
Kubernetes::AdmissionregistrationV1alpha1Api delete_initializer_configuration DELETE /apis/admissionregistration.k8s.io/v1alpha1/initializerconfigurations/{name}
Kubernetes::AdmissionregistrationV1alpha1Api get_api_resources GET /apis/admissionregistration.k8s.io/v1alpha1/
Kubernetes::AdmissionregistrationV1alpha1Api list_initializer_configuration GET /apis/admissionregistration.k8s.io/v1alpha1/initializerconfigurations
Kubernetes::AdmissionregistrationV1alpha1Api patch_initializer_configuration PATCH /apis/admissionregistration.k8s.io/v1alpha1/initializerconfigurations/{name}
Kubernetes::AdmissionregistrationV1alpha1Api read_initializer_configuration GET /apis/admissionregistration.k8s.io/v1alpha1/initializerconfigurations/{name}
Kubernetes::AdmissionregistrationV1alpha1Api replace_initializer_configuration PUT /apis/admissionregistration.k8s.io/v1alpha1/initializerconfigurations/{name}
Kubernetes::AdmissionregistrationV1beta1Api create_mutating_webhook_configuration POST /apis/admissionregistration.k8s.io/v1beta1/mutatingwebhookconfigurations
Kubernetes::AdmissionregistrationV1beta1Api create_validating_webhook_configuration POST /apis/admissionregistration.k8s.io/v1beta1/validatingwebhookconfigurations
Kubernetes::AdmissionregistrationV1beta1Api delete_collection_mutating_webhook_configuration DELETE /apis/admissionregistration.k8s.io/v1beta1/mutatingwebhookconfigurations
Kubernetes::AdmissionregistrationV1beta1Api delete_collection_validating_webhook_configuration DELETE /apis/admissionregistration.k8s.io/v1beta1/validatingwebhookconfigurations
Kubernetes::AdmissionregistrationV1beta1Api delete_mutating_webhook_configuration DELETE /apis/admissionregistration.k8s.io/v1beta1/mutatingwebhookconfigurations/{name}
Kubernetes::AdmissionregistrationV1beta1Api delete_validating_webhook_configuration DELETE /apis/admissionregistration.k8s.io/v1beta1/validatingwebhookconfigurations/{name}
Kubernetes::AdmissionregistrationV1beta1Api get_api_resources GET /apis/admissionregistration.k8s.io/v1beta1/
Kubernetes::AdmissionregistrationV1beta1Api list_mutating_webhook_configuration GET /apis/admissionregistration.k8s.io/v1beta1/mutatingwebhookconfigurations
Kubernetes::AdmissionregistrationV1beta1Api list_validating_webhook_configuration GET /apis/admissionregistration.k8s.io/v1beta1/validatingwebhookconfigurations
Kubernetes::AdmissionregistrationV1beta1Api patch_mutating_webhook_configuration PATCH /apis/admissionregistration.k8s.io/v1beta1/mutatingwebhookconfigurations/{name}
Kubernetes::AdmissionregistrationV1beta1Api patch_validating_webhook_configuration PATCH /apis/admissionregistration.k8s.io/v1beta1/validatingwebhookconfigurations/{name}
Kubernetes::AdmissionregistrationV1beta1Api read_mutating_webhook_configuration GET /apis/admissionregistration.k8s.io/v1beta1/mutatingwebhookconfigurations/{name}
Kubernetes::AdmissionregistrationV1beta1Api read_validating_webhook_configuration GET /apis/admissionregistration.k8s.io/v1beta1/validatingwebhookconfigurations/{name}
Kubernetes::AdmissionregistrationV1beta1Api replace_mutating_webhook_configuration PUT /apis/admissionregistration.k8s.io/v1beta1/mutatingwebhookconfigurations/{name}
Kubernetes::AdmissionregistrationV1beta1Api replace_validating_webhook_configuration PUT /apis/admissionregistration.k8s.io/v1beta1/validatingwebhookconfigurations/{name}
Kubernetes::ApiextensionsApi get_api_group GET /apis/apiextensions.k8s.io/
Kubernetes::ApiextensionsV1beta1Api create_custom_resource_definition POST /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions
Kubernetes::ApiextensionsV1beta1Api delete_collection_custom_resource_definition DELETE /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions
Kubernetes::ApiextensionsV1beta1Api delete_custom_resource_definition DELETE /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/{name}
Kubernetes::ApiextensionsV1beta1Api get_api_resources GET /apis/apiextensions.k8s.io/v1beta1/
Kubernetes::ApiextensionsV1beta1Api list_custom_resource_definition GET /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions
Kubernetes::ApiextensionsV1beta1Api patch_custom_resource_definition PATCH /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/{name}
Kubernetes::ApiextensionsV1beta1Api patch_custom_resource_definition_status PATCH /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/{name}/status
Kubernetes::ApiextensionsV1beta1Api read_custom_resource_definition GET /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/{name}
Kubernetes::ApiextensionsV1beta1Api read_custom_resource_definition_status GET /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/{name}/status
Kubernetes::ApiextensionsV1beta1Api replace_custom_resource_definition PUT /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/{name}
Kubernetes::ApiextensionsV1beta1Api replace_custom_resource_definition_status PUT /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/{name}/status
Kubernetes::ApiregistrationApi get_api_group GET /apis/apiregistration.k8s.io/
Kubernetes::ApiregistrationV1Api create_api_service POST /apis/apiregistration.k8s.io/v1/apiservices
Kubernetes::ApiregistrationV1Api delete_api_service DELETE /apis/apiregistration.k8s.io/v1/apiservices/{name}
Kubernetes::ApiregistrationV1Api delete_collection_api_service DELETE /apis/apiregistration.k8s.io/v1/apiservices
Kubernetes::ApiregistrationV1Api get_api_resources GET /apis/apiregistration.k8s.io/v1/
Kubernetes::ApiregistrationV1Api list_api_service GET /apis/apiregistration.k8s.io/v1/apiservices
Kubernetes::ApiregistrationV1Api patch_api_service PATCH /apis/apiregistration.k8s.io/v1/apiservices/{name}
Kubernetes::ApiregistrationV1Api patch_api_service_status PATCH /apis/apiregistration.k8s.io/v1/apiservices/{name}/status
Kubernetes::ApiregistrationV1Api read_api_service GET /apis/apiregistration.k8s.io/v1/apiservices/{name}
Kubernetes::ApiregistrationV1Api read_api_service_status GET /apis/apiregistration.k8s.io/v1/apiservices/{name}/status
Kubernetes::ApiregistrationV1Api replace_api_service PUT /apis/apiregistration.k8s.io/v1/apiservices/{name}
Kubernetes::ApiregistrationV1Api replace_api_service_status PUT /apis/apiregistration.k8s.io/v1/apiservices/{name}/status
Kubernetes::ApiregistrationV1beta1Api create_api_service POST /apis/apiregistration.k8s.io/v1beta1/apiservices
Kubernetes::ApiregistrationV1beta1Api delete_api_service DELETE /apis/apiregistration.k8s.io/v1beta1/apiservices/{name}
Kubernetes::ApiregistrationV1beta1Api delete_collection_api_service DELETE /apis/apiregistration.k8s.io/v1beta1/apiservices
Kubernetes::ApiregistrationV1beta1Api get_api_resources GET /apis/apiregistration.k8s.io/v1beta1/
Kubernetes::ApiregistrationV1beta1Api list_api_service GET /apis/apiregistration.k8s.io/v1beta1/apiservices
Kubernetes::ApiregistrationV1beta1Api patch_api_service PATCH /apis/apiregistration.k8s.io/v1beta1/apiservices/{name}
Kubernetes::ApiregistrationV1beta1Api patch_api_service_status PATCH /apis/apiregistration.k8s.io/v1beta1/apiservices/{name}/status
Kubernetes::ApiregistrationV1beta1Api read_api_service GET /apis/apiregistration.k8s.io/v1beta1/apiservices/{name}
Kubernetes::ApiregistrationV1beta1Api read_api_service_status GET /apis/apiregistration.k8s.io/v1beta1/apiservices/{name}/status
Kubernetes::ApiregistrationV1beta1Api replace_api_service PUT /apis/apiregistration.k8s.io/v1beta1/apiservices/{name}
Kubernetes::ApiregistrationV1beta1Api replace_api_service_status PUT /apis/apiregistration.k8s.io/v1beta1/apiservices/{name}/status
Kubernetes::ApisApi get_api_versions GET /apis/
Kubernetes::AppsApi get_api_group GET /apis/apps/
Kubernetes::AppsV1Api create_namespaced_controller_revision POST /apis/apps/v1/namespaces/{namespace}/controllerrevisions
Kubernetes::AppsV1Api create_namespaced_daemon_set POST /apis/apps/v1/namespaces/{namespace}/daemonsets
Kubernetes::AppsV1Api create_namespaced_deployment POST /apis/apps/v1/namespaces/{namespace}/deployments
Kubernetes::AppsV1Api create_namespaced_replica_set POST /apis/apps/v1/namespaces/{namespace}/replicasets
Kubernetes::AppsV1Api create_namespaced_stateful_set POST /apis/apps/v1/namespaces/{namespace}/statefulsets
Kubernetes::AppsV1Api delete_collection_namespaced_controller_revision DELETE /apis/apps/v1/namespaces/{namespace}/controllerrevisions
Kubernetes::AppsV1Api delete_collection_namespaced_daemon_set DELETE /apis/apps/v1/namespaces/{namespace}/daemonsets
Kubernetes::AppsV1Api delete_collection_namespaced_deployment DELETE /apis/apps/v1/namespaces/{namespace}/deployments
Kubernetes::AppsV1Api delete_collection_namespaced_replica_set DELETE /apis/apps/v1/namespaces/{namespace}/replicasets
Kubernetes::AppsV1Api delete_collection_namespaced_stateful_set DELETE /apis/apps/v1/namespaces/{namespace}/statefulsets
Kubernetes::AppsV1Api delete_namespaced_controller_revision DELETE /apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name}
Kubernetes::AppsV1Api delete_namespaced_daemon_set DELETE /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}
Kubernetes::AppsV1Api delete_namespaced_deployment DELETE /apis/apps/v1/namespaces/{namespace}/deployments/{name}
Kubernetes::AppsV1Api delete_namespaced_replica_set DELETE /apis/apps/v1/namespaces/{namespace}/replicasets/{name}
Kubernetes::AppsV1Api delete_namespaced_stateful_set DELETE /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}
Kubernetes::AppsV1Api get_api_resources GET /apis/apps/v1/
Kubernetes::AppsV1Api list_controller_revision_for_all_namespaces GET /apis/apps/v1/controllerrevisions
Kubernetes::AppsV1Api list_daemon_set_for_all_namespaces GET /apis/apps/v1/daemonsets
Kubernetes::AppsV1Api list_deployment_for_all_namespaces GET /apis/apps/v1/deployments
Kubernetes::AppsV1Api list_namespaced_controller_revision GET /apis/apps/v1/namespaces/{namespace}/controllerrevisions
Kubernetes::AppsV1Api list_namespaced_daemon_set GET /apis/apps/v1/namespaces/{namespace}/daemonsets
Kubernetes::AppsV1Api list_namespaced_deployment GET /apis/apps/v1/namespaces/{namespace}/deployments
Kubernetes::AppsV1Api list_namespaced_replica_set GET /apis/apps/v1/namespaces/{namespace}/replicasets
Kubernetes::AppsV1Api list_namespaced_stateful_set GET /apis/apps/v1/namespaces/{namespace}/statefulsets
Kubernetes::AppsV1Api list_replica_set_for_all_namespaces GET /apis/apps/v1/replicasets
Kubernetes::AppsV1Api list_stateful_set_for_all_namespaces GET /apis/apps/v1/statefulsets
Kubernetes::AppsV1Api patch_namespaced_controller_revision PATCH /apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name}
Kubernetes::AppsV1Api patch_namespaced_daemon_set PATCH /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}
Kubernetes::AppsV1Api patch_namespaced_daemon_set_status PATCH /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}/status
Kubernetes::AppsV1Api patch_namespaced_deployment PATCH /apis/apps/v1/namespaces/{namespace}/deployments/{name}
Kubernetes::AppsV1Api patch_namespaced_deployment_scale PATCH /apis/apps/v1/namespaces/{namespace}/deployments/{name}/scale
Kubernetes::AppsV1Api patch_namespaced_deployment_status PATCH /apis/apps/v1/namespaces/{namespace}/deployments/{name}/status
Kubernetes::AppsV1Api patch_namespaced_replica_set PATCH /apis/apps/v1/namespaces/{namespace}/replicasets/{name}
Kubernetes::AppsV1Api patch_namespaced_replica_set_scale PATCH /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/scale
Kubernetes::AppsV1Api patch_namespaced_replica_set_status PATCH /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/status
Kubernetes::AppsV1Api patch_namespaced_stateful_set PATCH /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}
Kubernetes::AppsV1Api patch_namespaced_stateful_set_scale PATCH /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/scale
Kubernetes::AppsV1Api patch_namespaced_stateful_set_status PATCH /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/status
Kubernetes::AppsV1Api read_namespaced_controller_revision GET /apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name}
Kubernetes::AppsV1Api read_namespaced_daemon_set GET /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}
Kubernetes::AppsV1Api read_namespaced_daemon_set_status GET /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}/status
Kubernetes::AppsV1Api read_namespaced_deployment GET /apis/apps/v1/namespaces/{namespace}/deployments/{name}
Kubernetes::AppsV1Api read_namespaced_deployment_scale GET /apis/apps/v1/namespaces/{namespace}/deployments/{name}/scale
Kubernetes::AppsV1Api read_namespaced_deployment_status GET /apis/apps/v1/namespaces/{namespace}/deployments/{name}/status
Kubernetes::AppsV1Api read_namespaced_replica_set GET /apis/apps/v1/namespaces/{namespace}/replicasets/{name}
Kubernetes::AppsV1Api read_namespaced_replica_set_scale GET /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/scale
Kubernetes::AppsV1Api read_namespaced_replica_set_status GET /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/status
Kubernetes::AppsV1Api read_namespaced_stateful_set GET /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}
Kubernetes::AppsV1Api read_namespaced_stateful_set_scale GET /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/scale
Kubernetes::AppsV1Api read_namespaced_stateful_set_status GET /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/status
Kubernetes::AppsV1Api replace_namespaced_controller_revision PUT /apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name}
Kubernetes::AppsV1Api replace_namespaced_daemon_set PUT /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}
Kubernetes::AppsV1Api replace_namespaced_daemon_set_status PUT /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}/status
Kubernetes::AppsV1Api replace_namespaced_deployment PUT /apis/apps/v1/namespaces/{namespace}/deployments/{name}
Kubernetes::AppsV1Api replace_namespaced_deployment_scale PUT /apis/apps/v1/namespaces/{namespace}/deployments/{name}/scale
Kubernetes::AppsV1Api replace_namespaced_deployment_status PUT /apis/apps/v1/namespaces/{namespace}/deployments/{name}/status
Kubernetes::AppsV1Api replace_namespaced_replica_set PUT /apis/apps/v1/namespaces/{namespace}/replicasets/{name}
Kubernetes::AppsV1Api replace_namespaced_replica_set_scale PUT /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/scale
Kubernetes::AppsV1Api replace_namespaced_replica_set_status PUT /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/status
Kubernetes::AppsV1Api replace_namespaced_stateful_set PUT /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}
Kubernetes::AppsV1Api replace_namespaced_stateful_set_scale PUT /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/scale
Kubernetes::AppsV1Api replace_namespaced_stateful_set_status PUT /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/status
Kubernetes::AppsV1beta1Api create_namespaced_controller_revision POST /apis/apps/v1beta1/namespaces/{namespace}/controllerrevisions
Kubernetes::AppsV1beta1Api create_namespaced_deployment POST /apis/apps/v1beta1/namespaces/{namespace}/deployments
Kubernetes::AppsV1beta1Api create_namespaced_deployment_rollback POST /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/rollback
Kubernetes::AppsV1beta1Api create_namespaced_stateful_set POST /apis/apps/v1beta1/namespaces/{namespace}/statefulsets
Kubernetes::AppsV1beta1Api delete_collection_namespaced_controller_revision DELETE /apis/apps/v1beta1/namespaces/{namespace}/controllerrevisions
Kubernetes::AppsV1beta1Api delete_collection_namespaced_deployment DELETE /apis/apps/v1beta1/namespaces/{namespace}/deployments
Kubernetes::AppsV1beta1Api delete_collection_namespaced_stateful_set DELETE /apis/apps/v1beta1/namespaces/{namespace}/statefulsets
Kubernetes::AppsV1beta1Api delete_namespaced_controller_revision DELETE /apis/apps/v1beta1/namespaces/{namespace}/controllerrevisions/{name}
Kubernetes::AppsV1beta1Api delete_namespaced_deployment DELETE /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}
Kubernetes::AppsV1beta1Api delete_namespaced_stateful_set DELETE /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}
Kubernetes::AppsV1beta1Api get_api_resources GET /apis/apps/v1beta1/
Kubernetes::AppsV1beta1Api list_controller_revision_for_all_namespaces GET /apis/apps/v1beta1/controllerrevisions
Kubernetes::AppsV1beta1Api list_deployment_for_all_namespaces GET /apis/apps/v1beta1/deployments
Kubernetes::AppsV1beta1Api list_namespaced_controller_revision GET /apis/apps/v1beta1/namespaces/{namespace}/controllerrevisions
Kubernetes::AppsV1beta1Api list_namespaced_deployment GET /apis/apps/v1beta1/namespaces/{namespace}/deployments
Kubernetes::AppsV1beta1Api list_namespaced_stateful_set GET /apis/apps/v1beta1/namespaces/{namespace}/statefulsets
Kubernetes::AppsV1beta1Api list_stateful_set_for_all_namespaces GET /apis/apps/v1beta1/statefulsets
Kubernetes::AppsV1beta1Api patch_namespaced_controller_revision PATCH /apis/apps/v1beta1/namespaces/{namespace}/controllerrevisions/{name}
Kubernetes::AppsV1beta1Api patch_namespaced_deployment PATCH /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}
Kubernetes::AppsV1beta1Api patch_namespaced_deployment_scale PATCH /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/scale
Kubernetes::AppsV1beta1Api patch_namespaced_deployment_status PATCH /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/status
Kubernetes::AppsV1beta1Api patch_namespaced_stateful_set PATCH /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}
Kubernetes::AppsV1beta1Api patch_namespaced_stateful_set_scale PATCH /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/scale
Kubernetes::AppsV1beta1Api patch_namespaced_stateful_set_status PATCH /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/status
Kubernetes::AppsV1beta1Api read_namespaced_controller_revision GET /apis/apps/v1beta1/namespaces/{namespace}/controllerrevisions/{name}
Kubernetes::AppsV1beta1Api read_namespaced_deployment GET /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}
Kubernetes::AppsV1beta1Api read_namespaced_deployment_scale GET /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/scale
Kubernetes::AppsV1beta1Api read_namespaced_deployment_status GET /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/status
Kubernetes::AppsV1beta1Api read_namespaced_stateful_set GET /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}
Kubernetes::AppsV1beta1Api read_namespaced_stateful_set_scale GET /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/scale
Kubernetes::AppsV1beta1Api read_namespaced_stateful_set_status GET /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/status
Kubernetes::AppsV1beta1Api replace_namespaced_controller_revision PUT /apis/apps/v1beta1/namespaces/{namespace}/controllerrevisions/{name}
Kubernetes::AppsV1beta1Api replace_namespaced_deployment PUT /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}
Kubernetes::AppsV1beta1Api replace_namespaced_deployment_scale PUT /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/scale
Kubernetes::AppsV1beta1Api replace_namespaced_deployment_status PUT /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/status
Kubernetes::AppsV1beta1Api replace_namespaced_stateful_set PUT /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}
Kubernetes::AppsV1beta1Api replace_namespaced_stateful_set_scale PUT /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/scale
Kubernetes::AppsV1beta1Api replace_namespaced_stateful_set_status PUT /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/status
Kubernetes::AppsV1beta2Api create_namespaced_controller_revision POST /apis/apps/v1beta2/namespaces/{namespace}/controllerrevisions
Kubernetes::AppsV1beta2Api create_namespaced_daemon_set POST /apis/apps/v1beta2/namespaces/{namespace}/daemonsets
Kubernetes::AppsV1beta2Api create_namespaced_deployment POST /apis/apps/v1beta2/namespaces/{namespace}/deployments
Kubernetes::AppsV1beta2Api create_namespaced_replica_set POST /apis/apps/v1beta2/namespaces/{namespace}/replicasets
Kubernetes::AppsV1beta2Api create_namespaced_stateful_set POST /apis/apps/v1beta2/namespaces/{namespace}/statefulsets
Kubernetes::AppsV1beta2Api delete_collection_namespaced_controller_revision DELETE /apis/apps/v1beta2/namespaces/{namespace}/controllerrevisions
Kubernetes::AppsV1beta2Api delete_collection_namespaced_daemon_set DELETE /apis/apps/v1beta2/namespaces/{namespace}/daemonsets
Kubernetes::AppsV1beta2Api delete_collection_namespaced_deployment DELETE /apis/apps/v1beta2/namespaces/{namespace}/deployments
Kubernetes::AppsV1beta2Api delete_collection_namespaced_replica_set DELETE /apis/apps/v1beta2/namespaces/{namespace}/replicasets
Kubernetes::AppsV1beta2Api delete_collection_namespaced_stateful_set DELETE /apis/apps/v1beta2/namespaces/{namespace}/statefulsets
Kubernetes::AppsV1beta2Api delete_namespaced_controller_revision DELETE /apis/apps/v1beta2/namespaces/{namespace}/controllerrevisions/{name}
Kubernetes::AppsV1beta2Api delete_namespaced_daemon_set DELETE /apis/apps/v1beta2/namespaces/{namespace}/daemonsets/{name}
Kubernetes::AppsV1beta2Api delete_namespaced_deployment DELETE /apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}
Kubernetes::AppsV1beta2Api delete_namespaced_replica_set DELETE /apis/apps/v1beta2/namespaces/{namespace}/replicasets/{name}
Kubernetes::AppsV1beta2Api delete_namespaced_stateful_set DELETE /apis/apps/v1beta2/namespaces/{namespace}/statefulsets/{name}
Kubernetes::AppsV1beta2Api get_api_resources GET /apis/apps/v1beta2/
Kubernetes::AppsV1beta2Api list_controller_revision_for_all_namespaces GET /apis/apps/v1beta2/controllerrevisions
Kubernetes::AppsV1beta2Api list_daemon_set_for_all_namespaces GET /apis/apps/v1beta2/daemonsets
Kubernetes::AppsV1beta2Api list_deployment_for_all_namespaces GET /apis/apps/v1beta2/deployments
Kubernetes::AppsV1beta2Api list_namespaced_controller_revision GET /apis/apps/v1beta2/namespaces/{namespace}/controllerrevisions
Kubernetes::AppsV1beta2Api list_namespaced_daemon_set GET /apis/apps/v1beta2/namespaces/{namespace}/daemonsets
Kubernetes::AppsV1beta2Api list_namespaced_deployment GET /apis/apps/v1beta2/namespaces/{namespace}/deployments
Kubernetes::AppsV1beta2Api list_namespaced_replica_set GET /apis/apps/v1beta2/namespaces/{namespace}/replicasets
Kubernetes::AppsV1beta2Api list_namespaced_stateful_set GET /apis/apps/v1beta2/namespaces/{namespace}/statefulsets
Kubernetes::AppsV1beta2Api list_replica_set_for_all_namespaces GET /apis/apps/v1beta2/replicasets
Kubernetes::AppsV1beta2Api list_stateful_set_for_all_namespaces GET /apis/apps/v1beta2/statefulsets
Kubernetes::AppsV1beta2Api patch_namespaced_controller_revision PATCH /apis/apps/v1beta2/namespaces/{namespace}/controllerrevisions/{name}
Kubernetes::AppsV1beta2Api patch_namespaced_daemon_set PATCH /apis/apps/v1beta2/namespaces/{namespace}/daemonsets/{name}
Kubernetes::AppsV1beta2Api patch_namespaced_daemon_set_status PATCH /apis/apps/v1beta2/namespaces/{namespace}/daemonsets/{name}/status
Kubernetes::AppsV1beta2Api patch_namespaced_deployment PATCH /apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}
Kubernetes::AppsV1beta2Api patch_namespaced_deployment_scale PATCH /apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}/scale
Kubernetes::AppsV1beta2Api patch_namespaced_deployment_status PATCH /apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}/status
Kubernetes::AppsV1beta2Api patch_namespaced_replica_set PATCH /apis/apps/v1beta2/namespaces/{namespace}/replicasets/{name}
Kubernetes::AppsV1beta2Api patch_namespaced_replica_set_scale PATCH /apis/apps/v1beta2/namespaces/{namespace}/replicasets/{name}/scale
Kubernetes::AppsV1beta2Api patch_namespaced_replica_set_status PATCH /apis/apps/v1beta2/namespaces/{namespace}/replicasets/{name}/status
Kubernetes::AppsV1beta2Api patch_namespaced_stateful_set PATCH /apis/apps/v1beta2/namespaces/{namespace}/statefulsets/{name}
Kubernetes::AppsV1beta2Api patch_namespaced_stateful_set_scale PATCH /apis/apps/v1beta2/namespaces/{namespace}/statefulsets/{name}/scale
Kubernetes::AppsV1beta2Api patch_namespaced_stateful_set_status PATCH /apis/apps/v1beta2/namespaces/{namespace}/statefulsets/{name}/status
Kubernetes::AppsV1beta2Api read_namespaced_controller_revision GET /apis/apps/v1beta2/namespaces/{namespace}/controllerrevisions/{name}
Kubernetes::AppsV1beta2Api read_namespaced_daemon_set GET /apis/apps/v1beta2/namespaces/{namespace}/daemonsets/{name}
Kubernetes::AppsV1beta2Api read_namespaced_daemon_set_status GET /apis/apps/v1beta2/namespaces/{namespace}/daemonsets/{name}/status
Kubernetes::AppsV1beta2Api read_namespaced_deployment GET /apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}
Kubernetes::AppsV1beta2Api read_namespaced_deployment_scale GET /apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}/scale
Kubernetes::AppsV1beta2Api read_namespaced_deployment_status GET /apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}/status
Kubernetes::AppsV1beta2Api read_namespaced_replica_set GET /apis/apps/v1beta2/namespaces/{namespace}/replicasets/{name}
Kubernetes::AppsV1beta2Api read_namespaced_replica_set_scale GET /apis/apps/v1beta2/namespaces/{namespace}/replicasets/{name}/scale
Kubernetes::AppsV1beta2Api read_namespaced_replica_set_status GET /apis/apps/v1beta2/namespaces/{namespace}/replicasets/{name}/status
Kubernetes::AppsV1beta2Api read_namespaced_stateful_set GET /apis/apps/v1beta2/namespaces/{namespace}/statefulsets/{name}
Kubernetes::AppsV1beta2Api read_namespaced_stateful_set_scale GET /apis/apps/v1beta2/namespaces/{namespace}/statefulsets/{name}/scale
Kubernetes::AppsV1beta2Api read_namespaced_stateful_set_status GET /apis/apps/v1beta2/namespaces/{namespace}/statefulsets/{name}/status
Kubernetes::AppsV1beta2Api replace_namespaced_controller_revision PUT /apis/apps/v1beta2/namespaces/{namespace}/controllerrevisions/{name}
Kubernetes::AppsV1beta2Api replace_namespaced_daemon_set PUT /apis/apps/v1beta2/namespaces/{namespace}/daemonsets/{name}
Kubernetes::AppsV1beta2Api replace_namespaced_daemon_set_status PUT /apis/apps/v1beta2/namespaces/{namespace}/daemonsets/{name}/status
Kubernetes::AppsV1beta2Api replace_namespaced_deployment PUT /apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}
Kubernetes::AppsV1beta2Api replace_namespaced_deployment_scale PUT /apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}/scale
Kubernetes::AppsV1beta2Api replace_namespaced_deployment_status PUT /apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}/status
Kubernetes::AppsV1beta2Api replace_namespaced_replica_set PUT /apis/apps/v1beta2/namespaces/{namespace}/replicasets/{name}
Kubernetes::AppsV1beta2Api replace_namespaced_replica_set_scale PUT /apis/apps/v1beta2/namespaces/{namespace}/replicasets/{name}/scale
Kubernetes::AppsV1beta2Api replace_namespaced_replica_set_status PUT /apis/apps/v1beta2/namespaces/{namespace}/replicasets/{name}/status
Kubernetes::AppsV1beta2Api replace_namespaced_stateful_set PUT /apis/apps/v1beta2/namespaces/{namespace}/statefulsets/{name}
Kubernetes::AppsV1beta2Api replace_namespaced_stateful_set_scale PUT /apis/apps/v1beta2/namespaces/{namespace}/statefulsets/{name}/scale
Kubernetes::AppsV1beta2Api replace_namespaced_stateful_set_status PUT /apis/apps/v1beta2/namespaces/{namespace}/statefulsets/{name}/status
Kubernetes::AuditregistrationApi get_api_group GET /apis/auditregistration.k8s.io/
Kubernetes::AuditregistrationV1alpha1Api create_audit_sink POST /apis/auditregistration.k8s.io/v1alpha1/auditsinks
Kubernetes::AuditregistrationV1alpha1Api delete_audit_sink DELETE /apis/auditregistration.k8s.io/v1alpha1/auditsinks/{name}
Kubernetes::AuditregistrationV1alpha1Api delete_collection_audit_sink DELETE /apis/auditregistration.k8s.io/v1alpha1/auditsinks
Kubernetes::AuditregistrationV1alpha1Api get_api_resources GET /apis/auditregistration.k8s.io/v1alpha1/
Kubernetes::AuditregistrationV1alpha1Api list_audit_sink GET /apis/auditregistration.k8s.io/v1alpha1/auditsinks
Kubernetes::AuditregistrationV1alpha1Api patch_audit_sink PATCH /apis/auditregistration.k8s.io/v1alpha1/auditsinks/{name}
Kubernetes::AuditregistrationV1alpha1Api read_audit_sink GET /apis/auditregistration.k8s.io/v1alpha1/auditsinks/{name}
Kubernetes::AuditregistrationV1alpha1Api replace_audit_sink PUT /apis/auditregistration.k8s.io/v1alpha1/auditsinks/{name}
Kubernetes::AuthenticationApi get_api_group GET /apis/authentication.k8s.io/
Kubernetes::AuthenticationV1Api create_token_review POST /apis/authentication.k8s.io/v1/tokenreviews
Kubernetes::AuthenticationV1Api get_api_resources GET /apis/authentication.k8s.io/v1/
Kubernetes::AuthenticationV1beta1Api create_token_review POST /apis/authentication.k8s.io/v1beta1/tokenreviews
Kubernetes::AuthenticationV1beta1Api get_api_resources GET /apis/authentication.k8s.io/v1beta1/
Kubernetes::AuthorizationApi get_api_group GET /apis/authorization.k8s.io/
Kubernetes::AuthorizationV1Api create_namespaced_local_subject_access_review POST /apis/authorization.k8s.io/v1/namespaces/{namespace}/localsubjectaccessreviews
Kubernetes::AuthorizationV1Api create_self_subject_access_review POST /apis/authorization.k8s.io/v1/selfsubjectaccessreviews
Kubernetes::AuthorizationV1Api create_self_subject_rules_review POST /apis/authorization.k8s.io/v1/selfsubjectrulesreviews
Kubernetes::AuthorizationV1Api create_subject_access_review POST /apis/authorization.k8s.io/v1/subjectaccessreviews
Kubernetes::AuthorizationV1Api get_api_resources GET /apis/authorization.k8s.io/v1/
Kubernetes::AuthorizationV1beta1Api create_namespaced_local_subject_access_review POST /apis/authorization.k8s.io/v1beta1/namespaces/{namespace}/localsubjectaccessreviews
Kubernetes::AuthorizationV1beta1Api create_self_subject_access_review POST /apis/authorization.k8s.io/v1beta1/selfsubjectaccessreviews
Kubernetes::AuthorizationV1beta1Api create_self_subject_rules_review POST /apis/authorization.k8s.io/v1beta1/selfsubjectrulesreviews
Kubernetes::AuthorizationV1beta1Api create_subject_access_review POST /apis/authorization.k8s.io/v1beta1/subjectaccessreviews
Kubernetes::AuthorizationV1beta1Api get_api_resources GET /apis/authorization.k8s.io/v1beta1/
Kubernetes::AutoscalingApi get_api_group GET /apis/autoscaling/
Kubernetes::AutoscalingV1Api create_namespaced_horizontal_pod_autoscaler POST /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers
Kubernetes::AutoscalingV1Api delete_collection_namespaced_horizontal_pod_autoscaler DELETE /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers
Kubernetes::AutoscalingV1Api delete_namespaced_horizontal_pod_autoscaler DELETE /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}
Kubernetes::AutoscalingV1Api get_api_resources GET /apis/autoscaling/v1/
Kubernetes::AutoscalingV1Api list_horizontal_pod_autoscaler_for_all_namespaces GET /apis/autoscaling/v1/horizontalpodautoscalers
Kubernetes::AutoscalingV1Api list_namespaced_horizontal_pod_autoscaler GET /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers
Kubernetes::AutoscalingV1Api patch_namespaced_horizontal_pod_autoscaler PATCH /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}
Kubernetes::AutoscalingV1Api patch_namespaced_horizontal_pod_autoscaler_status PATCH /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
Kubernetes::AutoscalingV1Api read_namespaced_horizontal_pod_autoscaler GET /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}
Kubernetes::AutoscalingV1Api read_namespaced_horizontal_pod_autoscaler_status GET /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
Kubernetes::AutoscalingV1Api replace_namespaced_horizontal_pod_autoscaler PUT /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}
Kubernetes::AutoscalingV1Api replace_namespaced_horizontal_pod_autoscaler_status PUT /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
Kubernetes::AutoscalingV2beta1Api create_namespaced_horizontal_pod_autoscaler POST /apis/autoscaling/v2beta1/namespaces/{namespace}/horizontalpodautoscalers
Kubernetes::AutoscalingV2beta1Api delete_collection_namespaced_horizontal_pod_autoscaler DELETE /apis/autoscaling/v2beta1/namespaces/{namespace}/horizontalpodautoscalers
Kubernetes::AutoscalingV2beta1Api delete_namespaced_horizontal_pod_autoscaler DELETE /apis/autoscaling/v2beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}
Kubernetes::AutoscalingV2beta1Api get_api_resources GET /apis/autoscaling/v2beta1/
Kubernetes::AutoscalingV2beta1Api list_horizontal_pod_autoscaler_for_all_namespaces GET /apis/autoscaling/v2beta1/horizontalpodautoscalers
Kubernetes::AutoscalingV2beta1Api list_namespaced_horizontal_pod_autoscaler GET /apis/autoscaling/v2beta1/namespaces/{namespace}/horizontalpodautoscalers
Kubernetes::AutoscalingV2beta1Api patch_namespaced_horizontal_pod_autoscaler PATCH /apis/autoscaling/v2beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}
Kubernetes::AutoscalingV2beta1Api patch_namespaced_horizontal_pod_autoscaler_status PATCH /apis/autoscaling/v2beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
Kubernetes::AutoscalingV2beta1Api read_namespaced_horizontal_pod_autoscaler GET /apis/autoscaling/v2beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}
Kubernetes::AutoscalingV2beta1Api read_namespaced_horizontal_pod_autoscaler_status GET /apis/autoscaling/v2beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
Kubernetes::AutoscalingV2beta1Api replace_namespaced_horizontal_pod_autoscaler PUT /apis/autoscaling/v2beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}
Kubernetes::AutoscalingV2beta1Api replace_namespaced_horizontal_pod_autoscaler_status PUT /apis/autoscaling/v2beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
Kubernetes::AutoscalingV2beta2Api create_namespaced_horizontal_pod_autoscaler POST /apis/autoscaling/v2beta2/namespaces/{namespace}/horizontalpodautoscalers
Kubernetes::AutoscalingV2beta2Api delete_collection_namespaced_horizontal_pod_autoscaler DELETE /apis/autoscaling/v2beta2/namespaces/{namespace}/horizontalpodautoscalers
Kubernetes::AutoscalingV2beta2Api delete_namespaced_horizontal_pod_autoscaler DELETE /apis/autoscaling/v2beta2/namespaces/{namespace}/horizontalpodautoscalers/{name}
Kubernetes::AutoscalingV2beta2Api get_api_resources GET /apis/autoscaling/v2beta2/
Kubernetes::AutoscalingV2beta2Api list_horizontal_pod_autoscaler_for_all_namespaces GET /apis/autoscaling/v2beta2/horizontalpodautoscalers
Kubernetes::AutoscalingV2beta2Api list_namespaced_horizontal_pod_autoscaler GET /apis/autoscaling/v2beta2/namespaces/{namespace}/horizontalpodautoscalers
Kubernetes::AutoscalingV2beta2Api patch_namespaced_horizontal_pod_autoscaler PATCH /apis/autoscaling/v2beta2/namespaces/{namespace}/horizontalpodautoscalers/{name}
Kubernetes::AutoscalingV2beta2Api patch_namespaced_horizontal_pod_autoscaler_status PATCH /apis/autoscaling/v2beta2/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
Kubernetes::AutoscalingV2beta2Api read_namespaced_horizontal_pod_autoscaler GET /apis/autoscaling/v2beta2/namespaces/{namespace}/horizontalpodautoscalers/{name}
Kubernetes::AutoscalingV2beta2Api read_namespaced_horizontal_pod_autoscaler_status GET /apis/autoscaling/v2beta2/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
Kubernetes::AutoscalingV2beta2Api replace_namespaced_horizontal_pod_autoscaler PUT /apis/autoscaling/v2beta2/namespaces/{namespace}/horizontalpodautoscalers/{name}
Kubernetes::AutoscalingV2beta2Api replace_namespaced_horizontal_pod_autoscaler_status PUT /apis/autoscaling/v2beta2/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
Kubernetes::BatchApi get_api_group GET /apis/batch/
Kubernetes::BatchV1Api create_namespaced_job POST /apis/batch/v1/namespaces/{namespace}/jobs
Kubernetes::BatchV1Api delete_collection_namespaced_job DELETE /apis/batch/v1/namespaces/{namespace}/jobs
Kubernetes::BatchV1Api delete_namespaced_job DELETE /apis/batch/v1/namespaces/{namespace}/jobs/{name}
Kubernetes::BatchV1Api get_api_resources GET /apis/batch/v1/
Kubernetes::BatchV1Api list_job_for_all_namespaces GET /apis/batch/v1/jobs
Kubernetes::BatchV1Api list_namespaced_job GET /apis/batch/v1/namespaces/{namespace}/jobs
Kubernetes::BatchV1Api patch_namespaced_job PATCH /apis/batch/v1/namespaces/{namespace}/jobs/{name}
Kubernetes::BatchV1Api patch_namespaced_job_status PATCH /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status
Kubernetes::BatchV1Api read_namespaced_job GET /apis/batch/v1/namespaces/{namespace}/jobs/{name}
Kubernetes::BatchV1Api read_namespaced_job_status GET /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status
Kubernetes::BatchV1Api replace_namespaced_job PUT /apis/batch/v1/namespaces/{namespace}/jobs/{name}
Kubernetes::BatchV1Api replace_namespaced_job_status PUT /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status
Kubernetes::BatchV1beta1Api create_namespaced_cron_job POST /apis/batch/v1beta1/namespaces/{namespace}/cronjobs
Kubernetes::BatchV1beta1Api delete_collection_namespaced_cron_job DELETE /apis/batch/v1beta1/namespaces/{namespace}/cronjobs
Kubernetes::BatchV1beta1Api delete_namespaced_cron_job DELETE /apis/batch/v1beta1/namespaces/{namespace}/cronjobs/{name}
Kubernetes::BatchV1beta1Api get_api_resources GET /apis/batch/v1beta1/
Kubernetes::BatchV1beta1Api list_cron_job_for_all_namespaces GET /apis/batch/v1beta1/cronjobs
Kubernetes::BatchV1beta1Api list_namespaced_cron_job GET /apis/batch/v1beta1/namespaces/{namespace}/cronjobs
Kubernetes::BatchV1beta1Api patch_namespaced_cron_job PATCH /apis/batch/v1beta1/namespaces/{namespace}/cronjobs/{name}
Kubernetes::BatchV1beta1Api patch_namespaced_cron_job_status PATCH /apis/batch/v1beta1/namespaces/{namespace}/cronjobs/{name}/status
Kubernetes::BatchV1beta1Api read_namespaced_cron_job GET /apis/batch/v1beta1/namespaces/{namespace}/cronjobs/{name}
Kubernetes::BatchV1beta1Api read_namespaced_cron_job_status GET /apis/batch/v1beta1/namespaces/{namespace}/cronjobs/{name}/status
Kubernetes::BatchV1beta1Api replace_namespaced_cron_job PUT /apis/batch/v1beta1/namespaces/{namespace}/cronjobs/{name}
Kubernetes::BatchV1beta1Api replace_namespaced_cron_job_status PUT /apis/batch/v1beta1/namespaces/{namespace}/cronjobs/{name}/status
Kubernetes::BatchV2alpha1Api create_namespaced_cron_job POST /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs
Kubernetes::BatchV2alpha1Api delete_collection_namespaced_cron_job DELETE /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs
Kubernetes::BatchV2alpha1Api delete_namespaced_cron_job DELETE /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}
Kubernetes::BatchV2alpha1Api get_api_resources GET /apis/batch/v2alpha1/
Kubernetes::BatchV2alpha1Api list_cron_job_for_all_namespaces GET /apis/batch/v2alpha1/cronjobs
Kubernetes::BatchV2alpha1Api list_namespaced_cron_job GET /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs
Kubernetes::BatchV2alpha1Api patch_namespaced_cron_job PATCH /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}
Kubernetes::BatchV2alpha1Api patch_namespaced_cron_job_status PATCH /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}/status
Kubernetes::BatchV2alpha1Api read_namespaced_cron_job GET /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}
Kubernetes::BatchV2alpha1Api read_namespaced_cron_job_status GET /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}/status
Kubernetes::BatchV2alpha1Api replace_namespaced_cron_job PUT /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}
Kubernetes::BatchV2alpha1Api replace_namespaced_cron_job_status PUT /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}/status
Kubernetes::CertificatesApi get_api_group GET /apis/certificates.k8s.io/
Kubernetes::CertificatesV1beta1Api create_certificate_signing_request POST /apis/certificates.k8s.io/v1beta1/certificatesigningrequests
Kubernetes::CertificatesV1beta1Api delete_certificate_signing_request DELETE /apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}
Kubernetes::CertificatesV1beta1Api delete_collection_certificate_signing_request DELETE /apis/certificates.k8s.io/v1beta1/certificatesigningrequests
Kubernetes::CertificatesV1beta1Api get_api_resources GET /apis/certificates.k8s.io/v1beta1/
Kubernetes::CertificatesV1beta1Api list_certificate_signing_request GET /apis/certificates.k8s.io/v1beta1/certificatesigningrequests
Kubernetes::CertificatesV1beta1Api patch_certificate_signing_request PATCH /apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}
Kubernetes::CertificatesV1beta1Api patch_certificate_signing_request_status PATCH /apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}/status
Kubernetes::CertificatesV1beta1Api read_certificate_signing_request GET /apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}
Kubernetes::CertificatesV1beta1Api read_certificate_signing_request_status GET /apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}/status
Kubernetes::CertificatesV1beta1Api replace_certificate_signing_request PUT /apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}
Kubernetes::CertificatesV1beta1Api replace_certificate_signing_request_approval PUT /apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}/approval
Kubernetes::CertificatesV1beta1Api replace_certificate_signing_request_status PUT /apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}/status
Kubernetes::CoordinationApi get_api_group GET /apis/coordination.k8s.io/
Kubernetes::CoordinationV1beta1Api create_namespaced_lease POST /apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leases
Kubernetes::CoordinationV1beta1Api delete_collection_namespaced_lease DELETE /apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leases
Kubernetes::CoordinationV1beta1Api delete_namespaced_lease DELETE /apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leases/{name}
Kubernetes::CoordinationV1beta1Api get_api_resources GET /apis/coordination.k8s.io/v1beta1/
Kubernetes::CoordinationV1beta1Api list_lease_for_all_namespaces GET /apis/coordination.k8s.io/v1beta1/leases
Kubernetes::CoordinationV1beta1Api list_namespaced_lease GET /apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leases
Kubernetes::CoordinationV1beta1Api patch_namespaced_lease PATCH /apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leases/{name}
Kubernetes::CoordinationV1beta1Api read_namespaced_lease GET /apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leases/{name}
Kubernetes::CoordinationV1beta1Api replace_namespaced_lease PUT /apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leases/{name}
Kubernetes::CoreApi get_api_versions GET /api/
Kubernetes::CoreV1Api connect_delete_namespaced_pod_proxy DELETE /api/v1/namespaces/{namespace}/pods/{name}/proxy
Kubernetes::CoreV1Api connect_delete_namespaced_pod_proxy_with_path DELETE /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
Kubernetes::CoreV1Api connect_delete_namespaced_service_proxy DELETE /api/v1/namespaces/{namespace}/services/{name}/proxy
Kubernetes::CoreV1Api connect_delete_namespaced_service_proxy_with_path DELETE /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
Kubernetes::CoreV1Api connect_delete_node_proxy DELETE /api/v1/nodes/{name}/proxy
Kubernetes::CoreV1Api connect_delete_node_proxy_with_path DELETE /api/v1/nodes/{name}/proxy/{path}
Kubernetes::CoreV1Api connect_get_namespaced_pod_attach GET /api/v1/namespaces/{namespace}/pods/{name}/attach
Kubernetes::CoreV1Api connect_get_namespaced_pod_exec GET /api/v1/namespaces/{namespace}/pods/{name}/exec
Kubernetes::CoreV1Api connect_get_namespaced_pod_portforward GET /api/v1/namespaces/{namespace}/pods/{name}/portforward
Kubernetes::CoreV1Api connect_get_namespaced_pod_proxy GET /api/v1/namespaces/{namespace}/pods/{name}/proxy
Kubernetes::CoreV1Api connect_get_namespaced_pod_proxy_with_path GET /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
Kubernetes::CoreV1Api connect_get_namespaced_service_proxy GET /api/v1/namespaces/{namespace}/services/{name}/proxy
Kubernetes::CoreV1Api connect_get_namespaced_service_proxy_with_path GET /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
Kubernetes::CoreV1Api connect_get_node_proxy GET /api/v1/nodes/{name}/proxy
Kubernetes::CoreV1Api connect_get_node_proxy_with_path GET /api/v1/nodes/{name}/proxy/{path}
Kubernetes::CoreV1Api connect_head_namespaced_pod_proxy HEAD /api/v1/namespaces/{namespace}/pods/{name}/proxy
Kubernetes::CoreV1Api connect_head_namespaced_pod_proxy_with_path HEAD /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
Kubernetes::CoreV1Api connect_head_namespaced_service_proxy HEAD /api/v1/namespaces/{namespace}/services/{name}/proxy
Kubernetes::CoreV1Api connect_head_namespaced_service_proxy_with_path HEAD /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
Kubernetes::CoreV1Api connect_head_node_proxy HEAD /api/v1/nodes/{name}/proxy
Kubernetes::CoreV1Api connect_head_node_proxy_with_path HEAD /api/v1/nodes/{name}/proxy/{path}
Kubernetes::CoreV1Api connect_options_namespaced_pod_proxy OPTIONS /api/v1/namespaces/{namespace}/pods/{name}/proxy
Kubernetes::CoreV1Api connect_options_namespaced_pod_proxy_with_path OPTIONS /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
Kubernetes::CoreV1Api connect_options_namespaced_service_proxy OPTIONS /api/v1/namespaces/{namespace}/services/{name}/proxy
Kubernetes::CoreV1Api connect_options_namespaced_service_proxy_with_path OPTIONS /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
Kubernetes::CoreV1Api connect_options_node_proxy OPTIONS /api/v1/nodes/{name}/proxy
Kubernetes::CoreV1Api connect_options_node_proxy_with_path OPTIONS /api/v1/nodes/{name}/proxy/{path}
Kubernetes::CoreV1Api connect_patch_namespaced_pod_proxy PATCH /api/v1/namespaces/{namespace}/pods/{name}/proxy
Kubernetes::CoreV1Api connect_patch_namespaced_pod_proxy_with_path PATCH /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
Kubernetes::CoreV1Api connect_patch_namespaced_service_proxy PATCH /api/v1/namespaces/{namespace}/services/{name}/proxy
Kubernetes::CoreV1Api connect_patch_namespaced_service_proxy_with_path PATCH /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
Kubernetes::CoreV1Api connect_patch_node_proxy PATCH /api/v1/nodes/{name}/proxy
Kubernetes::CoreV1Api connect_patch_node_proxy_with_path PATCH /api/v1/nodes/{name}/proxy/{path}
Kubernetes::CoreV1Api connect_post_namespaced_pod_attach POST /api/v1/namespaces/{namespace}/pods/{name}/attach
Kubernetes::CoreV1Api connect_post_namespaced_pod_exec POST /api/v1/namespaces/{namespace}/pods/{name}/exec
Kubernetes::CoreV1Api connect_post_namespaced_pod_portforward POST /api/v1/namespaces/{namespace}/pods/{name}/portforward
Kubernetes::CoreV1Api connect_post_namespaced_pod_proxy POST /api/v1/namespaces/{namespace}/pods/{name}/proxy
Kubernetes::CoreV1Api connect_post_namespaced_pod_proxy_with_path POST /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
Kubernetes::CoreV1Api connect_post_namespaced_service_proxy POST /api/v1/namespaces/{namespace}/services/{name}/proxy
Kubernetes::CoreV1Api connect_post_namespaced_service_proxy_with_path POST /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
Kubernetes::CoreV1Api connect_post_node_proxy POST /api/v1/nodes/{name}/proxy
Kubernetes::CoreV1Api connect_post_node_proxy_with_path POST /api/v1/nodes/{name}/proxy/{path}
Kubernetes::CoreV1Api connect_put_namespaced_pod_proxy PUT /api/v1/namespaces/{namespace}/pods/{name}/proxy
Kubernetes::CoreV1Api connect_put_namespaced_pod_proxy_with_path PUT /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
Kubernetes::CoreV1Api connect_put_namespaced_service_proxy PUT /api/v1/namespaces/{namespace}/services/{name}/proxy
Kubernetes::CoreV1Api connect_put_namespaced_service_proxy_with_path PUT /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
Kubernetes::CoreV1Api connect_put_node_proxy PUT /api/v1/nodes/{name}/proxy
Kubernetes::CoreV1Api connect_put_node_proxy_with_path PUT /api/v1/nodes/{name}/proxy/{path}
Kubernetes::CoreV1Api create_namespace POST /api/v1/namespaces
Kubernetes::CoreV1Api create_namespaced_binding POST /api/v1/namespaces/{namespace}/bindings
Kubernetes::CoreV1Api create_namespaced_config_map POST /api/v1/namespaces/{namespace}/configmaps
Kubernetes::CoreV1Api create_namespaced_endpoints POST /api/v1/namespaces/{namespace}/endpoints
Kubernetes::CoreV1Api create_namespaced_event POST /api/v1/namespaces/{namespace}/events
Kubernetes::CoreV1Api create_namespaced_limit_range POST /api/v1/namespaces/{namespace}/limitranges
Kubernetes::CoreV1Api create_namespaced_persistent_volume_claim POST /api/v1/namespaces/{namespace}/persistentvolumeclaims
Kubernetes::CoreV1Api create_namespaced_pod POST /api/v1/namespaces/{namespace}/pods
Kubernetes::CoreV1Api create_namespaced_pod_binding POST /api/v1/namespaces/{namespace}/pods/{name}/binding
Kubernetes::CoreV1Api create_namespaced_pod_eviction POST /api/v1/namespaces/{namespace}/pods/{name}/eviction
Kubernetes::CoreV1Api create_namespaced_pod_template POST /api/v1/namespaces/{namespace}/podtemplates
Kubernetes::CoreV1Api create_namespaced_replication_controller POST /api/v1/namespaces/{namespace}/replicationcontrollers
Kubernetes::CoreV1Api create_namespaced_resource_quota POST /api/v1/namespaces/{namespace}/resourcequotas
Kubernetes::CoreV1Api create_namespaced_secret POST /api/v1/namespaces/{namespace}/secrets
Kubernetes::CoreV1Api create_namespaced_service POST /api/v1/namespaces/{namespace}/services
Kubernetes::CoreV1Api create_namespaced_service_account POST /api/v1/namespaces/{namespace}/serviceaccounts
Kubernetes::CoreV1Api create_node POST /api/v1/nodes
Kubernetes::CoreV1Api create_persistent_volume POST /api/v1/persistentvolumes
Kubernetes::CoreV1Api delete_collection_namespaced_config_map DELETE /api/v1/namespaces/{namespace}/configmaps
Kubernetes::CoreV1Api delete_collection_namespaced_endpoints DELETE /api/v1/namespaces/{namespace}/endpoints
Kubernetes::CoreV1Api delete_collection_namespaced_event DELETE /api/v1/namespaces/{namespace}/events
Kubernetes::CoreV1Api delete_collection_namespaced_limit_range DELETE /api/v1/namespaces/{namespace}/limitranges
Kubernetes::CoreV1Api delete_collection_namespaced_persistent_volume_claim DELETE /api/v1/namespaces/{namespace}/persistentvolumeclaims
Kubernetes::CoreV1Api delete_collection_namespaced_pod DELETE /api/v1/namespaces/{namespace}/pods
Kubernetes::CoreV1Api delete_collection_namespaced_pod_template DELETE /api/v1/namespaces/{namespace}/podtemplates
Kubernetes::CoreV1Api delete_collection_namespaced_replication_controller DELETE /api/v1/namespaces/{namespace}/replicationcontrollers
Kubernetes::CoreV1Api delete_collection_namespaced_resource_quota DELETE /api/v1/namespaces/{namespace}/resourcequotas
Kubernetes::CoreV1Api delete_collection_namespaced_secret DELETE /api/v1/namespaces/{namespace}/secrets
Kubernetes::CoreV1Api delete_collection_namespaced_service_account DELETE /api/v1/namespaces/{namespace}/serviceaccounts
Kubernetes::CoreV1Api delete_collection_node DELETE /api/v1/nodes
Kubernetes::CoreV1Api delete_collection_persistent_volume DELETE /api/v1/persistentvolumes
Kubernetes::CoreV1Api delete_namespace DELETE /api/v1/namespaces/{name}
Kubernetes::CoreV1Api delete_namespaced_config_map DELETE /api/v1/namespaces/{namespace}/configmaps/{name}
Kubernetes::CoreV1Api delete_namespaced_endpoints DELETE /api/v1/namespaces/{namespace}/endpoints/{name}
Kubernetes::CoreV1Api delete_namespaced_event DELETE /api/v1/namespaces/{namespace}/events/{name}
Kubernetes::CoreV1Api delete_namespaced_limit_range DELETE /api/v1/namespaces/{namespace}/limitranges/{name}
Kubernetes::CoreV1Api delete_namespaced_persistent_volume_claim DELETE /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}
Kubernetes::CoreV1Api delete_namespaced_pod DELETE /api/v1/namespaces/{namespace}/pods/{name}
Kubernetes::CoreV1Api delete_namespaced_pod_template DELETE /api/v1/namespaces/{namespace}/podtemplates/{name}
Kubernetes::CoreV1Api delete_namespaced_replication_controller DELETE /api/v1/namespaces/{namespace}/replicationcontrollers/{name}
Kubernetes::CoreV1Api delete_namespaced_resource_quota DELETE /api/v1/namespaces/{namespace}/resourcequotas/{name}
Kubernetes::CoreV1Api delete_namespaced_secret DELETE /api/v1/namespaces/{namespace}/secrets/{name}
Kubernetes::CoreV1Api delete_namespaced_service DELETE /api/v1/namespaces/{namespace}/services/{name}
Kubernetes::CoreV1Api delete_namespaced_service_account DELETE /api/v1/namespaces/{namespace}/serviceaccounts/{name}
Kubernetes::CoreV1Api delete_node DELETE /api/v1/nodes/{name}
Kubernetes::CoreV1Api delete_persistent_volume DELETE /api/v1/persistentvolumes/{name}
Kubernetes::CoreV1Api get_api_resources GET /api/v1/
Kubernetes::CoreV1Api list_component_status GET /api/v1/componentstatuses
Kubernetes::CoreV1Api list_config_map_for_all_namespaces GET /api/v1/configmaps
Kubernetes::CoreV1Api list_endpoints_for_all_namespaces GET /api/v1/endpoints
Kubernetes::CoreV1Api list_event_for_all_namespaces GET /api/v1/events
Kubernetes::CoreV1Api list_limit_range_for_all_namespaces GET /api/v1/limitranges
Kubernetes::CoreV1Api list_namespace GET /api/v1/namespaces
Kubernetes::CoreV1Api list_namespaced_config_map GET /api/v1/namespaces/{namespace}/configmaps
Kubernetes::CoreV1Api list_namespaced_endpoints GET /api/v1/namespaces/{namespace}/endpoints
Kubernetes::CoreV1Api list_namespaced_event GET /api/v1/namespaces/{namespace}/events
Kubernetes::CoreV1Api list_namespaced_limit_range GET /api/v1/namespaces/{namespace}/limitranges
Kubernetes::CoreV1Api list_namespaced_persistent_volume_claim GET /api/v1/namespaces/{namespace}/persistentvolumeclaims
Kubernetes::CoreV1Api list_namespaced_pod GET /api/v1/namespaces/{namespace}/pods
Kubernetes::CoreV1Api list_namespaced_pod_template GET /api/v1/namespaces/{namespace}/podtemplates
Kubernetes::CoreV1Api list_namespaced_replication_controller GET /api/v1/namespaces/{namespace}/replicationcontrollers
Kubernetes::CoreV1Api list_namespaced_resource_quota GET /api/v1/namespaces/{namespace}/resourcequotas
Kubernetes::CoreV1Api list_namespaced_secret GET /api/v1/namespaces/{namespace}/secrets
Kubernetes::CoreV1Api list_namespaced_service GET /api/v1/namespaces/{namespace}/services
Kubernetes::CoreV1Api list_namespaced_service_account GET /api/v1/namespaces/{namespace}/serviceaccounts
Kubernetes::CoreV1Api list_node GET /api/v1/nodes
Kubernetes::CoreV1Api list_persistent_volume GET /api/v1/persistentvolumes
Kubernetes::CoreV1Api list_persistent_volume_claim_for_all_namespaces GET /api/v1/persistentvolumeclaims
Kubernetes::CoreV1Api list_pod_for_all_namespaces GET /api/v1/pods
Kubernetes::CoreV1Api list_pod_template_for_all_namespaces GET /api/v1/podtemplates
Kubernetes::CoreV1Api list_replication_controller_for_all_namespaces GET /api/v1/replicationcontrollers
Kubernetes::CoreV1Api list_resource_quota_for_all_namespaces GET /api/v1/resourcequotas
Kubernetes::CoreV1Api list_secret_for_all_namespaces GET /api/v1/secrets
Kubernetes::CoreV1Api list_service_account_for_all_namespaces GET /api/v1/serviceaccounts
Kubernetes::CoreV1Api list_service_for_all_namespaces GET /api/v1/services
Kubernetes::CoreV1Api patch_namespace PATCH /api/v1/namespaces/{name}
Kubernetes::CoreV1Api patch_namespace_status PATCH /api/v1/namespaces/{name}/status
Kubernetes::CoreV1Api patch_namespaced_config_map PATCH /api/v1/namespaces/{namespace}/configmaps/{name}
Kubernetes::CoreV1Api patch_namespaced_endpoints PATCH /api/v1/namespaces/{namespace}/endpoints/{name}
Kubernetes::CoreV1Api patch_namespaced_event PATCH /api/v1/namespaces/{namespace}/events/{name}
Kubernetes::CoreV1Api patch_namespaced_limit_range PATCH /api/v1/namespaces/{namespace}/limitranges/{name}
Kubernetes::CoreV1Api patch_namespaced_persistent_volume_claim PATCH /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}
Kubernetes::CoreV1Api patch_namespaced_persistent_volume_claim_status PATCH /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status
Kubernetes::CoreV1Api patch_namespaced_pod PATCH /api/v1/namespaces/{namespace}/pods/{name}
Kubernetes::CoreV1Api patch_namespaced_pod_status PATCH /api/v1/namespaces/{namespace}/pods/{name}/status
Kubernetes::CoreV1Api patch_namespaced_pod_template PATCH /api/v1/namespaces/{namespace}/podtemplates/{name}
Kubernetes::CoreV1Api patch_namespaced_replication_controller PATCH /api/v1/namespaces/{namespace}/replicationcontrollers/{name}
Kubernetes::CoreV1Api patch_namespaced_replication_controller_scale PATCH /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale
Kubernetes::CoreV1Api patch_namespaced_replication_controller_status PATCH /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status
Kubernetes::CoreV1Api patch_namespaced_resource_quota PATCH /api/v1/namespaces/{namespace}/resourcequotas/{name}
Kubernetes::CoreV1Api patch_namespaced_resource_quota_status PATCH /api/v1/namespaces/{namespace}/resourcequotas/{name}/status
Kubernetes::CoreV1Api patch_namespaced_secret PATCH /api/v1/namespaces/{namespace}/secrets/{name}
Kubernetes::CoreV1Api patch_namespaced_service PATCH /api/v1/namespaces/{namespace}/services/{name}
Kubernetes::CoreV1Api patch_namespaced_service_account PATCH /api/v1/namespaces/{namespace}/serviceaccounts/{name}
Kubernetes::CoreV1Api patch_namespaced_service_status PATCH /api/v1/namespaces/{namespace}/services/{name}/status
Kubernetes::CoreV1Api patch_node PATCH /api/v1/nodes/{name}
Kubernetes::CoreV1Api patch_node_status PATCH /api/v1/nodes/{name}/status
Kubernetes::CoreV1Api patch_persistent_volume PATCH /api/v1/persistentvolumes/{name}
Kubernetes::CoreV1Api patch_persistent_volume_status PATCH /api/v1/persistentvolumes/{name}/status
Kubernetes::CoreV1Api read_component_status GET /api/v1/componentstatuses/{name}
Kubernetes::CoreV1Api read_namespace GET /api/v1/namespaces/{name}
Kubernetes::CoreV1Api read_namespace_status GET /api/v1/namespaces/{name}/status
Kubernetes::CoreV1Api read_namespaced_config_map GET /api/v1/namespaces/{namespace}/configmaps/{name}
Kubernetes::CoreV1Api read_namespaced_endpoints GET /api/v1/namespaces/{namespace}/endpoints/{name}
Kubernetes::CoreV1Api read_namespaced_event GET /api/v1/namespaces/{namespace}/events/{name}
Kubernetes::CoreV1Api read_namespaced_limit_range GET /api/v1/namespaces/{namespace}/limitranges/{name}
Kubernetes::CoreV1Api read_namespaced_persistent_volume_claim GET /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}
Kubernetes::CoreV1Api read_namespaced_persistent_volume_claim_status GET /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status
Kubernetes::CoreV1Api read_namespaced_pod GET /api/v1/namespaces/{namespace}/pods/{name}
Kubernetes::CoreV1Api read_namespaced_pod_log GET /api/v1/namespaces/{namespace}/pods/{name}/log
Kubernetes::CoreV1Api read_namespaced_pod_status GET /api/v1/namespaces/{namespace}/pods/{name}/status
Kubernetes::CoreV1Api read_namespaced_pod_template GET /api/v1/namespaces/{namespace}/podtemplates/{name}
Kubernetes::CoreV1Api read_namespaced_replication_controller GET /api/v1/namespaces/{namespace}/replicationcontrollers/{name}
Kubernetes::CoreV1Api read_namespaced_replication_controller_scale GET /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale
Kubernetes::CoreV1Api read_namespaced_replication_controller_status GET /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status
Kubernetes::CoreV1Api read_namespaced_resource_quota GET /api/v1/namespaces/{namespace}/resourcequotas/{name}
Kubernetes::CoreV1Api read_namespaced_resource_quota_status GET /api/v1/namespaces/{namespace}/resourcequotas/{name}/status
Kubernetes::CoreV1Api read_namespaced_secret GET /api/v1/namespaces/{namespace}/secrets/{name}
Kubernetes::CoreV1Api read_namespaced_service GET /api/v1/namespaces/{namespace}/services/{name}
Kubernetes::CoreV1Api read_namespaced_service_account GET /api/v1/namespaces/{namespace}/serviceaccounts/{name}
Kubernetes::CoreV1Api read_namespaced_service_status GET /api/v1/namespaces/{namespace}/services/{name}/status
Kubernetes::CoreV1Api read_node GET /api/v1/nodes/{name}
Kubernetes::CoreV1Api read_node_status GET /api/v1/nodes/{name}/status
Kubernetes::CoreV1Api read_persistent_volume GET /api/v1/persistentvolumes/{name}
Kubernetes::CoreV1Api read_persistent_volume_status GET /api/v1/persistentvolumes/{name}/status
Kubernetes::CoreV1Api replace_namespace PUT /api/v1/namespaces/{name}
Kubernetes::CoreV1Api replace_namespace_finalize PUT /api/v1/namespaces/{name}/finalize
Kubernetes::CoreV1Api replace_namespace_status PUT /api/v1/namespaces/{name}/status
Kubernetes::CoreV1Api replace_namespaced_config_map PUT /api/v1/namespaces/{namespace}/configmaps/{name}
Kubernetes::CoreV1Api replace_namespaced_endpoints PUT /api/v1/namespaces/{namespace}/endpoints/{name}
Kubernetes::CoreV1Api replace_namespaced_event PUT /api/v1/namespaces/{namespace}/events/{name}
Kubernetes::CoreV1Api replace_namespaced_limit_range PUT /api/v1/namespaces/{namespace}/limitranges/{name}
Kubernetes::CoreV1Api replace_namespaced_persistent_volume_claim PUT /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}
Kubernetes::CoreV1Api replace_namespaced_persistent_volume_claim_status PUT /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status
Kubernetes::CoreV1Api replace_namespaced_pod PUT /api/v1/namespaces/{namespace}/pods/{name}
Kubernetes::CoreV1Api replace_namespaced_pod_status PUT /api/v1/namespaces/{namespace}/pods/{name}/status
Kubernetes::CoreV1Api replace_namespaced_pod_template PUT /api/v1/namespaces/{namespace}/podtemplates/{name}
Kubernetes::CoreV1Api replace_namespaced_replication_controller PUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name}
Kubernetes::CoreV1Api replace_namespaced_replication_controller_scale PUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale
Kubernetes::CoreV1Api replace_namespaced_replication_controller_status PUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status
Kubernetes::CoreV1Api replace_namespaced_resource_quota PUT /api/v1/namespaces/{namespace}/resourcequotas/{name}
Kubernetes::CoreV1Api replace_namespaced_resource_quota_status PUT /api/v1/namespaces/{namespace}/resourcequotas/{name}/status
Kubernetes::CoreV1Api replace_namespaced_secret PUT /api/v1/namespaces/{namespace}/secrets/{name}
Kubernetes::CoreV1Api replace_namespaced_service PUT /api/v1/namespaces/{namespace}/services/{name}
Kubernetes::CoreV1Api replace_namespaced_service_account PUT /api/v1/namespaces/{namespace}/serviceaccounts/{name}
Kubernetes::CoreV1Api replace_namespaced_service_status PUT /api/v1/namespaces/{namespace}/services/{name}/status
Kubernetes::CoreV1Api replace_node PUT /api/v1/nodes/{name}
Kubernetes::CoreV1Api replace_node_status PUT /api/v1/nodes/{name}/status
Kubernetes::CoreV1Api replace_persistent_volume PUT /api/v1/persistentvolumes/{name}
Kubernetes::CoreV1Api replace_persistent_volume_status PUT /api/v1/persistentvolumes/{name}/status
Kubernetes::CustomObjectsApi create_cluster_custom_object POST /apis/{group}/{version}/{plural}
Kubernetes::CustomObjectsApi create_namespaced_custom_object POST /apis/{group}/{version}/namespaces/{namespace}/{plural}
Kubernetes::CustomObjectsApi delete_cluster_custom_object DELETE /apis/{group}/{version}/{plural}/{name}
Kubernetes::CustomObjectsApi delete_namespaced_custom_object DELETE /apis/{group}/{version}/namespaces/{namespace}/{plural}/{name}
Kubernetes::CustomObjectsApi get_cluster_custom_object GET /apis/{group}/{version}/{plural}/{name}
Kubernetes::CustomObjectsApi get_cluster_custom_object_scale GET /apis/{group}/{version}/{plural}/{name}/scale
Kubernetes::CustomObjectsApi get_cluster_custom_object_status GET /apis/{group}/{version}/{plural}/{name}/status
Kubernetes::CustomObjectsApi get_namespaced_custom_object GET /apis/{group}/{version}/namespaces/{namespace}/{plural}/{name}
Kubernetes::CustomObjectsApi get_namespaced_custom_object_scale GET /apis/{group}/{version}/namespaces/{namespace}/{plural}/{name}/scale
Kubernetes::CustomObjectsApi get_namespaced_custom_object_status GET /apis/{group}/{version}/namespaces/{namespace}/{plural}/{name}/status
Kubernetes::CustomObjectsApi list_cluster_custom_object GET /apis/{group}/{version}/{plural}
Kubernetes::CustomObjectsApi list_namespaced_custom_object GET /apis/{group}/{version}/namespaces/{namespace}/{plural}
Kubernetes::CustomObjectsApi patch_cluster_custom_object PATCH /apis/{group}/{version}/{plural}/{name}
Kubernetes::CustomObjectsApi patch_cluster_custom_object_scale PATCH /apis/{group}/{version}/{plural}/{name}/scale
Kubernetes::CustomObjectsApi patch_cluster_custom_object_status PATCH /apis/{group}/{version}/{plural}/{name}/status
Kubernetes::CustomObjectsApi patch_namespaced_custom_object PATCH /apis/{group}/{version}/namespaces/{namespace}/{plural}/{name}
Kubernetes::CustomObjectsApi patch_namespaced_custom_object_scale PATCH /apis/{group}/{version}/namespaces/{namespace}/{plural}/{name}/scale
Kubernetes::CustomObjectsApi patch_namespaced_custom_object_status PATCH /apis/{group}/{version}/namespaces/{namespace}/{plural}/{name}/status
Kubernetes::CustomObjectsApi replace_cluster_custom_object PUT /apis/{group}/{version}/{plural}/{name}
Kubernetes::CustomObjectsApi replace_cluster_custom_object_scale PUT /apis/{group}/{version}/{plural}/{name}/scale
Kubernetes::CustomObjectsApi replace_cluster_custom_object_status PUT /apis/{group}/{version}/{plural}/{name}/status
Kubernetes::CustomObjectsApi replace_namespaced_custom_object PUT /apis/{group}/{version}/namespaces/{namespace}/{plural}/{name}
Kubernetes::CustomObjectsApi replace_namespaced_custom_object_scale PUT /apis/{group}/{version}/namespaces/{namespace}/{plural}/{name}/scale
Kubernetes::CustomObjectsApi replace_namespaced_custom_object_status PUT /apis/{group}/{version}/namespaces/{namespace}/{plural}/{name}/status
Kubernetes::EventsApi get_api_group GET /apis/events.k8s.io/
Kubernetes::EventsV1beta1Api create_namespaced_event POST /apis/events.k8s.io/v1beta1/namespaces/{namespace}/events
Kubernetes::EventsV1beta1Api delete_collection_namespaced_event DELETE /apis/events.k8s.io/v1beta1/namespaces/{namespace}/events
Kubernetes::EventsV1beta1Api delete_namespaced_event DELETE /apis/events.k8s.io/v1beta1/namespaces/{namespace}/events/{name}
Kubernetes::EventsV1beta1Api get_api_resources GET /apis/events.k8s.io/v1beta1/
Kubernetes::EventsV1beta1Api list_event_for_all_namespaces GET /apis/events.k8s.io/v1beta1/events
Kubernetes::EventsV1beta1Api list_namespaced_event GET /apis/events.k8s.io/v1beta1/namespaces/{namespace}/events
Kubernetes::EventsV1beta1Api patch_namespaced_event PATCH /apis/events.k8s.io/v1beta1/namespaces/{namespace}/events/{name}
Kubernetes::EventsV1beta1Api read_namespaced_event GET /apis/events.k8s.io/v1beta1/namespaces/{namespace}/events/{name}
Kubernetes::EventsV1beta1Api replace_namespaced_event PUT /apis/events.k8s.io/v1beta1/namespaces/{namespace}/events/{name}
Kubernetes::ExtensionsApi get_api_group GET /apis/extensions/
Kubernetes::ExtensionsV1beta1Api create_namespaced_daemon_set POST /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets
Kubernetes::ExtensionsV1beta1Api create_namespaced_deployment POST /apis/extensions/v1beta1/namespaces/{namespace}/deployments
Kubernetes::ExtensionsV1beta1Api create_namespaced_deployment_rollback POST /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/rollback
Kubernetes::ExtensionsV1beta1Api create_namespaced_ingress POST /apis/extensions/v1beta1/namespaces/{namespace}/ingresses
Kubernetes::ExtensionsV1beta1Api create_namespaced_network_policy POST /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies
Kubernetes::ExtensionsV1beta1Api create_namespaced_replica_set POST /apis/extensions/v1beta1/namespaces/{namespace}/replicasets
Kubernetes::ExtensionsV1beta1Api create_pod_security_policy POST /apis/extensions/v1beta1/podsecuritypolicies
Kubernetes::ExtensionsV1beta1Api delete_collection_namespaced_daemon_set DELETE /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets
Kubernetes::ExtensionsV1beta1Api delete_collection_namespaced_deployment DELETE /apis/extensions/v1beta1/namespaces/{namespace}/deployments
Kubernetes::ExtensionsV1beta1Api delete_collection_namespaced_ingress DELETE /apis/extensions/v1beta1/namespaces/{namespace}/ingresses
Kubernetes::ExtensionsV1beta1Api delete_collection_namespaced_network_policy DELETE /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies
Kubernetes::ExtensionsV1beta1Api delete_collection_namespaced_replica_set DELETE /apis/extensions/v1beta1/namespaces/{namespace}/replicasets
Kubernetes::ExtensionsV1beta1Api delete_collection_pod_security_policy DELETE /apis/extensions/v1beta1/podsecuritypolicies
Kubernetes::ExtensionsV1beta1Api delete_namespaced_daemon_set DELETE /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}
Kubernetes::ExtensionsV1beta1Api delete_namespaced_deployment DELETE /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}
Kubernetes::ExtensionsV1beta1Api delete_namespaced_ingress DELETE /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}
Kubernetes::ExtensionsV1beta1Api delete_namespaced_network_policy DELETE /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name}
Kubernetes::ExtensionsV1beta1Api delete_namespaced_replica_set DELETE /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}
Kubernetes::ExtensionsV1beta1Api delete_pod_security_policy DELETE /apis/extensions/v1beta1/podsecuritypolicies/{name}
Kubernetes::ExtensionsV1beta1Api get_api_resources GET /apis/extensions/v1beta1/
Kubernetes::ExtensionsV1beta1Api list_daemon_set_for_all_namespaces GET /apis/extensions/v1beta1/daemonsets
Kubernetes::ExtensionsV1beta1Api list_deployment_for_all_namespaces GET /apis/extensions/v1beta1/deployments
Kubernetes::ExtensionsV1beta1Api list_ingress_for_all_namespaces GET /apis/extensions/v1beta1/ingresses
Kubernetes::ExtensionsV1beta1Api list_namespaced_daemon_set GET /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets
Kubernetes::ExtensionsV1beta1Api list_namespaced_deployment GET /apis/extensions/v1beta1/namespaces/{namespace}/deployments
Kubernetes::ExtensionsV1beta1Api list_namespaced_ingress GET /apis/extensions/v1beta1/namespaces/{namespace}/ingresses
Kubernetes::ExtensionsV1beta1Api list_namespaced_network_policy GET /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies
Kubernetes::ExtensionsV1beta1Api list_namespaced_replica_set GET /apis/extensions/v1beta1/namespaces/{namespace}/replicasets
Kubernetes::ExtensionsV1beta1Api list_network_policy_for_all_namespaces GET /apis/extensions/v1beta1/networkpolicies
Kubernetes::ExtensionsV1beta1Api list_pod_security_policy GET /apis/extensions/v1beta1/podsecuritypolicies
Kubernetes::ExtensionsV1beta1Api list_replica_set_for_all_namespaces GET /apis/extensions/v1beta1/replicasets
Kubernetes::ExtensionsV1beta1Api patch_namespaced_daemon_set PATCH /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}
Kubernetes::ExtensionsV1beta1Api patch_namespaced_daemon_set_status PATCH /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}/status
Kubernetes::ExtensionsV1beta1Api patch_namespaced_deployment PATCH /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}
Kubernetes::ExtensionsV1beta1Api patch_namespaced_deployment_scale PATCH /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/scale
Kubernetes::ExtensionsV1beta1Api patch_namespaced_deployment_status PATCH /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status
Kubernetes::ExtensionsV1beta1Api patch_namespaced_ingress PATCH /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}
Kubernetes::ExtensionsV1beta1Api patch_namespaced_ingress_status PATCH /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status
Kubernetes::ExtensionsV1beta1Api patch_namespaced_network_policy PATCH /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name}
Kubernetes::ExtensionsV1beta1Api patch_namespaced_replica_set PATCH /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}
Kubernetes::ExtensionsV1beta1Api patch_namespaced_replica_set_scale PATCH /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale
Kubernetes::ExtensionsV1beta1Api patch_namespaced_replica_set_status PATCH /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/status
Kubernetes::ExtensionsV1beta1Api patch_namespaced_replication_controller_dummy_scale PATCH /apis/extensions/v1beta1/namespaces/{namespace}/replicationcontrollers/{name}/scale
Kubernetes::ExtensionsV1beta1Api patch_pod_security_policy PATCH /apis/extensions/v1beta1/podsecuritypolicies/{name}
Kubernetes::ExtensionsV1beta1Api read_namespaced_daemon_set GET /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}
Kubernetes::ExtensionsV1beta1Api read_namespaced_daemon_set_status GET /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}/status
Kubernetes::ExtensionsV1beta1Api read_namespaced_deployment GET /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}
Kubernetes::ExtensionsV1beta1Api read_namespaced_deployment_scale GET /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/scale
Kubernetes::ExtensionsV1beta1Api read_namespaced_deployment_status GET /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status
Kubernetes::ExtensionsV1beta1Api read_namespaced_ingress GET /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}
Kubernetes::ExtensionsV1beta1Api read_namespaced_ingress_status GET /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status
Kubernetes::ExtensionsV1beta1Api read_namespaced_network_policy GET /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name}
Kubernetes::ExtensionsV1beta1Api read_namespaced_replica_set GET /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}
Kubernetes::ExtensionsV1beta1Api read_namespaced_replica_set_scale GET /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale
Kubernetes::ExtensionsV1beta1Api read_namespaced_replica_set_status GET /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/status
Kubernetes::ExtensionsV1beta1Api read_namespaced_replication_controller_dummy_scale GET /apis/extensions/v1beta1/namespaces/{namespace}/replicationcontrollers/{name}/scale
Kubernetes::ExtensionsV1beta1Api read_pod_security_policy GET /apis/extensions/v1beta1/podsecuritypolicies/{name}
Kubernetes::ExtensionsV1beta1Api replace_namespaced_daemon_set PUT /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}
Kubernetes::ExtensionsV1beta1Api replace_namespaced_daemon_set_status PUT /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}/status
Kubernetes::ExtensionsV1beta1Api replace_namespaced_deployment PUT /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}
Kubernetes::ExtensionsV1beta1Api replace_namespaced_deployment_scale PUT /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/scale
Kubernetes::ExtensionsV1beta1Api replace_namespaced_deployment_status PUT /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status
Kubernetes::ExtensionsV1beta1Api replace_namespaced_ingress PUT /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}
Kubernetes::ExtensionsV1beta1Api replace_namespaced_ingress_status PUT /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status
Kubernetes::ExtensionsV1beta1Api replace_namespaced_network_policy PUT /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name}
Kubernetes::ExtensionsV1beta1Api replace_namespaced_replica_set PUT /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}
Kubernetes::ExtensionsV1beta1Api replace_namespaced_replica_set_scale PUT /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale
Kubernetes::ExtensionsV1beta1Api replace_namespaced_replica_set_status PUT /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/status
Kubernetes::ExtensionsV1beta1Api replace_namespaced_replication_controller_dummy_scale PUT /apis/extensions/v1beta1/namespaces/{namespace}/replicationcontrollers/{name}/scale
Kubernetes::ExtensionsV1beta1Api replace_pod_security_policy PUT /apis/extensions/v1beta1/podsecuritypolicies/{name}
Kubernetes::LogsApi log_file_handler GET /logs/{logpath}
Kubernetes::LogsApi log_file_list_handler GET /logs/
Kubernetes::NetworkingApi get_api_group GET /apis/networking.k8s.io/
Kubernetes::NetworkingV1Api create_namespaced_network_policy POST /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies
Kubernetes::NetworkingV1Api delete_collection_namespaced_network_policy DELETE /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies
Kubernetes::NetworkingV1Api delete_namespaced_network_policy DELETE /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name}
Kubernetes::NetworkingV1Api get_api_resources GET /apis/networking.k8s.io/v1/
Kubernetes::NetworkingV1Api list_namespaced_network_policy GET /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies
Kubernetes::NetworkingV1Api list_network_policy_for_all_namespaces GET /apis/networking.k8s.io/v1/networkpolicies
Kubernetes::NetworkingV1Api patch_namespaced_network_policy PATCH /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name}
Kubernetes::NetworkingV1Api read_namespaced_network_policy GET /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name}
Kubernetes::NetworkingV1Api replace_namespaced_network_policy PUT /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name}
Kubernetes::PolicyApi get_api_group GET /apis/policy/
Kubernetes::PolicyV1beta1Api create_namespaced_pod_disruption_budget POST /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets
Kubernetes::PolicyV1beta1Api create_pod_security_policy POST /apis/policy/v1beta1/podsecuritypolicies
Kubernetes::PolicyV1beta1Api delete_collection_namespaced_pod_disruption_budget DELETE /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets
Kubernetes::PolicyV1beta1Api delete_collection_pod_security_policy DELETE /apis/policy/v1beta1/podsecuritypolicies
Kubernetes::PolicyV1beta1Api delete_namespaced_pod_disruption_budget DELETE /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}
Kubernetes::PolicyV1beta1Api delete_pod_security_policy DELETE /apis/policy/v1beta1/podsecuritypolicies/{name}
Kubernetes::PolicyV1beta1Api get_api_resources GET /apis/policy/v1beta1/
Kubernetes::PolicyV1beta1Api list_namespaced_pod_disruption_budget GET /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets
Kubernetes::PolicyV1beta1Api list_pod_disruption_budget_for_all_namespaces GET /apis/policy/v1beta1/poddisruptionbudgets
Kubernetes::PolicyV1beta1Api list_pod_security_policy GET /apis/policy/v1beta1/podsecuritypolicies
Kubernetes::PolicyV1beta1Api patch_namespaced_pod_disruption_budget PATCH /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}
Kubernetes::PolicyV1beta1Api patch_namespaced_pod_disruption_budget_status PATCH /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}/status
Kubernetes::PolicyV1beta1Api patch_pod_security_policy PATCH /apis/policy/v1beta1/podsecuritypolicies/{name}
Kubernetes::PolicyV1beta1Api read_namespaced_pod_disruption_budget GET /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}
Kubernetes::PolicyV1beta1Api read_namespaced_pod_disruption_budget_status GET /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}/status
Kubernetes::PolicyV1beta1Api read_pod_security_policy GET /apis/policy/v1beta1/podsecuritypolicies/{name}
Kubernetes::PolicyV1beta1Api replace_namespaced_pod_disruption_budget PUT /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}
Kubernetes::PolicyV1beta1Api replace_namespaced_pod_disruption_budget_status PUT /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}/status
Kubernetes::PolicyV1beta1Api replace_pod_security_policy PUT /apis/policy/v1beta1/podsecuritypolicies/{name}
Kubernetes::RbacAuthorizationApi get_api_group GET /apis/rbac.authorization.k8s.io/
Kubernetes::RbacAuthorizationV1Api create_cluster_role POST /apis/rbac.authorization.k8s.io/v1/clusterroles
Kubernetes::RbacAuthorizationV1Api create_cluster_role_binding POST /apis/rbac.authorization.k8s.io/v1/clusterrolebindings
Kubernetes::RbacAuthorizationV1Api create_namespaced_role POST /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles
Kubernetes::RbacAuthorizationV1Api create_namespaced_role_binding POST /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings
Kubernetes::RbacAuthorizationV1Api delete_cluster_role DELETE /apis/rbac.authorization.k8s.io/v1/clusterroles/{name}
Kubernetes::RbacAuthorizationV1Api delete_cluster_role_binding DELETE /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name}
Kubernetes::RbacAuthorizationV1Api delete_collection_cluster_role DELETE /apis/rbac.authorization.k8s.io/v1/clusterroles
Kubernetes::RbacAuthorizationV1Api delete_collection_cluster_role_binding DELETE /apis/rbac.authorization.k8s.io/v1/clusterrolebindings
Kubernetes::RbacAuthorizationV1Api delete_collection_namespaced_role DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles
Kubernetes::RbacAuthorizationV1Api delete_collection_namespaced_role_binding DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings
Kubernetes::RbacAuthorizationV1Api delete_namespaced_role DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name}
Kubernetes::RbacAuthorizationV1Api delete_namespaced_role_binding DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name}
Kubernetes::RbacAuthorizationV1Api get_api_resources GET /apis/rbac.authorization.k8s.io/v1/
Kubernetes::RbacAuthorizationV1Api list_cluster_role GET /apis/rbac.authorization.k8s.io/v1/clusterroles
Kubernetes::RbacAuthorizationV1Api list_cluster_role_binding GET /apis/rbac.authorization.k8s.io/v1/clusterrolebindings
Kubernetes::RbacAuthorizationV1Api list_namespaced_role GET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles
Kubernetes::RbacAuthorizationV1Api list_namespaced_role_binding GET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings
Kubernetes::RbacAuthorizationV1Api list_role_binding_for_all_namespaces GET /apis/rbac.authorization.k8s.io/v1/rolebindings
Kubernetes::RbacAuthorizationV1Api list_role_for_all_namespaces GET /apis/rbac.authorization.k8s.io/v1/roles
Kubernetes::RbacAuthorizationV1Api patch_cluster_role PATCH /apis/rbac.authorization.k8s.io/v1/clusterroles/{name}
Kubernetes::RbacAuthorizationV1Api patch_cluster_role_binding PATCH /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name}
Kubernetes::RbacAuthorizationV1Api patch_namespaced_role PATCH /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name}
Kubernetes::RbacAuthorizationV1Api patch_namespaced_role_binding PATCH /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name}
Kubernetes::RbacAuthorizationV1Api read_cluster_role GET /apis/rbac.authorization.k8s.io/v1/clusterroles/{name}
Kubernetes::RbacAuthorizationV1Api read_cluster_role_binding GET /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name}
Kubernetes::RbacAuthorizationV1Api read_namespaced_role GET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name}
Kubernetes::RbacAuthorizationV1Api read_namespaced_role_binding GET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name}
Kubernetes::RbacAuthorizationV1Api replace_cluster_role PUT /apis/rbac.authorization.k8s.io/v1/clusterroles/{name}
Kubernetes::RbacAuthorizationV1Api replace_cluster_role_binding PUT /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name}
Kubernetes::RbacAuthorizationV1Api replace_namespaced_role PUT /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name}
Kubernetes::RbacAuthorizationV1Api replace_namespaced_role_binding PUT /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name}
Kubernetes::RbacAuthorizationV1alpha1Api create_cluster_role POST /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles
Kubernetes::RbacAuthorizationV1alpha1Api create_cluster_role_binding POST /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings
Kubernetes::RbacAuthorizationV1alpha1Api create_namespaced_role POST /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles
Kubernetes::RbacAuthorizationV1alpha1Api create_namespaced_role_binding POST /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings
Kubernetes::RbacAuthorizationV1alpha1Api delete_cluster_role DELETE /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles/{name}
Kubernetes::RbacAuthorizationV1alpha1Api delete_cluster_role_binding DELETE /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings/{name}
Kubernetes::RbacAuthorizationV1alpha1Api delete_collection_cluster_role DELETE /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles
Kubernetes::RbacAuthorizationV1alpha1Api delete_collection_cluster_role_binding DELETE /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings
Kubernetes::RbacAuthorizationV1alpha1Api delete_collection_namespaced_role DELETE /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles
Kubernetes::RbacAuthorizationV1alpha1Api delete_collection_namespaced_role_binding DELETE /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings
Kubernetes::RbacAuthorizationV1alpha1Api delete_namespaced_role DELETE /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles/{name}
Kubernetes::RbacAuthorizationV1alpha1Api delete_namespaced_role_binding DELETE /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings/{name}
Kubernetes::RbacAuthorizationV1alpha1Api get_api_resources GET /apis/rbac.authorization.k8s.io/v1alpha1/
Kubernetes::RbacAuthorizationV1alpha1Api list_cluster_role GET /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles
Kubernetes::RbacAuthorizationV1alpha1Api list_cluster_role_binding GET /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings
Kubernetes::RbacAuthorizationV1alpha1Api list_namespaced_role GET /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles
Kubernetes::RbacAuthorizationV1alpha1Api list_namespaced_role_binding GET /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings
Kubernetes::RbacAuthorizationV1alpha1Api list_role_binding_for_all_namespaces GET /apis/rbac.authorization.k8s.io/v1alpha1/rolebindings
Kubernetes::RbacAuthorizationV1alpha1Api list_role_for_all_namespaces GET /apis/rbac.authorization.k8s.io/v1alpha1/roles
Kubernetes::RbacAuthorizationV1alpha1Api patch_cluster_role PATCH /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles/{name}
Kubernetes::RbacAuthorizationV1alpha1Api patch_cluster_role_binding PATCH /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings/{name}
Kubernetes::RbacAuthorizationV1alpha1Api patch_namespaced_role PATCH /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles/{name}
Kubernetes::RbacAuthorizationV1alpha1Api patch_namespaced_role_binding PATCH /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings/{name}
Kubernetes::RbacAuthorizationV1alpha1Api read_cluster_role GET /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles/{name}
Kubernetes::RbacAuthorizationV1alpha1Api read_cluster_role_binding GET /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings/{name}
Kubernetes::RbacAuthorizationV1alpha1Api read_namespaced_role GET /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles/{name}
Kubernetes::RbacAuthorizationV1alpha1Api read_namespaced_role_binding GET /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings/{name}
Kubernetes::RbacAuthorizationV1alpha1Api replace_cluster_role PUT /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles/{name}
Kubernetes::RbacAuthorizationV1alpha1Api replace_cluster_role_binding PUT /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings/{name}
Kubernetes::RbacAuthorizationV1alpha1Api replace_namespaced_role PUT /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles/{name}
Kubernetes::RbacAuthorizationV1alpha1Api replace_namespaced_role_binding PUT /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings/{name}
Kubernetes::RbacAuthorizationV1beta1Api create_cluster_role POST /apis/rbac.authorization.k8s.io/v1beta1/clusterroles
Kubernetes::RbacAuthorizationV1beta1Api create_cluster_role_binding POST /apis/rbac.authorization.k8s.io/v1beta1/clusterrolebindings
Kubernetes::RbacAuthorizationV1beta1Api create_namespaced_role POST /apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/roles
Kubernetes::RbacAuthorizationV1beta1Api create_namespaced_role_binding POST /apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/rolebindings
Kubernetes::RbacAuthorizationV1beta1Api delete_cluster_role DELETE /apis/rbac.authorization.k8s.io/v1beta1/clusterroles/{name}
Kubernetes::RbacAuthorizationV1beta1Api delete_cluster_role_binding DELETE /apis/rbac.authorization.k8s.io/v1beta1/clusterrolebindings/{name}
Kubernetes::RbacAuthorizationV1beta1Api delete_collection_cluster_role DELETE /apis/rbac.authorization.k8s.io/v1beta1/clusterroles
Kubernetes::RbacAuthorizationV1beta1Api delete_collection_cluster_role_binding DELETE /apis/rbac.authorization.k8s.io/v1beta1/clusterrolebindings
Kubernetes::RbacAuthorizationV1beta1Api delete_collection_namespaced_role DELETE /apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/roles
Kubernetes::RbacAuthorizationV1beta1Api delete_collection_namespaced_role_binding DELETE /apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/rolebindings
Kubernetes::RbacAuthorizationV1beta1Api delete_namespaced_role DELETE /apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/roles/{name}
Kubernetes::RbacAuthorizationV1beta1Api delete_namespaced_role_binding DELETE /apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/rolebindings/{name}
Kubernetes::RbacAuthorizationV1beta1Api get_api_resources GET /apis/rbac.authorization.k8s.io/v1beta1/
Kubernetes::RbacAuthorizationV1beta1Api list_cluster_role GET /apis/rbac.authorization.k8s.io/v1beta1/clusterroles
Kubernetes::RbacAuthorizationV1beta1Api list_cluster_role_binding GET /apis/rbac.authorization.k8s.io/v1beta1/clusterrolebindings
Kubernetes::RbacAuthorizationV1beta1Api list_namespaced_role GET /apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/roles
Kubernetes::RbacAuthorizationV1beta1Api list_namespaced_role_binding GET /apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/rolebindings
Kubernetes::RbacAuthorizationV1beta1Api list_role_binding_for_all_namespaces GET /apis/rbac.authorization.k8s.io/v1beta1/rolebindings
Kubernetes::RbacAuthorizationV1beta1Api list_role_for_all_namespaces GET /apis/rbac.authorization.k8s.io/v1beta1/roles
Kubernetes::RbacAuthorizationV1beta1Api patch_cluster_role PATCH /apis/rbac.authorization.k8s.io/v1beta1/clusterroles/{name}
Kubernetes::RbacAuthorizationV1beta1Api patch_cluster_role_binding PATCH /apis/rbac.authorization.k8s.io/v1beta1/clusterrolebindings/{name}
Kubernetes::RbacAuthorizationV1beta1Api patch_namespaced_role PATCH /apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/roles/{name}
Kubernetes::RbacAuthorizationV1beta1Api patch_namespaced_role_binding PATCH /apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/rolebindings/{name}
Kubernetes::RbacAuthorizationV1beta1Api read_cluster_role GET /apis/rbac.authorization.k8s.io/v1beta1/clusterroles/{name}
Kubernetes::RbacAuthorizationV1beta1Api read_cluster_role_binding GET /apis/rbac.authorization.k8s.io/v1beta1/clusterrolebindings/{name}
Kubernetes::RbacAuthorizationV1beta1Api read_namespaced_role GET /apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/roles/{name}
Kubernetes::RbacAuthorizationV1beta1Api read_namespaced_role_binding GET /apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/rolebindings/{name}
Kubernetes::RbacAuthorizationV1beta1Api replace_cluster_role PUT /apis/rbac.authorization.k8s.io/v1beta1/clusterroles/{name}
Kubernetes::RbacAuthorizationV1beta1Api replace_cluster_role_binding PUT /apis/rbac.authorization.k8s.io/v1beta1/clusterrolebindings/{name}
Kubernetes::RbacAuthorizationV1beta1Api replace_namespaced_role PUT /apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/roles/{name}
Kubernetes::RbacAuthorizationV1beta1Api replace_namespaced_role_binding PUT /apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/rolebindings/{name}
Kubernetes::SchedulingApi get_api_group GET /apis/scheduling.k8s.io/
Kubernetes::SchedulingV1alpha1Api create_priority_class POST /apis/scheduling.k8s.io/v1alpha1/priorityclasses
Kubernetes::SchedulingV1alpha1Api delete_collection_priority_class DELETE /apis/scheduling.k8s.io/v1alpha1/priorityclasses
Kubernetes::SchedulingV1alpha1Api delete_priority_class DELETE /apis/scheduling.k8s.io/v1alpha1/priorityclasses/{name}
Kubernetes::SchedulingV1alpha1Api get_api_resources GET /apis/scheduling.k8s.io/v1alpha1/
Kubernetes::SchedulingV1alpha1Api list_priority_class GET /apis/scheduling.k8s.io/v1alpha1/priorityclasses
Kubernetes::SchedulingV1alpha1Api patch_priority_class PATCH /apis/scheduling.k8s.io/v1alpha1/priorityclasses/{name}
Kubernetes::SchedulingV1alpha1Api read_priority_class GET /apis/scheduling.k8s.io/v1alpha1/priorityclasses/{name}
Kubernetes::SchedulingV1alpha1Api replace_priority_class PUT /apis/scheduling.k8s.io/v1alpha1/priorityclasses/{name}
Kubernetes::SchedulingV1beta1Api create_priority_class POST /apis/scheduling.k8s.io/v1beta1/priorityclasses
Kubernetes::SchedulingV1beta1Api delete_collection_priority_class DELETE /apis/scheduling.k8s.io/v1beta1/priorityclasses
Kubernetes::SchedulingV1beta1Api delete_priority_class DELETE /apis/scheduling.k8s.io/v1beta1/priorityclasses/{name}
Kubernetes::SchedulingV1beta1Api get_api_resources GET /apis/scheduling.k8s.io/v1beta1/
Kubernetes::SchedulingV1beta1Api list_priority_class GET /apis/scheduling.k8s.io/v1beta1/priorityclasses
Kubernetes::SchedulingV1beta1Api patch_priority_class PATCH /apis/scheduling.k8s.io/v1beta1/priorityclasses/{name}
Kubernetes::SchedulingV1beta1Api read_priority_class GET /apis/scheduling.k8s.io/v1beta1/priorityclasses/{name}
Kubernetes::SchedulingV1beta1Api replace_priority_class PUT /apis/scheduling.k8s.io/v1beta1/priorityclasses/{name}
Kubernetes::SettingsApi get_api_group GET /apis/settings.k8s.io/
Kubernetes::SettingsV1alpha1Api create_namespaced_pod_preset POST /apis/settings.k8s.io/v1alpha1/namespaces/{namespace}/podpresets
Kubernetes::SettingsV1alpha1Api delete_collection_namespaced_pod_preset DELETE /apis/settings.k8s.io/v1alpha1/namespaces/{namespace}/podpresets
Kubernetes::SettingsV1alpha1Api delete_namespaced_pod_preset DELETE /apis/settings.k8s.io/v1alpha1/namespaces/{namespace}/podpresets/{name}
Kubernetes::SettingsV1alpha1Api get_api_resources GET /apis/settings.k8s.io/v1alpha1/
Kubernetes::SettingsV1alpha1Api list_namespaced_pod_preset GET /apis/settings.k8s.io/v1alpha1/namespaces/{namespace}/podpresets
Kubernetes::SettingsV1alpha1Api list_pod_preset_for_all_namespaces GET /apis/settings.k8s.io/v1alpha1/podpresets
Kubernetes::SettingsV1alpha1Api patch_namespaced_pod_preset PATCH /apis/settings.k8s.io/v1alpha1/namespaces/{namespace}/podpresets/{name}
Kubernetes::SettingsV1alpha1Api read_namespaced_pod_preset GET /apis/settings.k8s.io/v1alpha1/namespaces/{namespace}/podpresets/{name}
Kubernetes::SettingsV1alpha1Api replace_namespaced_pod_preset PUT /apis/settings.k8s.io/v1alpha1/namespaces/{namespace}/podpresets/{name}
Kubernetes::StorageApi get_api_group GET /apis/storage.k8s.io/
Kubernetes::StorageV1Api create_storage_class POST /apis/storage.k8s.io/v1/storageclasses
Kubernetes::StorageV1Api create_volume_attachment POST /apis/storage.k8s.io/v1/volumeattachments
Kubernetes::StorageV1Api delete_collection_storage_class DELETE /apis/storage.k8s.io/v1/storageclasses
Kubernetes::StorageV1Api delete_collection_volume_attachment DELETE /apis/storage.k8s.io/v1/volumeattachments
Kubernetes::StorageV1Api delete_storage_class DELETE /apis/storage.k8s.io/v1/storageclasses/{name}
Kubernetes::StorageV1Api delete_volume_attachment DELETE /apis/storage.k8s.io/v1/volumeattachments/{name}
Kubernetes::StorageV1Api get_api_resources GET /apis/storage.k8s.io/v1/
Kubernetes::StorageV1Api list_storage_class GET /apis/storage.k8s.io/v1/storageclasses
Kubernetes::StorageV1Api list_volume_attachment GET /apis/storage.k8s.io/v1/volumeattachments
Kubernetes::StorageV1Api patch_storage_class PATCH /apis/storage.k8s.io/v1/storageclasses/{name}
Kubernetes::StorageV1Api patch_volume_attachment PATCH /apis/storage.k8s.io/v1/volumeattachments/{name}
Kubernetes::StorageV1Api patch_volume_attachment_status PATCH /apis/storage.k8s.io/v1/volumeattachments/{name}/status
Kubernetes::StorageV1Api read_storage_class GET /apis/storage.k8s.io/v1/storageclasses/{name}
Kubernetes::StorageV1Api read_volume_attachment GET /apis/storage.k8s.io/v1/volumeattachments/{name}
Kubernetes::StorageV1Api read_volume_attachment_status GET /apis/storage.k8s.io/v1/volumeattachments/{name}/status
Kubernetes::StorageV1Api replace_storage_class PUT /apis/storage.k8s.io/v1/storageclasses/{name}
Kubernetes::StorageV1Api replace_volume_attachment PUT /apis/storage.k8s.io/v1/volumeattachments/{name}
Kubernetes::StorageV1Api replace_volume_attachment_status PUT /apis/storage.k8s.io/v1/volumeattachments/{name}/status
Kubernetes::StorageV1alpha1Api create_volume_attachment POST /apis/storage.k8s.io/v1alpha1/volumeattachments
Kubernetes::StorageV1alpha1Api delete_collection_volume_attachment DELETE /apis/storage.k8s.io/v1alpha1/volumeattachments
Kubernetes::StorageV1alpha1Api delete_volume_attachment DELETE /apis/storage.k8s.io/v1alpha1/volumeattachments/{name}
Kubernetes::StorageV1alpha1Api get_api_resources GET /apis/storage.k8s.io/v1alpha1/
Kubernetes::StorageV1alpha1Api list_volume_attachment GET /apis/storage.k8s.io/v1alpha1/volumeattachments
Kubernetes::StorageV1alpha1Api patch_volume_attachment PATCH /apis/storage.k8s.io/v1alpha1/volumeattachments/{name}
Kubernetes::StorageV1alpha1Api read_volume_attachment GET /apis/storage.k8s.io/v1alpha1/volumeattachments/{name}
Kubernetes::StorageV1alpha1Api replace_volume_attachment PUT /apis/storage.k8s.io/v1alpha1/volumeattachments/{name}
Kubernetes::StorageV1beta1Api create_storage_class POST /apis/storage.k8s.io/v1beta1/storageclasses
Kubernetes::StorageV1beta1Api create_volume_attachment POST /apis/storage.k8s.io/v1beta1/volumeattachments
Kubernetes::StorageV1beta1Api delete_collection_storage_class DELETE /apis/storage.k8s.io/v1beta1/storageclasses
Kubernetes::StorageV1beta1Api delete_collection_volume_attachment DELETE /apis/storage.k8s.io/v1beta1/volumeattachments
Kubernetes::StorageV1beta1Api delete_storage_class DELETE /apis/storage.k8s.io/v1beta1/storageclasses/{name}
Kubernetes::StorageV1beta1Api delete_volume_attachment DELETE /apis/storage.k8s.io/v1beta1/volumeattachments/{name}
Kubernetes::StorageV1beta1Api get_api_resources GET /apis/storage.k8s.io/v1beta1/
Kubernetes::StorageV1beta1Api list_storage_class GET /apis/storage.k8s.io/v1beta1/storageclasses
Kubernetes::StorageV1beta1Api list_volume_attachment GET /apis/storage.k8s.io/v1beta1/volumeattachments
Kubernetes::StorageV1beta1Api patch_storage_class PATCH /apis/storage.k8s.io/v1beta1/storageclasses/{name}
Kubernetes::StorageV1beta1Api patch_volume_attachment PATCH /apis/storage.k8s.io/v1beta1/volumeattachments/{name}
Kubernetes::StorageV1beta1Api read_storage_class GET /apis/storage.k8s.io/v1beta1/storageclasses/{name}
Kubernetes::StorageV1beta1Api read_volume_attachment GET /apis/storage.k8s.io/v1beta1/volumeattachments/{name}
Kubernetes::StorageV1beta1Api replace_storage_class PUT /apis/storage.k8s.io/v1beta1/storageclasses/{name}
Kubernetes::StorageV1beta1Api replace_volume_attachment PUT /apis/storage.k8s.io/v1beta1/volumeattachments/{name}
Kubernetes::VersionApi get_code GET /version/

Documentation for Models

Documentation for Authorization

BearerToken

  • Type: API key
  • API key parameter name: authorization
  • Location: HTTP header