Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

k8s-io

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

k8s-io

  • 1.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

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

ClassMethodHTTP requestDescription
Kubernetes::AdmissionregistrationApiget_api_groupGET /apis/admissionregistration.k8s.io/
Kubernetes::AdmissionregistrationV1alpha1Apicreate_initializer_configurationPOST /apis/admissionregistration.k8s.io/v1alpha1/initializerconfigurations
Kubernetes::AdmissionregistrationV1alpha1Apidelete_collection_initializer_configurationDELETE /apis/admissionregistration.k8s.io/v1alpha1/initializerconfigurations
Kubernetes::AdmissionregistrationV1alpha1Apidelete_initializer_configurationDELETE /apis/admissionregistration.k8s.io/v1alpha1/initializerconfigurations/{name}
Kubernetes::AdmissionregistrationV1alpha1Apiget_api_resourcesGET /apis/admissionregistration.k8s.io/v1alpha1/
Kubernetes::AdmissionregistrationV1alpha1Apilist_initializer_configurationGET /apis/admissionregistration.k8s.io/v1alpha1/initializerconfigurations
Kubernetes::AdmissionregistrationV1alpha1Apipatch_initializer_configurationPATCH /apis/admissionregistration.k8s.io/v1alpha1/initializerconfigurations/{name}
Kubernetes::AdmissionregistrationV1alpha1Apiread_initializer_configurationGET /apis/admissionregistration.k8s.io/v1alpha1/initializerconfigurations/{name}
Kubernetes::AdmissionregistrationV1alpha1Apireplace_initializer_configurationPUT /apis/admissionregistration.k8s.io/v1alpha1/initializerconfigurations/{name}
Kubernetes::AdmissionregistrationV1beta1Apicreate_mutating_webhook_configurationPOST /apis/admissionregistration.k8s.io/v1beta1/mutatingwebhookconfigurations
Kubernetes::AdmissionregistrationV1beta1Apicreate_validating_webhook_configurationPOST /apis/admissionregistration.k8s.io/v1beta1/validatingwebhookconfigurations
Kubernetes::AdmissionregistrationV1beta1Apidelete_collection_mutating_webhook_configurationDELETE /apis/admissionregistration.k8s.io/v1beta1/mutatingwebhookconfigurations
Kubernetes::AdmissionregistrationV1beta1Apidelete_collection_validating_webhook_configurationDELETE /apis/admissionregistration.k8s.io/v1beta1/validatingwebhookconfigurations
Kubernetes::AdmissionregistrationV1beta1Apidelete_mutating_webhook_configurationDELETE /apis/admissionregistration.k8s.io/v1beta1/mutatingwebhookconfigurations/{name}
Kubernetes::AdmissionregistrationV1beta1Apidelete_validating_webhook_configurationDELETE /apis/admissionregistration.k8s.io/v1beta1/validatingwebhookconfigurations/{name}
Kubernetes::AdmissionregistrationV1beta1Apiget_api_resourcesGET /apis/admissionregistration.k8s.io/v1beta1/
Kubernetes::AdmissionregistrationV1beta1Apilist_mutating_webhook_configurationGET /apis/admissionregistration.k8s.io/v1beta1/mutatingwebhookconfigurations
Kubernetes::AdmissionregistrationV1beta1Apilist_validating_webhook_configurationGET /apis/admissionregistration.k8s.io/v1beta1/validatingwebhookconfigurations
Kubernetes::AdmissionregistrationV1beta1Apipatch_mutating_webhook_configurationPATCH /apis/admissionregistration.k8s.io/v1beta1/mutatingwebhookconfigurations/{name}
Kubernetes::AdmissionregistrationV1beta1Apipatch_validating_webhook_configurationPATCH /apis/admissionregistration.k8s.io/v1beta1/validatingwebhookconfigurations/{name}
Kubernetes::AdmissionregistrationV1beta1Apiread_mutating_webhook_configurationGET /apis/admissionregistration.k8s.io/v1beta1/mutatingwebhookconfigurations/{name}
Kubernetes::AdmissionregistrationV1beta1Apiread_validating_webhook_configurationGET /apis/admissionregistration.k8s.io/v1beta1/validatingwebhookconfigurations/{name}
Kubernetes::AdmissionregistrationV1beta1Apireplace_mutating_webhook_configurationPUT /apis/admissionregistration.k8s.io/v1beta1/mutatingwebhookconfigurations/{name}
Kubernetes::AdmissionregistrationV1beta1Apireplace_validating_webhook_configurationPUT /apis/admissionregistration.k8s.io/v1beta1/validatingwebhookconfigurations/{name}
Kubernetes::ApiextensionsApiget_api_groupGET /apis/apiextensions.k8s.io/
Kubernetes::ApiextensionsV1beta1Apicreate_custom_resource_definitionPOST /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions
Kubernetes::ApiextensionsV1beta1Apidelete_collection_custom_resource_definitionDELETE /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions
Kubernetes::ApiextensionsV1beta1Apidelete_custom_resource_definitionDELETE /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/{name}
Kubernetes::ApiextensionsV1beta1Apiget_api_resourcesGET /apis/apiextensions.k8s.io/v1beta1/
Kubernetes::ApiextensionsV1beta1Apilist_custom_resource_definitionGET /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions
Kubernetes::ApiextensionsV1beta1Apipatch_custom_resource_definitionPATCH /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/{name}
Kubernetes::ApiextensionsV1beta1Apipatch_custom_resource_definition_statusPATCH /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/{name}/status
Kubernetes::ApiextensionsV1beta1Apiread_custom_resource_definitionGET /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/{name}
Kubernetes::ApiextensionsV1beta1Apiread_custom_resource_definition_statusGET /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/{name}/status
Kubernetes::ApiextensionsV1beta1Apireplace_custom_resource_definitionPUT /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/{name}
Kubernetes::ApiextensionsV1beta1Apireplace_custom_resource_definition_statusPUT /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/{name}/status
Kubernetes::ApiregistrationApiget_api_groupGET /apis/apiregistration.k8s.io/
Kubernetes::ApiregistrationV1Apicreate_api_servicePOST /apis/apiregistration.k8s.io/v1/apiservices
Kubernetes::ApiregistrationV1Apidelete_api_serviceDELETE /apis/apiregistration.k8s.io/v1/apiservices/{name}
Kubernetes::ApiregistrationV1Apidelete_collection_api_serviceDELETE /apis/apiregistration.k8s.io/v1/apiservices
Kubernetes::ApiregistrationV1Apiget_api_resourcesGET /apis/apiregistration.k8s.io/v1/
Kubernetes::ApiregistrationV1Apilist_api_serviceGET /apis/apiregistration.k8s.io/v1/apiservices
Kubernetes::ApiregistrationV1Apipatch_api_servicePATCH /apis/apiregistration.k8s.io/v1/apiservices/{name}
Kubernetes::ApiregistrationV1Apipatch_api_service_statusPATCH /apis/apiregistration.k8s.io/v1/apiservices/{name}/status
Kubernetes::ApiregistrationV1Apiread_api_serviceGET /apis/apiregistration.k8s.io/v1/apiservices/{name}
Kubernetes::ApiregistrationV1Apiread_api_service_statusGET /apis/apiregistration.k8s.io/v1/apiservices/{name}/status
Kubernetes::ApiregistrationV1Apireplace_api_servicePUT /apis/apiregistration.k8s.io/v1/apiservices/{name}
Kubernetes::ApiregistrationV1Apireplace_api_service_statusPUT /apis/apiregistration.k8s.io/v1/apiservices/{name}/status
Kubernetes::ApiregistrationV1beta1Apicreate_api_servicePOST /apis/apiregistration.k8s.io/v1beta1/apiservices
Kubernetes::ApiregistrationV1beta1Apidelete_api_serviceDELETE /apis/apiregistration.k8s.io/v1beta1/apiservices/{name}
Kubernetes::ApiregistrationV1beta1Apidelete_collection_api_serviceDELETE /apis/apiregistration.k8s.io/v1beta1/apiservices
Kubernetes::ApiregistrationV1beta1Apiget_api_resourcesGET /apis/apiregistration.k8s.io/v1beta1/
Kubernetes::ApiregistrationV1beta1Apilist_api_serviceGET /apis/apiregistration.k8s.io/v1beta1/apiservices
Kubernetes::ApiregistrationV1beta1Apipatch_api_servicePATCH /apis/apiregistration.k8s.io/v1beta1/apiservices/{name}
Kubernetes::ApiregistrationV1beta1Apipatch_api_service_statusPATCH /apis/apiregistration.k8s.io/v1beta1/apiservices/{name}/status
Kubernetes::ApiregistrationV1beta1Apiread_api_serviceGET /apis/apiregistration.k8s.io/v1beta1/apiservices/{name}
Kubernetes::ApiregistrationV1beta1Apiread_api_service_statusGET /apis/apiregistration.k8s.io/v1beta1/apiservices/{name}/status
Kubernetes::ApiregistrationV1beta1Apireplace_api_servicePUT /apis/apiregistration.k8s.io/v1beta1/apiservices/{name}
Kubernetes::ApiregistrationV1beta1Apireplace_api_service_statusPUT /apis/apiregistration.k8s.io/v1beta1/apiservices/{name}/status
Kubernetes::ApisApiget_api_versionsGET /apis/
Kubernetes::AppsApiget_api_groupGET /apis/apps/
Kubernetes::AppsV1Apicreate_namespaced_controller_revisionPOST /apis/apps/v1/namespaces/{namespace}/controllerrevisions
Kubernetes::AppsV1Apicreate_namespaced_daemon_setPOST /apis/apps/v1/namespaces/{namespace}/daemonsets
Kubernetes::AppsV1Apicreate_namespaced_deploymentPOST /apis/apps/v1/namespaces/{namespace}/deployments
Kubernetes::AppsV1Apicreate_namespaced_replica_setPOST /apis/apps/v1/namespaces/{namespace}/replicasets
Kubernetes::AppsV1Apicreate_namespaced_stateful_setPOST /apis/apps/v1/namespaces/{namespace}/statefulsets
Kubernetes::AppsV1Apidelete_collection_namespaced_controller_revisionDELETE /apis/apps/v1/namespaces/{namespace}/controllerrevisions
Kubernetes::AppsV1Apidelete_collection_namespaced_daemon_setDELETE /apis/apps/v1/namespaces/{namespace}/daemonsets
Kubernetes::AppsV1Apidelete_collection_namespaced_deploymentDELETE /apis/apps/v1/namespaces/{namespace}/deployments
Kubernetes::AppsV1Apidelete_collection_namespaced_replica_setDELETE /apis/apps/v1/namespaces/{namespace}/replicasets
Kubernetes::AppsV1Apidelete_collection_namespaced_stateful_setDELETE /apis/apps/v1/namespaces/{namespace}/statefulsets
Kubernetes::AppsV1Apidelete_namespaced_controller_revisionDELETE /apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name}
Kubernetes::AppsV1Apidelete_namespaced_daemon_setDELETE /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}
Kubernetes::AppsV1Apidelete_namespaced_deploymentDELETE /apis/apps/v1/namespaces/{namespace}/deployments/{name}
Kubernetes::AppsV1Apidelete_namespaced_replica_setDELETE /apis/apps/v1/namespaces/{namespace}/replicasets/{name}
Kubernetes::AppsV1Apidelete_namespaced_stateful_setDELETE /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}
Kubernetes::AppsV1Apiget_api_resourcesGET /apis/apps/v1/
Kubernetes::AppsV1Apilist_controller_revision_for_all_namespacesGET /apis/apps/v1/controllerrevisions
Kubernetes::AppsV1Apilist_daemon_set_for_all_namespacesGET /apis/apps/v1/daemonsets
Kubernetes::AppsV1Apilist_deployment_for_all_namespacesGET /apis/apps/v1/deployments
Kubernetes::AppsV1Apilist_namespaced_controller_revisionGET /apis/apps/v1/namespaces/{namespace}/controllerrevisions
Kubernetes::AppsV1Apilist_namespaced_daemon_setGET /apis/apps/v1/namespaces/{namespace}/daemonsets
Kubernetes::AppsV1Apilist_namespaced_deploymentGET /apis/apps/v1/namespaces/{namespace}/deployments
Kubernetes::AppsV1Apilist_namespaced_replica_setGET /apis/apps/v1/namespaces/{namespace}/replicasets
Kubernetes::AppsV1Apilist_namespaced_stateful_setGET /apis/apps/v1/namespaces/{namespace}/statefulsets
Kubernetes::AppsV1Apilist_replica_set_for_all_namespacesGET /apis/apps/v1/replicasets
Kubernetes::AppsV1Apilist_stateful_set_for_all_namespacesGET /apis/apps/v1/statefulsets
Kubernetes::AppsV1Apipatch_namespaced_controller_revisionPATCH /apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name}
Kubernetes::AppsV1Apipatch_namespaced_daemon_setPATCH /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}
Kubernetes::AppsV1Apipatch_namespaced_daemon_set_statusPATCH /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}/status
Kubernetes::AppsV1Apipatch_namespaced_deploymentPATCH /apis/apps/v1/namespaces/{namespace}/deployments/{name}
Kubernetes::AppsV1Apipatch_namespaced_deployment_scalePATCH /apis/apps/v1/namespaces/{namespace}/deployments/{name}/scale
Kubernetes::AppsV1Apipatch_namespaced_deployment_statusPATCH /apis/apps/v1/namespaces/{namespace}/deployments/{name}/status
Kubernetes::AppsV1Apipatch_namespaced_replica_setPATCH /apis/apps/v1/namespaces/{namespace}/replicasets/{name}
Kubernetes::AppsV1Apipatch_namespaced_replica_set_scalePATCH /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/scale
Kubernetes::AppsV1Apipatch_namespaced_replica_set_statusPATCH /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/status
Kubernetes::AppsV1Apipatch_namespaced_stateful_setPATCH /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}
Kubernetes::AppsV1Apipatch_namespaced_stateful_set_scalePATCH /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/scale
Kubernetes::AppsV1Apipatch_namespaced_stateful_set_statusPATCH /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/status
Kubernetes::AppsV1Apiread_namespaced_controller_revisionGET /apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name}
Kubernetes::AppsV1Apiread_namespaced_daemon_setGET /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}
Kubernetes::AppsV1Apiread_namespaced_daemon_set_statusGET /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}/status
Kubernetes::AppsV1Apiread_namespaced_deploymentGET /apis/apps/v1/namespaces/{namespace}/deployments/{name}
Kubernetes::AppsV1Apiread_namespaced_deployment_scaleGET /apis/apps/v1/namespaces/{namespace}/deployments/{name}/scale
Kubernetes::AppsV1Apiread_namespaced_deployment_statusGET /apis/apps/v1/namespaces/{namespace}/deployments/{name}/status
Kubernetes::AppsV1Apiread_namespaced_replica_setGET /apis/apps/v1/namespaces/{namespace}/replicasets/{name}
Kubernetes::AppsV1Apiread_namespaced_replica_set_scaleGET /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/scale
Kubernetes::AppsV1Apiread_namespaced_replica_set_statusGET /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/status
Kubernetes::AppsV1Apiread_namespaced_stateful_setGET /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}
Kubernetes::AppsV1Apiread_namespaced_stateful_set_scaleGET /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/scale
Kubernetes::AppsV1Apiread_namespaced_stateful_set_statusGET /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/status
Kubernetes::AppsV1Apireplace_namespaced_controller_revisionPUT /apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name}
Kubernetes::AppsV1Apireplace_namespaced_daemon_setPUT /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}
Kubernetes::AppsV1Apireplace_namespaced_daemon_set_statusPUT /apis/apps/v1/namespaces/{namespace}/daemonsets/{name}/status
Kubernetes::AppsV1Apireplace_namespaced_deploymentPUT /apis/apps/v1/namespaces/{namespace}/deployments/{name}
Kubernetes::AppsV1Apireplace_namespaced_deployment_scalePUT /apis/apps/v1/namespaces/{namespace}/deployments/{name}/scale
Kubernetes::AppsV1Apireplace_namespaced_deployment_statusPUT /apis/apps/v1/namespaces/{namespace}/deployments/{name}/status
Kubernetes::AppsV1Apireplace_namespaced_replica_setPUT /apis/apps/v1/namespaces/{namespace}/replicasets/{name}
Kubernetes::AppsV1Apireplace_namespaced_replica_set_scalePUT /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/scale
Kubernetes::AppsV1Apireplace_namespaced_replica_set_statusPUT /apis/apps/v1/namespaces/{namespace}/replicasets/{name}/status
Kubernetes::AppsV1Apireplace_namespaced_stateful_setPUT /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}
Kubernetes::AppsV1Apireplace_namespaced_stateful_set_scalePUT /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/scale
Kubernetes::AppsV1Apireplace_namespaced_stateful_set_statusPUT /apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/status
Kubernetes::AppsV1beta1Apicreate_namespaced_controller_revisionPOST /apis/apps/v1beta1/namespaces/{namespace}/controllerrevisions
Kubernetes::AppsV1beta1Apicreate_namespaced_deploymentPOST /apis/apps/v1beta1/namespaces/{namespace}/deployments
Kubernetes::AppsV1beta1Apicreate_namespaced_deployment_rollbackPOST /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/rollback
Kubernetes::AppsV1beta1Apicreate_namespaced_stateful_setPOST /apis/apps/v1beta1/namespaces/{namespace}/statefulsets
Kubernetes::AppsV1beta1Apidelete_collection_namespaced_controller_revisionDELETE /apis/apps/v1beta1/namespaces/{namespace}/controllerrevisions
Kubernetes::AppsV1beta1Apidelete_collection_namespaced_deploymentDELETE /apis/apps/v1beta1/namespaces/{namespace}/deployments
Kubernetes::AppsV1beta1Apidelete_collection_namespaced_stateful_setDELETE /apis/apps/v1beta1/namespaces/{namespace}/statefulsets
Kubernetes::AppsV1beta1Apidelete_namespaced_controller_revisionDELETE /apis/apps/v1beta1/namespaces/{namespace}/controllerrevisions/{name}
Kubernetes::AppsV1beta1Apidelete_namespaced_deploymentDELETE /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}
Kubernetes::AppsV1beta1Apidelete_namespaced_stateful_setDELETE /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}
Kubernetes::AppsV1beta1Apiget_api_resourcesGET /apis/apps/v1beta1/
Kubernetes::AppsV1beta1Apilist_controller_revision_for_all_namespacesGET /apis/apps/v1beta1/controllerrevisions
Kubernetes::AppsV1beta1Apilist_deployment_for_all_namespacesGET /apis/apps/v1beta1/deployments
Kubernetes::AppsV1beta1Apilist_namespaced_controller_revisionGET /apis/apps/v1beta1/namespaces/{namespace}/controllerrevisions
Kubernetes::AppsV1beta1Apilist_namespaced_deploymentGET /apis/apps/v1beta1/namespaces/{namespace}/deployments
Kubernetes::AppsV1beta1Apilist_namespaced_stateful_setGET /apis/apps/v1beta1/namespaces/{namespace}/statefulsets
Kubernetes::AppsV1beta1Apilist_stateful_set_for_all_namespacesGET /apis/apps/v1beta1/statefulsets
Kubernetes::AppsV1beta1Apipatch_namespaced_controller_revisionPATCH /apis/apps/v1beta1/namespaces/{namespace}/controllerrevisions/{name}
Kubernetes::AppsV1beta1Apipatch_namespaced_deploymentPATCH /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}
Kubernetes::AppsV1beta1Apipatch_namespaced_deployment_scalePATCH /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/scale
Kubernetes::AppsV1beta1Apipatch_namespaced_deployment_statusPATCH /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/status
Kubernetes::AppsV1beta1Apipatch_namespaced_stateful_setPATCH /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}
Kubernetes::AppsV1beta1Apipatch_namespaced_stateful_set_scalePATCH /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/scale
Kubernetes::AppsV1beta1Apipatch_namespaced_stateful_set_statusPATCH /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/status
Kubernetes::AppsV1beta1Apiread_namespaced_controller_revisionGET /apis/apps/v1beta1/namespaces/{namespace}/controllerrevisions/{name}
Kubernetes::AppsV1beta1Apiread_namespaced_deploymentGET /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}
Kubernetes::AppsV1beta1Apiread_namespaced_deployment_scaleGET /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/scale
Kubernetes::AppsV1beta1Apiread_namespaced_deployment_statusGET /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/status
Kubernetes::AppsV1beta1Apiread_namespaced_stateful_setGET /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}
Kubernetes::AppsV1beta1Apiread_namespaced_stateful_set_scaleGET /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/scale
Kubernetes::AppsV1beta1Apiread_namespaced_stateful_set_statusGET /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/status
Kubernetes::AppsV1beta1Apireplace_namespaced_controller_revisionPUT /apis/apps/v1beta1/namespaces/{namespace}/controllerrevisions/{name}
Kubernetes::AppsV1beta1Apireplace_namespaced_deploymentPUT /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}
Kubernetes::AppsV1beta1Apireplace_namespaced_deployment_scalePUT /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/scale
Kubernetes::AppsV1beta1Apireplace_namespaced_deployment_statusPUT /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/status
Kubernetes::AppsV1beta1Apireplace_namespaced_stateful_setPUT /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}
Kubernetes::AppsV1beta1Apireplace_namespaced_stateful_set_scalePUT /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/scale
Kubernetes::AppsV1beta1Apireplace_namespaced_stateful_set_statusPUT /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/status
Kubernetes::AppsV1beta2Apicreate_namespaced_controller_revisionPOST /apis/apps/v1beta2/namespaces/{namespace}/controllerrevisions
Kubernetes::AppsV1beta2Apicreate_namespaced_daemon_setPOST /apis/apps/v1beta2/namespaces/{namespace}/daemonsets
Kubernetes::AppsV1beta2Apicreate_namespaced_deploymentPOST /apis/apps/v1beta2/namespaces/{namespace}/deployments
Kubernetes::AppsV1beta2Apicreate_namespaced_replica_setPOST /apis/apps/v1beta2/namespaces/{namespace}/replicasets
Kubernetes::AppsV1beta2Apicreate_namespaced_stateful_setPOST /apis/apps/v1beta2/namespaces/{namespace}/statefulsets
Kubernetes::AppsV1beta2Apidelete_collection_namespaced_controller_revisionDELETE /apis/apps/v1beta2/namespaces/{namespace}/controllerrevisions
Kubernetes::AppsV1beta2Apidelete_collection_namespaced_daemon_setDELETE /apis/apps/v1beta2/namespaces/{namespace}/daemonsets
Kubernetes::AppsV1beta2Apidelete_collection_namespaced_deploymentDELETE /apis/apps/v1beta2/namespaces/{namespace}/deployments
Kubernetes::AppsV1beta2Apidelete_collection_namespaced_replica_setDELETE /apis/apps/v1beta2/namespaces/{namespace}/replicasets
Kubernetes::AppsV1beta2Apidelete_collection_namespaced_stateful_setDELETE /apis/apps/v1beta2/namespaces/{namespace}/statefulsets
Kubernetes::AppsV1beta2Apidelete_namespaced_controller_revisionDELETE /apis/apps/v1beta2/namespaces/{namespace}/controllerrevisions/{name}
Kubernetes::AppsV1beta2Apidelete_namespaced_daemon_setDELETE /apis/apps/v1beta2/namespaces/{namespace}/daemonsets/{name}
Kubernetes::AppsV1beta2Apidelete_namespaced_deploymentDELETE /apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}
Kubernetes::AppsV1beta2Apidelete_namespaced_replica_setDELETE /apis/apps/v1beta2/namespaces/{namespace}/replicasets/{name}
Kubernetes::AppsV1beta2Apidelete_namespaced_stateful_setDELETE /apis/apps/v1beta2/namespaces/{namespace}/statefulsets/{name}
Kubernetes::AppsV1beta2Apiget_api_resourcesGET /apis/apps/v1beta2/
Kubernetes::AppsV1beta2Apilist_controller_revision_for_all_namespacesGET /apis/apps/v1beta2/controllerrevisions
Kubernetes::AppsV1beta2Apilist_daemon_set_for_all_namespacesGET /apis/apps/v1beta2/daemonsets
Kubernetes::AppsV1beta2Apilist_deployment_for_all_namespacesGET /apis/apps/v1beta2/deployments
Kubernetes::AppsV1beta2Apilist_namespaced_controller_revisionGET /apis/apps/v1beta2/namespaces/{namespace}/controllerrevisions
Kubernetes::AppsV1beta2Apilist_namespaced_daemon_setGET /apis/apps/v1beta2/namespaces/{namespace}/daemonsets
Kubernetes::AppsV1beta2Apilist_namespaced_deploymentGET /apis/apps/v1beta2/namespaces/{namespace}/deployments
Kubernetes::AppsV1beta2Apilist_namespaced_replica_setGET /apis/apps/v1beta2/namespaces/{namespace}/replicasets
Kubernetes::AppsV1beta2Apilist_namespaced_stateful_setGET /apis/apps/v1beta2/namespaces/{namespace}/statefulsets
Kubernetes::AppsV1beta2Apilist_replica_set_for_all_namespacesGET /apis/apps/v1beta2/replicasets
Kubernetes::AppsV1beta2Apilist_stateful_set_for_all_namespacesGET /apis/apps/v1beta2/statefulsets
Kubernetes::AppsV1beta2Apipatch_namespaced_controller_revisionPATCH /apis/apps/v1beta2/namespaces/{namespace}/controllerrevisions/{name}
Kubernetes::AppsV1beta2Apipatch_namespaced_daemon_setPATCH /apis/apps/v1beta2/namespaces/{namespace}/daemonsets/{name}
Kubernetes::AppsV1beta2Apipatch_namespaced_daemon_set_statusPATCH /apis/apps/v1beta2/namespaces/{namespace}/daemonsets/{name}/status
Kubernetes::AppsV1beta2Apipatch_namespaced_deploymentPATCH /apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}
Kubernetes::AppsV1beta2Apipatch_namespaced_deployment_scalePATCH /apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}/scale
Kubernetes::AppsV1beta2Apipatch_namespaced_deployment_statusPATCH /apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}/status
Kubernetes::AppsV1beta2Apipatch_namespaced_replica_setPATCH /apis/apps/v1beta2/namespaces/{namespace}/replicasets/{name}
Kubernetes::AppsV1beta2Apipatch_namespaced_replica_set_scalePATCH /apis/apps/v1beta2/namespaces/{namespace}/replicasets/{name}/scale
Kubernetes::AppsV1beta2Apipatch_namespaced_replica_set_statusPATCH /apis/apps/v1beta2/namespaces/{namespace}/replicasets/{name}/status
Kubernetes::AppsV1beta2Apipatch_namespaced_stateful_setPATCH /apis/apps/v1beta2/namespaces/{namespace}/statefulsets/{name}
Kubernetes::AppsV1beta2Apipatch_namespaced_stateful_set_scalePATCH /apis/apps/v1beta2/namespaces/{namespace}/statefulsets/{name}/scale
Kubernetes::AppsV1beta2Apipatch_namespaced_stateful_set_statusPATCH /apis/apps/v1beta2/namespaces/{namespace}/statefulsets/{name}/status
Kubernetes::AppsV1beta2Apiread_namespaced_controller_revisionGET /apis/apps/v1beta2/namespaces/{namespace}/controllerrevisions/{name}
Kubernetes::AppsV1beta2Apiread_namespaced_daemon_setGET /apis/apps/v1beta2/namespaces/{namespace}/daemonsets/{name}
Kubernetes::AppsV1beta2Apiread_namespaced_daemon_set_statusGET /apis/apps/v1beta2/namespaces/{namespace}/daemonsets/{name}/status
Kubernetes::AppsV1beta2Apiread_namespaced_deploymentGET /apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}
Kubernetes::AppsV1beta2Apiread_namespaced_deployment_scaleGET /apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}/scale
Kubernetes::AppsV1beta2Apiread_namespaced_deployment_statusGET /apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}/status
Kubernetes::AppsV1beta2Apiread_namespaced_replica_setGET /apis/apps/v1beta2/namespaces/{namespace}/replicasets/{name}
Kubernetes::AppsV1beta2Apiread_namespaced_replica_set_scaleGET /apis/apps/v1beta2/namespaces/{namespace}/replicasets/{name}/scale
Kubernetes::AppsV1beta2Apiread_namespaced_replica_set_statusGET /apis/apps/v1beta2/namespaces/{namespace}/replicasets/{name}/status
Kubernetes::AppsV1beta2Apiread_namespaced_stateful_setGET /apis/apps/v1beta2/namespaces/{namespace}/statefulsets/{name}
Kubernetes::AppsV1beta2Apiread_namespaced_stateful_set_scaleGET /apis/apps/v1beta2/namespaces/{namespace}/statefulsets/{name}/scale
Kubernetes::AppsV1beta2Apiread_namespaced_stateful_set_statusGET /apis/apps/v1beta2/namespaces/{namespace}/statefulsets/{name}/status
Kubernetes::AppsV1beta2Apireplace_namespaced_controller_revisionPUT /apis/apps/v1beta2/namespaces/{namespace}/controllerrevisions/{name}
Kubernetes::AppsV1beta2Apireplace_namespaced_daemon_setPUT /apis/apps/v1beta2/namespaces/{namespace}/daemonsets/{name}
Kubernetes::AppsV1beta2Apireplace_namespaced_daemon_set_statusPUT /apis/apps/v1beta2/namespaces/{namespace}/daemonsets/{name}/status
Kubernetes::AppsV1beta2Apireplace_namespaced_deploymentPUT /apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}
Kubernetes::AppsV1beta2Apireplace_namespaced_deployment_scalePUT /apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}/scale
Kubernetes::AppsV1beta2Apireplace_namespaced_deployment_statusPUT /apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}/status
Kubernetes::AppsV1beta2Apireplace_namespaced_replica_setPUT /apis/apps/v1beta2/namespaces/{namespace}/replicasets/{name}
Kubernetes::AppsV1beta2Apireplace_namespaced_replica_set_scalePUT /apis/apps/v1beta2/namespaces/{namespace}/replicasets/{name}/scale
Kubernetes::AppsV1beta2Apireplace_namespaced_replica_set_statusPUT /apis/apps/v1beta2/namespaces/{namespace}/replicasets/{name}/status
Kubernetes::AppsV1beta2Apireplace_namespaced_stateful_setPUT /apis/apps/v1beta2/namespaces/{namespace}/statefulsets/{name}
Kubernetes::AppsV1beta2Apireplace_namespaced_stateful_set_scalePUT /apis/apps/v1beta2/namespaces/{namespace}/statefulsets/{name}/scale
Kubernetes::AppsV1beta2Apireplace_namespaced_stateful_set_statusPUT /apis/apps/v1beta2/namespaces/{namespace}/statefulsets/{name}/status
Kubernetes::AuditregistrationApiget_api_groupGET /apis/auditregistration.k8s.io/
Kubernetes::AuditregistrationV1alpha1Apicreate_audit_sinkPOST /apis/auditregistration.k8s.io/v1alpha1/auditsinks
Kubernetes::AuditregistrationV1alpha1Apidelete_audit_sinkDELETE /apis/auditregistration.k8s.io/v1alpha1/auditsinks/{name}
Kubernetes::AuditregistrationV1alpha1Apidelete_collection_audit_sinkDELETE /apis/auditregistration.k8s.io/v1alpha1/auditsinks
Kubernetes::AuditregistrationV1alpha1Apiget_api_resourcesGET /apis/auditregistration.k8s.io/v1alpha1/
Kubernetes::AuditregistrationV1alpha1Apilist_audit_sinkGET /apis/auditregistration.k8s.io/v1alpha1/auditsinks
Kubernetes::AuditregistrationV1alpha1Apipatch_audit_sinkPATCH /apis/auditregistration.k8s.io/v1alpha1/auditsinks/{name}
Kubernetes::AuditregistrationV1alpha1Apiread_audit_sinkGET /apis/auditregistration.k8s.io/v1alpha1/auditsinks/{name}
Kubernetes::AuditregistrationV1alpha1Apireplace_audit_sinkPUT /apis/auditregistration.k8s.io/v1alpha1/auditsinks/{name}
Kubernetes::AuthenticationApiget_api_groupGET /apis/authentication.k8s.io/
Kubernetes::AuthenticationV1Apicreate_token_reviewPOST /apis/authentication.k8s.io/v1/tokenreviews
Kubernetes::AuthenticationV1Apiget_api_resourcesGET /apis/authentication.k8s.io/v1/
Kubernetes::AuthenticationV1beta1Apicreate_token_reviewPOST /apis/authentication.k8s.io/v1beta1/tokenreviews
Kubernetes::AuthenticationV1beta1Apiget_api_resourcesGET /apis/authentication.k8s.io/v1beta1/
Kubernetes::AuthorizationApiget_api_groupGET /apis/authorization.k8s.io/
Kubernetes::AuthorizationV1Apicreate_namespaced_local_subject_access_reviewPOST /apis/authorization.k8s.io/v1/namespaces/{namespace}/localsubjectaccessreviews
Kubernetes::AuthorizationV1Apicreate_self_subject_access_reviewPOST /apis/authorization.k8s.io/v1/selfsubjectaccessreviews
Kubernetes::AuthorizationV1Apicreate_self_subject_rules_reviewPOST /apis/authorization.k8s.io/v1/selfsubjectrulesreviews
Kubernetes::AuthorizationV1Apicreate_subject_access_reviewPOST /apis/authorization.k8s.io/v1/subjectaccessreviews
Kubernetes::AuthorizationV1Apiget_api_resourcesGET /apis/authorization.k8s.io/v1/
Kubernetes::AuthorizationV1beta1Apicreate_namespaced_local_subject_access_reviewPOST /apis/authorization.k8s.io/v1beta1/namespaces/{namespace}/localsubjectaccessreviews
Kubernetes::AuthorizationV1beta1Apicreate_self_subject_access_reviewPOST /apis/authorization.k8s.io/v1beta1/selfsubjectaccessreviews
Kubernetes::AuthorizationV1beta1Apicreate_self_subject_rules_reviewPOST /apis/authorization.k8s.io/v1beta1/selfsubjectrulesreviews
Kubernetes::AuthorizationV1beta1Apicreate_subject_access_reviewPOST /apis/authorization.k8s.io/v1beta1/subjectaccessreviews
Kubernetes::AuthorizationV1beta1Apiget_api_resourcesGET /apis/authorization.k8s.io/v1beta1/
Kubernetes::AutoscalingApiget_api_groupGET /apis/autoscaling/
Kubernetes::AutoscalingV1Apicreate_namespaced_horizontal_pod_autoscalerPOST /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers
Kubernetes::AutoscalingV1Apidelete_collection_namespaced_horizontal_pod_autoscalerDELETE /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers
Kubernetes::AutoscalingV1Apidelete_namespaced_horizontal_pod_autoscalerDELETE /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}
Kubernetes::AutoscalingV1Apiget_api_resourcesGET /apis/autoscaling/v1/
Kubernetes::AutoscalingV1Apilist_horizontal_pod_autoscaler_for_all_namespacesGET /apis/autoscaling/v1/horizontalpodautoscalers
Kubernetes::AutoscalingV1Apilist_namespaced_horizontal_pod_autoscalerGET /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers
Kubernetes::AutoscalingV1Apipatch_namespaced_horizontal_pod_autoscalerPATCH /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}
Kubernetes::AutoscalingV1Apipatch_namespaced_horizontal_pod_autoscaler_statusPATCH /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
Kubernetes::AutoscalingV1Apiread_namespaced_horizontal_pod_autoscalerGET /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}
Kubernetes::AutoscalingV1Apiread_namespaced_horizontal_pod_autoscaler_statusGET /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
Kubernetes::AutoscalingV1Apireplace_namespaced_horizontal_pod_autoscalerPUT /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}
Kubernetes::AutoscalingV1Apireplace_namespaced_horizontal_pod_autoscaler_statusPUT /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
Kubernetes::AutoscalingV2beta1Apicreate_namespaced_horizontal_pod_autoscalerPOST /apis/autoscaling/v2beta1/namespaces/{namespace}/horizontalpodautoscalers
Kubernetes::AutoscalingV2beta1Apidelete_collection_namespaced_horizontal_pod_autoscalerDELETE /apis/autoscaling/v2beta1/namespaces/{namespace}/horizontalpodautoscalers
Kubernetes::AutoscalingV2beta1Apidelete_namespaced_horizontal_pod_autoscalerDELETE /apis/autoscaling/v2beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}
Kubernetes::AutoscalingV2beta1Apiget_api_resourcesGET /apis/autoscaling/v2beta1/
Kubernetes::AutoscalingV2beta1Apilist_horizontal_pod_autoscaler_for_all_namespacesGET /apis/autoscaling/v2beta1/horizontalpodautoscalers
Kubernetes::AutoscalingV2beta1Apilist_namespaced_horizontal_pod_autoscalerGET /apis/autoscaling/v2beta1/namespaces/{namespace}/horizontalpodautoscalers
Kubernetes::AutoscalingV2beta1Apipatch_namespaced_horizontal_pod_autoscalerPATCH /apis/autoscaling/v2beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}
Kubernetes::AutoscalingV2beta1Apipatch_namespaced_horizontal_pod_autoscaler_statusPATCH /apis/autoscaling/v2beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
Kubernetes::AutoscalingV2beta1Apiread_namespaced_horizontal_pod_autoscalerGET /apis/autoscaling/v2beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}
Kubernetes::AutoscalingV2beta1Apiread_namespaced_horizontal_pod_autoscaler_statusGET /apis/autoscaling/v2beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
Kubernetes::AutoscalingV2beta1Apireplace_namespaced_horizontal_pod_autoscalerPUT /apis/autoscaling/v2beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}
Kubernetes::AutoscalingV2beta1Apireplace_namespaced_horizontal_pod_autoscaler_statusPUT /apis/autoscaling/v2beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
Kubernetes::AutoscalingV2beta2Apicreate_namespaced_horizontal_pod_autoscalerPOST /apis/autoscaling/v2beta2/namespaces/{namespace}/horizontalpodautoscalers
Kubernetes::AutoscalingV2beta2Apidelete_collection_namespaced_horizontal_pod_autoscalerDELETE /apis/autoscaling/v2beta2/namespaces/{namespace}/horizontalpodautoscalers
Kubernetes::AutoscalingV2beta2Apidelete_namespaced_horizontal_pod_autoscalerDELETE /apis/autoscaling/v2beta2/namespaces/{namespace}/horizontalpodautoscalers/{name}
Kubernetes::AutoscalingV2beta2Apiget_api_resourcesGET /apis/autoscaling/v2beta2/
Kubernetes::AutoscalingV2beta2Apilist_horizontal_pod_autoscaler_for_all_namespacesGET /apis/autoscaling/v2beta2/horizontalpodautoscalers
Kubernetes::AutoscalingV2beta2Apilist_namespaced_horizontal_pod_autoscalerGET /apis/autoscaling/v2beta2/namespaces/{namespace}/horizontalpodautoscalers
Kubernetes::AutoscalingV2beta2Apipatch_namespaced_horizontal_pod_autoscalerPATCH /apis/autoscaling/v2beta2/namespaces/{namespace}/horizontalpodautoscalers/{name}
Kubernetes::AutoscalingV2beta2Apipatch_namespaced_horizontal_pod_autoscaler_statusPATCH /apis/autoscaling/v2beta2/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
Kubernetes::AutoscalingV2beta2Apiread_namespaced_horizontal_pod_autoscalerGET /apis/autoscaling/v2beta2/namespaces/{namespace}/horizontalpodautoscalers/{name}
Kubernetes::AutoscalingV2beta2Apiread_namespaced_horizontal_pod_autoscaler_statusGET /apis/autoscaling/v2beta2/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
Kubernetes::AutoscalingV2beta2Apireplace_namespaced_horizontal_pod_autoscalerPUT /apis/autoscaling/v2beta2/namespaces/{namespace}/horizontalpodautoscalers/{name}
Kubernetes::AutoscalingV2beta2Apireplace_namespaced_horizontal_pod_autoscaler_statusPUT /apis/autoscaling/v2beta2/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
Kubernetes::BatchApiget_api_groupGET /apis/batch/
Kubernetes::BatchV1Apicreate_namespaced_jobPOST /apis/batch/v1/namespaces/{namespace}/jobs
Kubernetes::BatchV1Apidelete_collection_namespaced_jobDELETE /apis/batch/v1/namespaces/{namespace}/jobs
Kubernetes::BatchV1Apidelete_namespaced_jobDELETE /apis/batch/v1/namespaces/{namespace}/jobs/{name}
Kubernetes::BatchV1Apiget_api_resourcesGET /apis/batch/v1/
Kubernetes::BatchV1Apilist_job_for_all_namespacesGET /apis/batch/v1/jobs
Kubernetes::BatchV1Apilist_namespaced_jobGET /apis/batch/v1/namespaces/{namespace}/jobs
Kubernetes::BatchV1Apipatch_namespaced_jobPATCH /apis/batch/v1/namespaces/{namespace}/jobs/{name}
Kubernetes::BatchV1Apipatch_namespaced_job_statusPATCH /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status
Kubernetes::BatchV1Apiread_namespaced_jobGET /apis/batch/v1/namespaces/{namespace}/jobs/{name}
Kubernetes::BatchV1Apiread_namespaced_job_statusGET /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status
Kubernetes::BatchV1Apireplace_namespaced_jobPUT /apis/batch/v1/namespaces/{namespace}/jobs/{name}
Kubernetes::BatchV1Apireplace_namespaced_job_statusPUT /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status
Kubernetes::BatchV1beta1Apicreate_namespaced_cron_jobPOST /apis/batch/v1beta1/namespaces/{namespace}/cronjobs
Kubernetes::BatchV1beta1Apidelete_collection_namespaced_cron_jobDELETE /apis/batch/v1beta1/namespaces/{namespace}/cronjobs
Kubernetes::BatchV1beta1Apidelete_namespaced_cron_jobDELETE /apis/batch/v1beta1/namespaces/{namespace}/cronjobs/{name}
Kubernetes::BatchV1beta1Apiget_api_resourcesGET /apis/batch/v1beta1/
Kubernetes::BatchV1beta1Apilist_cron_job_for_all_namespacesGET /apis/batch/v1beta1/cronjobs
Kubernetes::BatchV1beta1Apilist_namespaced_cron_jobGET /apis/batch/v1beta1/namespaces/{namespace}/cronjobs
Kubernetes::BatchV1beta1Apipatch_namespaced_cron_jobPATCH /apis/batch/v1beta1/namespaces/{namespace}/cronjobs/{name}
Kubernetes::BatchV1beta1Apipatch_namespaced_cron_job_statusPATCH /apis/batch/v1beta1/namespaces/{namespace}/cronjobs/{name}/status
Kubernetes::BatchV1beta1Apiread_namespaced_cron_jobGET /apis/batch/v1beta1/namespaces/{namespace}/cronjobs/{name}
Kubernetes::BatchV1beta1Apiread_namespaced_cron_job_statusGET /apis/batch/v1beta1/namespaces/{namespace}/cronjobs/{name}/status
Kubernetes::BatchV1beta1Apireplace_namespaced_cron_jobPUT /apis/batch/v1beta1/namespaces/{namespace}/cronjobs/{name}
Kubernetes::BatchV1beta1Apireplace_namespaced_cron_job_statusPUT /apis/batch/v1beta1/namespaces/{namespace}/cronjobs/{name}/status
Kubernetes::BatchV2alpha1Apicreate_namespaced_cron_jobPOST /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs
Kubernetes::BatchV2alpha1Apidelete_collection_namespaced_cron_jobDELETE /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs
Kubernetes::BatchV2alpha1Apidelete_namespaced_cron_jobDELETE /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}
Kubernetes::BatchV2alpha1Apiget_api_resourcesGET /apis/batch/v2alpha1/
Kubernetes::BatchV2alpha1Apilist_cron_job_for_all_namespacesGET /apis/batch/v2alpha1/cronjobs
Kubernetes::BatchV2alpha1Apilist_namespaced_cron_jobGET /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs
Kubernetes::BatchV2alpha1Apipatch_namespaced_cron_jobPATCH /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}
Kubernetes::BatchV2alpha1Apipatch_namespaced_cron_job_statusPATCH /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}/status
Kubernetes::BatchV2alpha1Apiread_namespaced_cron_jobGET /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}
Kubernetes::BatchV2alpha1Apiread_namespaced_cron_job_statusGET /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}/status
Kubernetes::BatchV2alpha1Apireplace_namespaced_cron_jobPUT /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}
Kubernetes::BatchV2alpha1Apireplace_namespaced_cron_job_statusPUT /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}/status
Kubernetes::CertificatesApiget_api_groupGET /apis/certificates.k8s.io/
Kubernetes::CertificatesV1beta1Apicreate_certificate_signing_requestPOST /apis/certificates.k8s.io/v1beta1/certificatesigningrequests
Kubernetes::CertificatesV1beta1Apidelete_certificate_signing_requestDELETE /apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}
Kubernetes::CertificatesV1beta1Apidelete_collection_certificate_signing_requestDELETE /apis/certificates.k8s.io/v1beta1/certificatesigningrequests
Kubernetes::CertificatesV1beta1Apiget_api_resourcesGET /apis/certificates.k8s.io/v1beta1/
Kubernetes::CertificatesV1beta1Apilist_certificate_signing_requestGET /apis/certificates.k8s.io/v1beta1/certificatesigningrequests
Kubernetes::CertificatesV1beta1Apipatch_certificate_signing_requestPATCH /apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}
Kubernetes::CertificatesV1beta1Apipatch_certificate_signing_request_statusPATCH /apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}/status
Kubernetes::CertificatesV1beta1Apiread_certificate_signing_requestGET /apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}
Kubernetes::CertificatesV1beta1Apiread_certificate_signing_request_statusGET /apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}/status
Kubernetes::CertificatesV1beta1Apireplace_certificate_signing_requestPUT /apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}
Kubernetes::CertificatesV1beta1Apireplace_certificate_signing_request_approvalPUT /apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}/approval
Kubernetes::CertificatesV1beta1Apireplace_certificate_signing_request_statusPUT /apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}/status
Kubernetes::CoordinationApiget_api_groupGET /apis/coordination.k8s.io/
Kubernetes::CoordinationV1beta1Apicreate_namespaced_leasePOST /apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leases
Kubernetes::CoordinationV1beta1Apidelete_collection_namespaced_leaseDELETE /apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leases
Kubernetes::CoordinationV1beta1Apidelete_namespaced_leaseDELETE /apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leases/{name}
Kubernetes::CoordinationV1beta1Apiget_api_resourcesGET /apis/coordination.k8s.io/v1beta1/
Kubernetes::CoordinationV1beta1Apilist_lease_for_all_namespacesGET /apis/coordination.k8s.io/v1beta1/leases
Kubernetes::CoordinationV1beta1Apilist_namespaced_leaseGET /apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leases
Kubernetes::CoordinationV1beta1Apipatch_namespaced_leasePATCH /apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leases/{name}
Kubernetes::CoordinationV1beta1Apiread_namespaced_leaseGET /apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leases/{name}
Kubernetes::CoordinationV1beta1Apireplace_namespaced_leasePUT /apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leases/{name}
Kubernetes::CoreApiget_api_versionsGET /api/
Kubernetes::CoreV1Apiconnect_delete_namespaced_pod_proxyDELETE /api/v1/namespaces/{namespace}/pods/{name}/proxy
Kubernetes::CoreV1Apiconnect_delete_namespaced_pod_proxy_with_pathDELETE /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
Kubernetes::CoreV1Apiconnect_delete_namespaced_service_proxyDELETE /api/v1/namespaces/{namespace}/services/{name}/proxy
Kubernetes::CoreV1Apiconnect_delete_namespaced_service_proxy_with_pathDELETE /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
Kubernetes::CoreV1Apiconnect_delete_node_proxyDELETE /api/v1/nodes/{name}/proxy
Kubernetes::CoreV1Apiconnect_delete_node_proxy_with_pathDELETE /api/v1/nodes/{name}/proxy/{path}
Kubernetes::CoreV1Apiconnect_get_namespaced_pod_attachGET /api/v1/namespaces/{namespace}/pods/{name}/attach
Kubernetes::CoreV1Apiconnect_get_namespaced_pod_execGET /api/v1/namespaces/{namespace}/pods/{name}/exec
Kubernetes::CoreV1Apiconnect_get_namespaced_pod_portforwardGET /api/v1/namespaces/{namespace}/pods/{name}/portforward
Kubernetes::CoreV1Apiconnect_get_namespaced_pod_proxyGET /api/v1/namespaces/{namespace}/pods/{name}/proxy
Kubernetes::CoreV1Apiconnect_get_namespaced_pod_proxy_with_pathGET /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
Kubernetes::CoreV1Apiconnect_get_namespaced_service_proxyGET /api/v1/namespaces/{namespace}/services/{name}/proxy
Kubernetes::CoreV1Apiconnect_get_namespaced_service_proxy_with_pathGET /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
Kubernetes::CoreV1Apiconnect_get_node_proxyGET /api/v1/nodes/{name}/proxy
Kubernetes::CoreV1Apiconnect_get_node_proxy_with_pathGET /api/v1/nodes/{name}/proxy/{path}
Kubernetes::CoreV1Apiconnect_head_namespaced_pod_proxyHEAD /api/v1/namespaces/{namespace}/pods/{name}/proxy
Kubernetes::CoreV1Apiconnect_head_namespaced_pod_proxy_with_pathHEAD /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
Kubernetes::CoreV1Apiconnect_head_namespaced_service_proxyHEAD /api/v1/namespaces/{namespace}/services/{name}/proxy
Kubernetes::CoreV1Apiconnect_head_namespaced_service_proxy_with_pathHEAD /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
Kubernetes::CoreV1Apiconnect_head_node_proxyHEAD /api/v1/nodes/{name}/proxy
Kubernetes::CoreV1Apiconnect_head_node_proxy_with_pathHEAD /api/v1/nodes/{name}/proxy/{path}
Kubernetes::CoreV1Apiconnect_options_namespaced_pod_proxyOPTIONS /api/v1/namespaces/{namespace}/pods/{name}/proxy
Kubernetes::CoreV1Apiconnect_options_namespaced_pod_proxy_with_pathOPTIONS /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
Kubernetes::CoreV1Apiconnect_options_namespaced_service_proxyOPTIONS /api/v1/namespaces/{namespace}/services/{name}/proxy
Kubernetes::CoreV1Apiconnect_options_namespaced_service_proxy_with_pathOPTIONS /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
Kubernetes::CoreV1Apiconnect_options_node_proxyOPTIONS /api/v1/nodes/{name}/proxy
Kubernetes::CoreV1Apiconnect_options_node_proxy_with_pathOPTIONS /api/v1/nodes/{name}/proxy/{path}
Kubernetes::CoreV1Apiconnect_patch_namespaced_pod_proxyPATCH /api/v1/namespaces/{namespace}/pods/{name}/proxy
Kubernetes::CoreV1Apiconnect_patch_namespaced_pod_proxy_with_pathPATCH /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
Kubernetes::CoreV1Apiconnect_patch_namespaced_service_proxyPATCH /api/v1/namespaces/{namespace}/services/{name}/proxy
Kubernetes::CoreV1Apiconnect_patch_namespaced_service_proxy_with_pathPATCH /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
Kubernetes::CoreV1Apiconnect_patch_node_proxyPATCH /api/v1/nodes/{name}/proxy
Kubernetes::CoreV1Apiconnect_patch_node_proxy_with_pathPATCH /api/v1/nodes/{name}/proxy/{path}
Kubernetes::CoreV1Apiconnect_post_namespaced_pod_attachPOST /api/v1/namespaces/{namespace}/pods/{name}/attach
Kubernetes::CoreV1Apiconnect_post_namespaced_pod_execPOST /api/v1/namespaces/{namespace}/pods/{name}/exec
Kubernetes::CoreV1Apiconnect_post_namespaced_pod_portforwardPOST /api/v1/namespaces/{namespace}/pods/{name}/portforward
Kubernetes::CoreV1Apiconnect_post_namespaced_pod_proxyPOST /api/v1/namespaces/{namespace}/pods/{name}/proxy
Kubernetes::CoreV1Apiconnect_post_namespaced_pod_proxy_with_pathPOST /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
Kubernetes::CoreV1Apiconnect_post_namespaced_service_proxyPOST /api/v1/namespaces/{namespace}/services/{name}/proxy
Kubernetes::CoreV1Apiconnect_post_namespaced_service_proxy_with_pathPOST /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
Kubernetes::CoreV1Apiconnect_post_node_proxyPOST /api/v1/nodes/{name}/proxy
Kubernetes::CoreV1Apiconnect_post_node_proxy_with_pathPOST /api/v1/nodes/{name}/proxy/{path}
Kubernetes::CoreV1Apiconnect_put_namespaced_pod_proxyPUT /api/v1/namespaces/{namespace}/pods/{name}/proxy
Kubernetes::CoreV1Apiconnect_put_namespaced_pod_proxy_with_pathPUT /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
Kubernetes::CoreV1Apiconnect_put_namespaced_service_proxyPUT /api/v1/namespaces/{namespace}/services/{name}/proxy
Kubernetes::CoreV1Apiconnect_put_namespaced_service_proxy_with_pathPUT /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
Kubernetes::CoreV1Apiconnect_put_node_proxyPUT /api/v1/nodes/{name}/proxy
Kubernetes::CoreV1Apiconnect_put_node_proxy_with_pathPUT /api/v1/nodes/{name}/proxy/{path}
Kubernetes::CoreV1Apicreate_namespacePOST /api/v1/namespaces
Kubernetes::CoreV1Apicreate_namespaced_bindingPOST /api/v1/namespaces/{namespace}/bindings
Kubernetes::CoreV1Apicreate_namespaced_config_mapPOST /api/v1/namespaces/{namespace}/configmaps
Kubernetes::CoreV1Apicreate_namespaced_endpointsPOST /api/v1/namespaces/{namespace}/endpoints
Kubernetes::CoreV1Apicreate_namespaced_eventPOST /api/v1/namespaces/{namespace}/events
Kubernetes::CoreV1Apicreate_namespaced_limit_rangePOST /api/v1/namespaces/{namespace}/limitranges
Kubernetes::CoreV1Apicreate_namespaced_persistent_volume_claimPOST /api/v1/namespaces/{namespace}/persistentvolumeclaims
Kubernetes::CoreV1Apicreate_namespaced_podPOST /api/v1/namespaces/{namespace}/pods
Kubernetes::CoreV1Apicreate_namespaced_pod_bindingPOST /api/v1/namespaces/{namespace}/pods/{name}/binding
Kubernetes::CoreV1Apicreate_namespaced_pod_evictionPOST /api/v1/namespaces/{namespace}/pods/{name}/eviction
Kubernetes::CoreV1Apicreate_namespaced_pod_templatePOST /api/v1/namespaces/{namespace}/podtemplates
Kubernetes::CoreV1Apicreate_namespaced_replication_controllerPOST /api/v1/namespaces/{namespace}/replicationcontrollers
Kubernetes::CoreV1Apicreate_namespaced_resource_quotaPOST /api/v1/namespaces/{namespace}/resourcequotas
Kubernetes::CoreV1Apicreate_namespaced_secretPOST /api/v1/namespaces/{namespace}/secrets
Kubernetes::CoreV1Apicreate_namespaced_servicePOST /api/v1/namespaces/{namespace}/services
Kubernetes::CoreV1Apicreate_namespaced_service_accountPOST /api/v1/namespaces/{namespace}/serviceaccounts
Kubernetes::CoreV1Apicreate_nodePOST /api/v1/nodes
Kubernetes::CoreV1Apicreate_persistent_volumePOST /api/v1/persistentvolumes
Kubernetes::CoreV1Apidelete_collection_namespaced_config_mapDELETE /api/v1/namespaces/{namespace}/configmaps
Kubernetes::CoreV1Apidelete_collection_namespaced_endpointsDELETE /api/v1/namespaces/{namespace}/endpoints
Kubernetes::CoreV1Apidelete_collection_namespaced_eventDELETE /api/v1/namespaces/{namespace}/events
Kubernetes::CoreV1Apidelete_collection_namespaced_limit_rangeDELETE /api/v1/namespaces/{namespace}/limitranges
Kubernetes::CoreV1Apidelete_collection_namespaced_persistent_volume_claimDELETE /api/v1/namespaces/{namespace}/persistentvolumeclaims
Kubernetes::CoreV1Apidelete_collection_namespaced_podDELETE /api/v1/namespaces/{namespace}/pods
Kubernetes::CoreV1Apidelete_collection_namespaced_pod_templateDELETE /api/v1/namespaces/{namespace}/podtemplates
Kubernetes::CoreV1Apidelete_collection_namespaced_replication_controllerDELETE /api/v1/namespaces/{namespace}/replicationcontrollers
Kubernetes::CoreV1Apidelete_collection_namespaced_resource_quotaDELETE /api/v1/namespaces/{namespace}/resourcequotas
Kubernetes::CoreV1Apidelete_collection_namespaced_secretDELETE /api/v1/namespaces/{namespace}/secrets
Kubernetes::CoreV1Apidelete_collection_namespaced_service_accountDELETE /api/v1/namespaces/{namespace}/serviceaccounts
Kubernetes::CoreV1Apidelete_collection_nodeDELETE /api/v1/nodes
Kubernetes::CoreV1Apidelete_collection_persistent_volumeDELETE /api/v1/persistentvolumes
Kubernetes::CoreV1Apidelete_namespaceDELETE /api/v1/namespaces/{name}
Kubernetes::CoreV1Apidelete_namespaced_config_mapDELETE /api/v1/namespaces/{namespace}/configmaps/{name}
Kubernetes::CoreV1Apidelete_namespaced_endpointsDELETE /api/v1/namespaces/{namespace}/endpoints/{name}
Kubernetes::CoreV1Apidelete_namespaced_eventDELETE /api/v1/namespaces/{namespace}/events/{name}
Kubernetes::CoreV1Apidelete_namespaced_limit_rangeDELETE /api/v1/namespaces/{namespace}/limitranges/{name}
Kubernetes::CoreV1Apidelete_namespaced_persistent_volume_claimDELETE /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}
Kubernetes::CoreV1Apidelete_namespaced_podDELETE /api/v1/namespaces/{namespace}/pods/{name}
Kubernetes::CoreV1Apidelete_namespaced_pod_templateDELETE /api/v1/namespaces/{namespace}/podtemplates/{name}
Kubernetes::CoreV1Apidelete_namespaced_replication_controllerDELETE /api/v1/namespaces/{namespace}/replicationcontrollers/{name}
Kubernetes::CoreV1Apidelete_namespaced_resource_quotaDELETE /api/v1/namespaces/{namespace}/resourcequotas/{name}
Kubernetes::CoreV1Apidelete_namespaced_secretDELETE /api/v1/namespaces/{namespace}/secrets/{name}
Kubernetes::CoreV1Apidelete_namespaced_serviceDELETE /api/v1/namespaces/{namespace}/services/{name}
Kubernetes::CoreV1Apidelete_namespaced_service_accountDELETE /api/v1/namespaces/{namespace}/serviceaccounts/{name}
Kubernetes::CoreV1Apidelete_nodeDELETE /api/v1/nodes/{name}
Kubernetes::CoreV1Apidelete_persistent_volumeDELETE /api/v1/persistentvolumes/{name}
Kubernetes::CoreV1Apiget_api_resourcesGET /api/v1/
Kubernetes::CoreV1Apilist_component_statusGET /api/v1/componentstatuses
Kubernetes::CoreV1Apilist_config_map_for_all_namespacesGET /api/v1/configmaps
Kubernetes::CoreV1Apilist_endpoints_for_all_namespacesGET /api/v1/endpoints
Kubernetes::CoreV1Apilist_event_for_all_namespacesGET /api/v1/events
Kubernetes::CoreV1Apilist_limit_range_for_all_namespacesGET /api/v1/limitranges
Kubernetes::CoreV1Apilist_namespaceGET /api/v1/namespaces
Kubernetes::CoreV1Apilist_namespaced_config_mapGET /api/v1/namespaces/{namespace}/configmaps
Kubernetes::CoreV1Apilist_namespaced_endpointsGET /api/v1/namespaces/{namespace}/endpoints
Kubernetes::CoreV1Apilist_namespaced_eventGET /api/v1/namespaces/{namespace}/events
Kubernetes::CoreV1Apilist_namespaced_limit_rangeGET /api/v1/namespaces/{namespace}/limitranges
Kubernetes::CoreV1Apilist_namespaced_persistent_volume_claimGET /api/v1/namespaces/{namespace}/persistentvolumeclaims
Kubernetes::CoreV1Apilist_namespaced_podGET /api/v1/namespaces/{namespace}/pods
Kubernetes::CoreV1Apilist_namespaced_pod_templateGET /api/v1/namespaces/{namespace}/podtemplates
Kubernetes::CoreV1Apilist_namespaced_replication_controllerGET /api/v1/namespaces/{namespace}/replicationcontrollers
Kubernetes::CoreV1Apilist_namespaced_resource_quotaGET /api/v1/namespaces/{namespace}/resourcequotas
Kubernetes::CoreV1Apilist_namespaced_secretGET /api/v1/namespaces/{namespace}/secrets
Kubernetes::CoreV1Apilist_namespaced_serviceGET /api/v1/namespaces/{namespace}/services
Kubernetes::CoreV1Apilist_namespaced_service_accountGET /api/v1/namespaces/{namespace}/serviceaccounts
Kubernetes::CoreV1Apilist_nodeGET /api/v1/nodes
Kubernetes::CoreV1Apilist_persistent_volumeGET /api/v1/persistentvolumes
Kubernetes::CoreV1Apilist_persistent_volume_claim_for_all_namespacesGET /api/v1/persistentvolumeclaims
Kubernetes::CoreV1Apilist_pod_for_all_namespacesGET /api/v1/pods
Kubernetes::CoreV1Apilist_pod_template_for_all_namespacesGET /api/v1/podtemplates
Kubernetes::CoreV1Apilist_replication_controller_for_all_namespacesGET /api/v1/replicationcontrollers
Kubernetes::CoreV1Apilist_resource_quota_for_all_namespacesGET /api/v1/resourcequotas
Kubernetes::CoreV1Apilist_secret_for_all_namespacesGET /api/v1/secrets
Kubernetes::CoreV1Apilist_service_account_for_all_namespacesGET /api/v1/serviceaccounts
Kubernetes::CoreV1Apilist_service_for_all_namespacesGET /api/v1/services
Kubernetes::CoreV1Apipatch_namespacePATCH /api/v1/namespaces/{name}
Kubernetes::CoreV1Apipatch_namespace_statusPATCH /api/v1/namespaces/{name}/status
Kubernetes::CoreV1Apipatch_namespaced_config_mapPATCH /api/v1/namespaces/{namespace}/configmaps/{name}
Kubernetes::CoreV1Apipatch_namespaced_endpointsPATCH /api/v1/namespaces/{namespace}/endpoints/{name}
Kubernetes::CoreV1Apipatch_namespaced_eventPATCH /api/v1/namespaces/{namespace}/events/{name}
Kubernetes::CoreV1Apipatch_namespaced_limit_rangePATCH /api/v1/namespaces/{namespace}/limitranges/{name}
Kubernetes::CoreV1Apipatch_namespaced_persistent_volume_claimPATCH /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}
Kubernetes::CoreV1Apipatch_namespaced_persistent_volume_claim_statusPATCH /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status
Kubernetes::CoreV1Apipatch_namespaced_podPATCH /api/v1/namespaces/{namespace}/pods/{name}
Kubernetes::CoreV1Apipatch_namespaced_pod_statusPATCH /api/v1/namespaces/{namespace}/pods/{name}/status
Kubernetes::CoreV1Apipatch_namespaced_pod_templatePATCH /api/v1/namespaces/{namespace}/podtemplates/{name}
Kubernetes::CoreV1Apipatch_namespaced_replication_controllerPATCH /api/v1/namespaces/{namespace}/replicationcontrollers/{name}
Kubernetes::CoreV1Apipatch_namespaced_replication_controller_scalePATCH /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale
Kubernetes::CoreV1Apipatch_namespaced_replication_controller_statusPATCH /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status
Kubernetes::CoreV1Apipatch_namespaced_resource_quotaPATCH /api/v1/namespaces/{namespace}/resourcequotas/{name}
Kubernetes::CoreV1Apipatch_namespaced_resource_quota_statusPATCH /api/v1/namespaces/{namespace}/resourcequotas/{name}/status
Kubernetes::CoreV1Apipatch_namespaced_secretPATCH /api/v1/namespaces/{namespace}/secrets/{name}
Kubernetes::CoreV1Apipatch_namespaced_servicePATCH /api/v1/namespaces/{namespace}/services/{name}
Kubernetes::CoreV1Apipatch_namespaced_service_accountPATCH /api/v1/namespaces/{namespace}/serviceaccounts/{name}
Kubernetes::CoreV1Apipatch_namespaced_service_statusPATCH /api/v1/namespaces/{namespace}/services/{name}/status
Kubernetes::CoreV1Apipatch_nodePATCH /api/v1/nodes/{name}
Kubernetes::CoreV1Apipatch_node_statusPATCH /api/v1/nodes/{name}/status
Kubernetes::CoreV1Apipatch_persistent_volumePATCH /api/v1/persistentvolumes/{name}
Kubernetes::CoreV1Apipatch_persistent_volume_statusPATCH /api/v1/persistentvolumes/{name}/status
Kubernetes::CoreV1Apiread_component_statusGET /api/v1/componentstatuses/{name}
Kubernetes::CoreV1Apiread_namespaceGET /api/v1/namespaces/{name}
Kubernetes::CoreV1Apiread_namespace_statusGET /api/v1/namespaces/{name}/status
Kubernetes::CoreV1Apiread_namespaced_config_mapGET /api/v1/namespaces/{namespace}/configmaps/{name}
Kubernetes::CoreV1Apiread_namespaced_endpointsGET /api/v1/namespaces/{namespace}/endpoints/{name}
Kubernetes::CoreV1Apiread_namespaced_eventGET /api/v1/namespaces/{namespace}/events/{name}
Kubernetes::CoreV1Apiread_namespaced_limit_rangeGET /api/v1/namespaces/{namespace}/limitranges/{name}
Kubernetes::CoreV1Apiread_namespaced_persistent_volume_claimGET /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}
Kubernetes::CoreV1Apiread_namespaced_persistent_volume_claim_statusGET /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status
Kubernetes::CoreV1Apiread_namespaced_podGET /api/v1/namespaces/{namespace}/pods/{name}
Kubernetes::CoreV1Apiread_namespaced_pod_logGET /api/v1/namespaces/{namespace}/pods/{name}/log
Kubernetes::CoreV1Apiread_namespaced_pod_statusGET /api/v1/namespaces/{namespace}/pods/{name}/status
Kubernetes::CoreV1Apiread_namespaced_pod_templateGET /api/v1/namespaces/{namespace}/podtemplates/{name}
Kubernetes::CoreV1Apiread_namespaced_replication_controllerGET /api/v1/namespaces/{namespace}/replicationcontrollers/{name}
Kubernetes::CoreV1Apiread_namespaced_replication_controller_scaleGET /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale
Kubernetes::CoreV1Apiread_namespaced_replication_controller_statusGET /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status
Kubernetes::CoreV1Apiread_namespaced_resource_quotaGET /api/v1/namespaces/{namespace}/resourcequotas/{name}
Kubernetes::CoreV1Apiread_namespaced_resource_quota_statusGET /api/v1/namespaces/{namespace}/resourcequotas/{name}/status
Kubernetes::CoreV1Apiread_namespaced_secretGET /api/v1/namespaces/{namespace}/secrets/{name}
Kubernetes::CoreV1Apiread_namespaced_serviceGET /api/v1/namespaces/{namespace}/services/{name}
Kubernetes::CoreV1Apiread_namespaced_service_accountGET /api/v1/namespaces/{namespace}/serviceaccounts/{name}
Kubernetes::CoreV1Apiread_namespaced_service_statusGET /api/v1/namespaces/{namespace}/services/{name}/status
Kubernetes::CoreV1Apiread_nodeGET /api/v1/nodes/{name}
Kubernetes::CoreV1Apiread_node_statusGET /api/v1/nodes/{name}/status
Kubernetes::CoreV1Apiread_persistent_volumeGET /api/v1/persistentvolumes/{name}
Kubernetes::CoreV1Apiread_persistent_volume_statusGET /api/v1/persistentvolumes/{name}/status
Kubernetes::CoreV1Apireplace_namespacePUT /api/v1/namespaces/{name}
Kubernetes::CoreV1Apireplace_namespace_finalizePUT /api/v1/namespaces/{name}/finalize
Kubernetes::CoreV1Apireplace_namespace_statusPUT /api/v1/namespaces/{name}/status
Kubernetes::CoreV1Apireplace_namespaced_config_mapPUT /api/v1/namespaces/{namespace}/configmaps/{name}
Kubernetes::CoreV1Apireplace_namespaced_endpointsPUT /api/v1/namespaces/{namespace}/endpoints/{name}
Kubernetes::CoreV1Apireplace_namespaced_eventPUT /api/v1/namespaces/{namespace}/events/{name}
Kubernetes::CoreV1Apireplace_namespaced_limit_rangePUT /api/v1/namespaces/{namespace}/limitranges/{name}
Kubernetes::CoreV1Apireplace_namespaced_persistent_volume_claimPUT /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}
Kubernetes::CoreV1Apireplace_namespaced_persistent_volume_claim_statusPUT /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status
Kubernetes::CoreV1Apireplace_namespaced_podPUT /api/v1/namespaces/{namespace}/pods/{name}
Kubernetes::CoreV1Apireplace_namespaced_pod_statusPUT /api/v1/namespaces/{namespace}/pods/{name}/status
Kubernetes::CoreV1Apireplace_namespaced_pod_templatePUT /api/v1/namespaces/{namespace}/podtemplates/{name}
Kubernetes::CoreV1Apireplace_namespaced_replication_controllerPUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name}
Kubernetes::CoreV1Apireplace_namespaced_replication_controller_scalePUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale
Kubernetes::CoreV1Apireplace_namespaced_replication_controller_statusPUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status
Kubernetes::CoreV1Apireplace_namespaced_resource_quotaPUT /api/v1/namespaces/{namespace}/resourcequotas/{name}
Kubernetes::CoreV1Apireplace_namespaced_resource_quota_statusPUT /api/v1/namespaces/{namespace}/resourcequotas/{name}/status
Kubernetes::CoreV1Apireplace_namespaced_secretPUT /api/v1/namespaces/{namespace}/secrets/{name}
Kubernetes::CoreV1Apireplace_namespaced_servicePUT /api/v1/namespaces/{namespace}/services/{name}
Kubernetes::CoreV1Apireplace_namespaced_service_accountPUT /api/v1/namespaces/{namespace}/serviceaccounts/{name}
Kubernetes::CoreV1Apireplace_namespaced_service_statusPUT /api/v1/namespaces/{namespace}/services/{name}/status
Kubernetes::CoreV1Apireplace_nodePUT /api/v1/nodes/{name}
Kubernetes::CoreV1Apireplace_node_statusPUT /api/v1/nodes/{name}/status
Kubernetes::CoreV1Apireplace_persistent_volumePUT /api/v1/persistentvolumes/{name}
Kubernetes::CoreV1Apireplace_persistent_volume_statusPUT /api/v1/persistentvolumes/{name}/status
Kubernetes::CustomObjectsApicreate_cluster_custom_objectPOST /apis/{group}/{version}/{plural}
Kubernetes::CustomObjectsApicreate_namespaced_custom_objectPOST /apis/{group}/{version}/namespaces/{namespace}/{plural}
Kubernetes::CustomObjectsApidelete_cluster_custom_objectDELETE /apis/{group}/{version}/{plural}/{name}
Kubernetes::CustomObjectsApidelete_namespaced_custom_objectDELETE /apis/{group}/{version}/namespaces/{namespace}/{plural}/{name}
Kubernetes::CustomObjectsApiget_cluster_custom_objectGET /apis/{group}/{version}/{plural}/{name}
Kubernetes::CustomObjectsApiget_cluster_custom_object_scaleGET /apis/{group}/{version}/{plural}/{name}/scale
Kubernetes::CustomObjectsApiget_cluster_custom_object_statusGET /apis/{group}/{version}/{plural}/{name}/status
Kubernetes::CustomObjectsApiget_namespaced_custom_objectGET /apis/{group}/{version}/namespaces/{namespace}/{plural}/{name}
Kubernetes::CustomObjectsApiget_namespaced_custom_object_scaleGET /apis/{group}/{version}/namespaces/{namespace}/{plural}/{name}/scale
Kubernetes::CustomObjectsApiget_namespaced_custom_object_statusGET /apis/{group}/{version}/namespaces/{namespace}/{plural}/{name}/status
Kubernetes::CustomObjectsApilist_cluster_custom_objectGET /apis/{group}/{version}/{plural}
Kubernetes::CustomObjectsApilist_namespaced_custom_objectGET /apis/{group}/{version}/namespaces/{namespace}/{plural}
Kubernetes::CustomObjectsApipatch_cluster_custom_objectPATCH /apis/{group}/{version}/{plural}/{name}
Kubernetes::CustomObjectsApipatch_cluster_custom_object_scalePATCH /apis/{group}/{version}/{plural}/{name}/scale
Kubernetes::CustomObjectsApipatch_cluster_custom_object_statusPATCH /apis/{group}/{version}/{plural}/{name}/status
Kubernetes::CustomObjectsApipatch_namespaced_custom_objectPATCH /apis/{group}/{version}/namespaces/{namespace}/{plural}/{name}
Kubernetes::CustomObjectsApipatch_namespaced_custom_object_scalePATCH /apis/{group}/{version}/namespaces/{namespace}/{plural}/{name}/scale
Kubernetes::CustomObjectsApipatch_namespaced_custom_object_statusPATCH /apis/{group}/{version}/namespaces/{namespace}/{plural}/{name}/status
Kubernetes::CustomObjectsApireplace_cluster_custom_objectPUT /apis/{group}/{version}/{plural}/{name}
Kubernetes::CustomObjectsApireplace_cluster_custom_object_scalePUT /apis/{group}/{version}/{plural}/{name}/scale
Kubernetes::CustomObjectsApireplace_cluster_custom_object_statusPUT /apis/{group}/{version}/{plural}/{name}/status
Kubernetes::CustomObjectsApireplace_namespaced_custom_objectPUT /apis/{group}/{version}/namespaces/{namespace}/{plural}/{name}
Kubernetes::CustomObjectsApireplace_namespaced_custom_object_scalePUT /apis/{group}/{version}/namespaces/{namespace}/{plural}/{name}/scale
Kubernetes::CustomObjectsApireplace_namespaced_custom_object_statusPUT /apis/{group}/{version}/namespaces/{namespace}/{plural}/{name}/status
Kubernetes::EventsApiget_api_groupGET /apis/events.k8s.io/
Kubernetes::EventsV1beta1Apicreate_namespaced_eventPOST /apis/events.k8s.io/v1beta1/namespaces/{namespace}/events
Kubernetes::EventsV1beta1Apidelete_collection_namespaced_eventDELETE /apis/events.k8s.io/v1beta1/namespaces/{namespace}/events
Kubernetes::EventsV1beta1Apidelete_namespaced_eventDELETE /apis/events.k8s.io/v1beta1/namespaces/{namespace}/events/{name}
Kubernetes::EventsV1beta1Apiget_api_resourcesGET /apis/events.k8s.io/v1beta1/
Kubernetes::EventsV1beta1Apilist_event_for_all_namespacesGET /apis/events.k8s.io/v1beta1/events
Kubernetes::EventsV1beta1Apilist_namespaced_eventGET /apis/events.k8s.io/v1beta1/namespaces/{namespace}/events
Kubernetes::EventsV1beta1Apipatch_namespaced_eventPATCH /apis/events.k8s.io/v1beta1/namespaces/{namespace}/events/{name}
Kubernetes::EventsV1beta1Apiread_namespaced_eventGET /apis/events.k8s.io/v1beta1/namespaces/{namespace}/events/{name}
Kubernetes::EventsV1beta1Apireplace_namespaced_eventPUT /apis/events.k8s.io/v1beta1/namespaces/{namespace}/events/{name}
Kubernetes::ExtensionsApiget_api_groupGET /apis/extensions/
Kubernetes::ExtensionsV1beta1Apicreate_namespaced_daemon_setPOST /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets
Kubernetes::ExtensionsV1beta1Apicreate_namespaced_deploymentPOST /apis/extensions/v1beta1/namespaces/{namespace}/deployments
Kubernetes::ExtensionsV1beta1Apicreate_namespaced_deployment_rollbackPOST /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/rollback
Kubernetes::ExtensionsV1beta1Apicreate_namespaced_ingressPOST /apis/extensions/v1beta1/namespaces/{namespace}/ingresses
Kubernetes::ExtensionsV1beta1Apicreate_namespaced_network_policyPOST /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies
Kubernetes::ExtensionsV1beta1Apicreate_namespaced_replica_setPOST /apis/extensions/v1beta1/namespaces/{namespace}/replicasets
Kubernetes::ExtensionsV1beta1Apicreate_pod_security_policyPOST /apis/extensions/v1beta1/podsecuritypolicies
Kubernetes::ExtensionsV1beta1Apidelete_collection_namespaced_daemon_setDELETE /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets
Kubernetes::ExtensionsV1beta1Apidelete_collection_namespaced_deploymentDELETE /apis/extensions/v1beta1/namespaces/{namespace}/deployments
Kubernetes::ExtensionsV1beta1Apidelete_collection_namespaced_ingressDELETE /apis/extensions/v1beta1/namespaces/{namespace}/ingresses
Kubernetes::ExtensionsV1beta1Apidelete_collection_namespaced_network_policyDELETE /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies
Kubernetes::ExtensionsV1beta1Apidelete_collection_namespaced_replica_setDELETE /apis/extensions/v1beta1/namespaces/{namespace}/replicasets
Kubernetes::ExtensionsV1beta1Apidelete_collection_pod_security_policyDELETE /apis/extensions/v1beta1/podsecuritypolicies
Kubernetes::ExtensionsV1beta1Apidelete_namespaced_daemon_setDELETE /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}
Kubernetes::ExtensionsV1beta1Apidelete_namespaced_deploymentDELETE /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}
Kubernetes::ExtensionsV1beta1Apidelete_namespaced_ingressDELETE /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}
Kubernetes::ExtensionsV1beta1Apidelete_namespaced_network_policyDELETE /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name}
Kubernetes::ExtensionsV1beta1Apidelete_namespaced_replica_setDELETE /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}
Kubernetes::ExtensionsV1beta1Apidelete_pod_security_policyDELETE /apis/extensions/v1beta1/podsecuritypolicies/{name}
Kubernetes::ExtensionsV1beta1Apiget_api_resourcesGET /apis/extensions/v1beta1/
Kubernetes::ExtensionsV1beta1Apilist_daemon_set_for_all_namespacesGET /apis/extensions/v1beta1/daemonsets
Kubernetes::ExtensionsV1beta1Apilist_deployment_for_all_namespacesGET /apis/extensions/v1beta1/deployments
Kubernetes::ExtensionsV1beta1Apilist_ingress_for_all_namespacesGET /apis/extensions/v1beta1/ingresses
Kubernetes::ExtensionsV1beta1Apilist_namespaced_daemon_setGET /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets
Kubernetes::ExtensionsV1beta1Apilist_namespaced_deploymentGET /apis/extensions/v1beta1/namespaces/{namespace}/deployments
Kubernetes::ExtensionsV1beta1Apilist_namespaced_ingressGET /apis/extensions/v1beta1/namespaces/{namespace}/ingresses
Kubernetes::ExtensionsV1beta1Apilist_namespaced_network_policyGET /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies
Kubernetes::ExtensionsV1beta1Apilist_namespaced_replica_setGET /apis/extensions/v1beta1/namespaces/{namespace}/replicasets
Kubernetes::ExtensionsV1beta1Apilist_network_policy_for_all_namespacesGET /apis/extensions/v1beta1/networkpolicies
Kubernetes::ExtensionsV1beta1Apilist_pod_security_policyGET /apis/extensions/v1beta1/podsecuritypolicies
Kubernetes::ExtensionsV1beta1Apilist_replica_set_for_all_namespacesGET /apis/extensions/v1beta1/replicasets
Kubernetes::ExtensionsV1beta1Apipatch_namespaced_daemon_setPATCH /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}
Kubernetes::ExtensionsV1beta1Apipatch_namespaced_daemon_set_statusPATCH /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}/status
Kubernetes::ExtensionsV1beta1Apipatch_namespaced_deploymentPATCH /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}
Kubernetes::ExtensionsV1beta1Apipatch_namespaced_deployment_scalePATCH /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/scale
Kubernetes::ExtensionsV1beta1Apipatch_namespaced_deployment_statusPATCH /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status
Kubernetes::ExtensionsV1beta1Apipatch_namespaced_ingressPATCH /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}
Kubernetes::ExtensionsV1beta1Apipatch_namespaced_ingress_statusPATCH /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status
Kubernetes::ExtensionsV1beta1Apipatch_namespaced_network_policyPATCH /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name}
Kubernetes::ExtensionsV1beta1Apipatch_namespaced_replica_setPATCH /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}
Kubernetes::ExtensionsV1beta1Apipatch_namespaced_replica_set_scalePATCH /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale
Kubernetes::ExtensionsV1beta1Apipatch_namespaced_replica_set_statusPATCH /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/status
Kubernetes::ExtensionsV1beta1Apipatch_namespaced_replication_controller_dummy_scalePATCH /apis/extensions/v1beta1/namespaces/{namespace}/replicationcontrollers/{name}/scale
Kubernetes::ExtensionsV1beta1Apipatch_pod_security_policyPATCH /apis/extensions/v1beta1/podsecuritypolicies/{name}
Kubernetes::ExtensionsV1beta1Apiread_namespaced_daemon_setGET /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}
Kubernetes::ExtensionsV1beta1Apiread_namespaced_daemon_set_statusGET /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}/status
Kubernetes::ExtensionsV1beta1Apiread_namespaced_deploymentGET /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}
Kubernetes::ExtensionsV1beta1Apiread_namespaced_deployment_scaleGET /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/scale
Kubernetes::ExtensionsV1beta1Apiread_namespaced_deployment_statusGET /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status
Kubernetes::ExtensionsV1beta1Apiread_namespaced_ingressGET /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}
Kubernetes::ExtensionsV1beta1Apiread_namespaced_ingress_statusGET /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status
Kubernetes::ExtensionsV1beta1Apiread_namespaced_network_policyGET /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name}
Kubernetes::ExtensionsV1beta1Apiread_namespaced_replica_setGET /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}
Kubernetes::ExtensionsV1beta1Apiread_namespaced_replica_set_scaleGET /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale
Kubernetes::ExtensionsV1beta1Apiread_namespaced_replica_set_statusGET /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/status
Kubernetes::ExtensionsV1beta1Apiread_namespaced_replication_controller_dummy_scaleGET /apis/extensions/v1beta1/namespaces/{namespace}/replicationcontrollers/{name}/scale
Kubernetes::ExtensionsV1beta1Apiread_pod_security_policyGET /apis/extensions/v1beta1/podsecuritypolicies/{name}
Kubernetes::ExtensionsV1beta1Apireplace_namespaced_daemon_setPUT /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}
Kubernetes::ExtensionsV1beta1Apireplace_namespaced_daemon_set_statusPUT /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}/status
Kubernetes::ExtensionsV1beta1Apireplace_namespaced_deploymentPUT /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}
Kubernetes::ExtensionsV1beta1Apireplace_namespaced_deployment_scalePUT /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/scale
Kubernetes::ExtensionsV1beta1Apireplace_namespaced_deployment_statusPUT /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status
Kubernetes::ExtensionsV1beta1Apireplace_namespaced_ingressPUT /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}
Kubernetes::ExtensionsV1beta1Apireplace_namespaced_ingress_statusPUT /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status
Kubernetes::ExtensionsV1beta1Apireplace_namespaced_network_policyPUT /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name}
Kubernetes::ExtensionsV1beta1Apireplace_namespaced_replica_setPUT /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}
Kubernetes::ExtensionsV1beta1Apireplace_namespaced_replica_set_scalePUT /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale
Kubernetes::ExtensionsV1beta1Apireplace_namespaced_replica_set_statusPUT /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/status
Kubernetes::ExtensionsV1beta1Apireplace_namespaced_replication_controller_dummy_scalePUT /apis/extensions/v1beta1/namespaces/{namespace}/replicationcontrollers/{name}/scale
Kubernetes::ExtensionsV1beta1Apireplace_pod_security_policyPUT /apis/extensions/v1beta1/podsecuritypolicies/{name}
Kubernetes::LogsApilog_file_handlerGET /logs/{logpath}
Kubernetes::LogsApilog_file_list_handlerGET /logs/
Kubernetes::NetworkingApiget_api_groupGET /apis/networking.k8s.io/
Kubernetes::NetworkingV1Apicreate_namespaced_network_policyPOST /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies
Kubernetes::NetworkingV1Apidelete_collection_namespaced_network_policyDELETE /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies
Kubernetes::NetworkingV1Apidelete_namespaced_network_policyDELETE /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name}
Kubernetes::NetworkingV1Apiget_api_resourcesGET /apis/networking.k8s.io/v1/
Kubernetes::NetworkingV1Apilist_namespaced_network_policyGET /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies
Kubernetes::NetworkingV1Apilist_network_policy_for_all_namespacesGET /apis/networking.k8s.io/v1/networkpolicies
Kubernetes::NetworkingV1Apipatch_namespaced_network_policyPATCH /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name}
Kubernetes::NetworkingV1Apiread_namespaced_network_policyGET /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name}
Kubernetes::NetworkingV1Apireplace_namespaced_network_policyPUT /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name}
Kubernetes::PolicyApiget_api_groupGET /apis/policy/
Kubernetes::PolicyV1beta1Apicreate_namespaced_pod_disruption_budgetPOST /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets
Kubernetes::PolicyV1beta1Apicreate_pod_security_policyPOST /apis/policy/v1beta1/podsecuritypolicies
Kubernetes::PolicyV1beta1Apidelete_collection_namespaced_pod_disruption_budgetDELETE /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets
Kubernetes::PolicyV1beta1Apidelete_collection_pod_security_policyDELETE /apis/policy/v1beta1/podsecuritypolicies
Kubernetes::PolicyV1beta1Apidelete_namespaced_pod_disruption_budgetDELETE /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}
Kubernetes::PolicyV1beta1Apidelete_pod_security_policyDELETE /apis/policy/v1beta1/podsecuritypolicies/{name}
Kubernetes::PolicyV1beta1Apiget_api_resourcesGET /apis/policy/v1beta1/
Kubernetes::PolicyV1beta1Apilist_namespaced_pod_disruption_budgetGET /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets
Kubernetes::PolicyV1beta1Apilist_pod_disruption_budget_for_all_namespacesGET /apis/policy/v1beta1/poddisruptionbudgets
Kubernetes::PolicyV1beta1Apilist_pod_security_policyGET /apis/policy/v1beta1/podsecuritypolicies
Kubernetes::PolicyV1beta1Apipatch_namespaced_pod_disruption_budgetPATCH /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}
Kubernetes::PolicyV1beta1Apipatch_namespaced_pod_disruption_budget_statusPATCH /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}/status
Kubernetes::PolicyV1beta1Apipatch_pod_security_policyPATCH /apis/policy/v1beta1/podsecuritypolicies/{name}
Kubernetes::PolicyV1beta1Apiread_namespaced_pod_disruption_budgetGET /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}
Kubernetes::PolicyV1beta1Apiread_namespaced_pod_disruption_budget_statusGET /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}/status
Kubernetes::PolicyV1beta1Apiread_pod_security_policyGET /apis/policy/v1beta1/podsecuritypolicies/{name}
Kubernetes::PolicyV1beta1Apireplace_namespaced_pod_disruption_budgetPUT /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}
Kubernetes::PolicyV1beta1Apireplace_namespaced_pod_disruption_budget_statusPUT /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}/status
Kubernetes::PolicyV1beta1Apireplace_pod_security_policyPUT /apis/policy/v1beta1/podsecuritypolicies/{name}
Kubernetes::RbacAuthorizationApiget_api_groupGET /apis/rbac.authorization.k8s.io/
Kubernetes::RbacAuthorizationV1Apicreate_cluster_rolePOST /apis/rbac.authorization.k8s.io/v1/clusterroles
Kubernetes::RbacAuthorizationV1Apicreate_cluster_role_bindingPOST /apis/rbac.authorization.k8s.io/v1/clusterrolebindings
Kubernetes::RbacAuthorizationV1Apicreate_namespaced_rolePOST /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles
Kubernetes::RbacAuthorizationV1Apicreate_namespaced_role_bindingPOST /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings
Kubernetes::RbacAuthorizationV1Apidelete_cluster_roleDELETE /apis/rbac.authorization.k8s.io/v1/clusterroles/{name}
Kubernetes::RbacAuthorizationV1Apidelete_cluster_role_bindingDELETE /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name}
Kubernetes::RbacAuthorizationV1Apidelete_collection_cluster_roleDELETE /apis/rbac.authorization.k8s.io/v1/clusterroles
Kubernetes::RbacAuthorizationV1Apidelete_collection_cluster_role_bindingDELETE /apis/rbac.authorization.k8s.io/v1/clusterrolebindings
Kubernetes::RbacAuthorizationV1Apidelete_collection_namespaced_roleDELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles
Kubernetes::RbacAuthorizationV1Apidelete_collection_namespaced_role_bindingDELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings
Kubernetes::RbacAuthorizationV1Apidelete_namespaced_roleDELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name}
Kubernetes::RbacAuthorizationV1Apidelete_namespaced_role_bindingDELETE /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name}
Kubernetes::RbacAuthorizationV1Apiget_api_resourcesGET /apis/rbac.authorization.k8s.io/v1/
Kubernetes::RbacAuthorizationV1Apilist_cluster_roleGET /apis/rbac.authorization.k8s.io/v1/clusterroles
Kubernetes::RbacAuthorizationV1Apilist_cluster_role_bindingGET /apis/rbac.authorization.k8s.io/v1/clusterrolebindings
Kubernetes::RbacAuthorizationV1Apilist_namespaced_roleGET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles
Kubernetes::RbacAuthorizationV1Apilist_namespaced_role_bindingGET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings
Kubernetes::RbacAuthorizationV1Apilist_role_binding_for_all_namespacesGET /apis/rbac.authorization.k8s.io/v1/rolebindings
Kubernetes::RbacAuthorizationV1Apilist_role_for_all_namespacesGET /apis/rbac.authorization.k8s.io/v1/roles
Kubernetes::RbacAuthorizationV1Apipatch_cluster_rolePATCH /apis/rbac.authorization.k8s.io/v1/clusterroles/{name}
Kubernetes::RbacAuthorizationV1Apipatch_cluster_role_bindingPATCH /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name}
Kubernetes::RbacAuthorizationV1Apipatch_namespaced_rolePATCH /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name}
Kubernetes::RbacAuthorizationV1Apipatch_namespaced_role_bindingPATCH /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name}
Kubernetes::RbacAuthorizationV1Apiread_cluster_roleGET /apis/rbac.authorization.k8s.io/v1/clusterroles/{name}
Kubernetes::RbacAuthorizationV1Apiread_cluster_role_bindingGET /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name}
Kubernetes::RbacAuthorizationV1Apiread_namespaced_roleGET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name}
Kubernetes::RbacAuthorizationV1Apiread_namespaced_role_bindingGET /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name}
Kubernetes::RbacAuthorizationV1Apireplace_cluster_rolePUT /apis/rbac.authorization.k8s.io/v1/clusterroles/{name}
Kubernetes::RbacAuthorizationV1Apireplace_cluster_role_bindingPUT /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name}
Kubernetes::RbacAuthorizationV1Apireplace_namespaced_rolePUT /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name}
Kubernetes::RbacAuthorizationV1Apireplace_namespaced_role_bindingPUT /apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name}
Kubernetes::RbacAuthorizationV1alpha1Apicreate_cluster_rolePOST /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles
Kubernetes::RbacAuthorizationV1alpha1Apicreate_cluster_role_bindingPOST /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings
Kubernetes::RbacAuthorizationV1alpha1Apicreate_namespaced_rolePOST /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles
Kubernetes::RbacAuthorizationV1alpha1Apicreate_namespaced_role_bindingPOST /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings
Kubernetes::RbacAuthorizationV1alpha1Apidelete_cluster_roleDELETE /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles/{name}
Kubernetes::RbacAuthorizationV1alpha1Apidelete_cluster_role_bindingDELETE /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings/{name}
Kubernetes::RbacAuthorizationV1alpha1Apidelete_collection_cluster_roleDELETE /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles
Kubernetes::RbacAuthorizationV1alpha1Apidelete_collection_cluster_role_bindingDELETE /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings
Kubernetes::RbacAuthorizationV1alpha1Apidelete_collection_namespaced_roleDELETE /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles
Kubernetes::RbacAuthorizationV1alpha1Apidelete_collection_namespaced_role_bindingDELETE /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings
Kubernetes::RbacAuthorizationV1alpha1Apidelete_namespaced_roleDELETE /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles/{name}
Kubernetes::RbacAuthorizationV1alpha1Apidelete_namespaced_role_bindingDELETE /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings/{name}
Kubernetes::RbacAuthorizationV1alpha1Apiget_api_resourcesGET /apis/rbac.authorization.k8s.io/v1alpha1/
Kubernetes::RbacAuthorizationV1alpha1Apilist_cluster_roleGET /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles
Kubernetes::RbacAuthorizationV1alpha1Apilist_cluster_role_bindingGET /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings
Kubernetes::RbacAuthorizationV1alpha1Apilist_namespaced_roleGET /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles
Kubernetes::RbacAuthorizationV1alpha1Apilist_namespaced_role_bindingGET /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings
Kubernetes::RbacAuthorizationV1alpha1Apilist_role_binding_for_all_namespacesGET /apis/rbac.authorization.k8s.io/v1alpha1/rolebindings
Kubernetes::RbacAuthorizationV1alpha1Apilist_role_for_all_namespacesGET /apis/rbac.authorization.k8s.io/v1alpha1/roles
Kubernetes::RbacAuthorizationV1alpha1Apipatch_cluster_rolePATCH /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles/{name}
Kubernetes::RbacAuthorizationV1alpha1Apipatch_cluster_role_bindingPATCH /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings/{name}
Kubernetes::RbacAuthorizationV1alpha1Apipatch_namespaced_rolePATCH /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles/{name}
Kubernetes::RbacAuthorizationV1alpha1Apipatch_namespaced_role_bindingPATCH /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings/{name}
Kubernetes::RbacAuthorizationV1alpha1Apiread_cluster_roleGET /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles/{name}
Kubernetes::RbacAuthorizationV1alpha1Apiread_cluster_role_bindingGET /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings/{name}
Kubernetes::RbacAuthorizationV1alpha1Apiread_namespaced_roleGET /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles/{name}
Kubernetes::RbacAuthorizationV1alpha1Apiread_namespaced_role_bindingGET /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings/{name}
Kubernetes::RbacAuthorizationV1alpha1Apireplace_cluster_rolePUT /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles/{name}
Kubernetes::RbacAuthorizationV1alpha1Apireplace_cluster_role_bindingPUT /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings/{name}
Kubernetes::RbacAuthorizationV1alpha1Apireplace_namespaced_rolePUT /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles/{name}
Kubernetes::RbacAuthorizationV1alpha1Apireplace_namespaced_role_bindingPUT /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings/{name}
Kubernetes::RbacAuthorizationV1beta1Apicreate_cluster_rolePOST /apis/rbac.authorization.k8s.io/v1beta1/clusterroles
Kubernetes::RbacAuthorizationV1beta1Apicreate_cluster_role_bindingPOST /apis/rbac.authorization.k8s.io/v1beta1/clusterrolebindings
Kubernetes::RbacAuthorizationV1beta1Apicreate_namespaced_rolePOST /apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/roles
Kubernetes::RbacAuthorizationV1beta1Apicreate_namespaced_role_bindingPOST /apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/rolebindings
Kubernetes::RbacAuthorizationV1beta1Apidelete_cluster_roleDELETE /apis/rbac.authorization.k8s.io/v1beta1/clusterroles/{name}
Kubernetes::RbacAuthorizationV1beta1Apidelete_cluster_role_bindingDELETE /apis/rbac.authorization.k8s.io/v1beta1/clusterrolebindings/{name}
Kubernetes::RbacAuthorizationV1beta1Apidelete_collection_cluster_roleDELETE /apis/rbac.authorization.k8s.io/v1beta1/clusterroles
Kubernetes::RbacAuthorizationV1beta1Apidelete_collection_cluster_role_bindingDELETE /apis/rbac.authorization.k8s.io/v1beta1/clusterrolebindings
Kubernetes::RbacAuthorizationV1beta1Apidelete_collection_namespaced_roleDELETE /apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/roles
Kubernetes::RbacAuthorizationV1beta1Apidelete_collection_namespaced_role_bindingDELETE /apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/rolebindings
Kubernetes::RbacAuthorizationV1beta1Apidelete_namespaced_roleDELETE /apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/roles/{name}
Kubernetes::RbacAuthorizationV1beta1Apidelete_namespaced_role_bindingDELETE /apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/rolebindings/{name}
Kubernetes::RbacAuthorizationV1beta1Apiget_api_resourcesGET /apis/rbac.authorization.k8s.io/v1beta1/
Kubernetes::RbacAuthorizationV1beta1Apilist_cluster_roleGET /apis/rbac.authorization.k8s.io/v1beta1/clusterroles
Kubernetes::RbacAuthorizationV1beta1Apilist_cluster_role_bindingGET /apis/rbac.authorization.k8s.io/v1beta1/clusterrolebindings
Kubernetes::RbacAuthorizationV1beta1Apilist_namespaced_roleGET /apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/roles
Kubernetes::RbacAuthorizationV1beta1Apilist_namespaced_role_bindingGET /apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/rolebindings
Kubernetes::RbacAuthorizationV1beta1Apilist_role_binding_for_all_namespacesGET /apis/rbac.authorization.k8s.io/v1beta1/rolebindings
Kubernetes::RbacAuthorizationV1beta1Apilist_role_for_all_namespacesGET /apis/rbac.authorization.k8s.io/v1beta1/roles
Kubernetes::RbacAuthorizationV1beta1Apipatch_cluster_rolePATCH /apis/rbac.authorization.k8s.io/v1beta1/clusterroles/{name}
Kubernetes::RbacAuthorizationV1beta1Apipatch_cluster_role_bindingPATCH /apis/rbac.authorization.k8s.io/v1beta1/clusterrolebindings/{name}
Kubernetes::RbacAuthorizationV1beta1Apipatch_namespaced_rolePATCH /apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/roles/{name}
Kubernetes::RbacAuthorizationV1beta1Apipatch_namespaced_role_bindingPATCH /apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/rolebindings/{name}
Kubernetes::RbacAuthorizationV1beta1Apiread_cluster_roleGET /apis/rbac.authorization.k8s.io/v1beta1/clusterroles/{name}
Kubernetes::RbacAuthorizationV1beta1Apiread_cluster_role_bindingGET /apis/rbac.authorization.k8s.io/v1beta1/clusterrolebindings/{name}
Kubernetes::RbacAuthorizationV1beta1Apiread_namespaced_roleGET /apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/roles/{name}
Kubernetes::RbacAuthorizationV1beta1Apiread_namespaced_role_bindingGET /apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/rolebindings/{name}
Kubernetes::RbacAuthorizationV1beta1Apireplace_cluster_rolePUT /apis/rbac.authorization.k8s.io/v1beta1/clusterroles/{name}
Kubernetes::RbacAuthorizationV1beta1Apireplace_cluster_role_bindingPUT /apis/rbac.authorization.k8s.io/v1beta1/clusterrolebindings/{name}
Kubernetes::RbacAuthorizationV1beta1Apireplace_namespaced_rolePUT /apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/roles/{name}
Kubernetes::RbacAuthorizationV1beta1Apireplace_namespaced_role_bindingPUT /apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/rolebindings/{name}
Kubernetes::SchedulingApiget_api_groupGET /apis/scheduling.k8s.io/
Kubernetes::SchedulingV1alpha1Apicreate_priority_classPOST /apis/scheduling.k8s.io/v1alpha1/priorityclasses
Kubernetes::SchedulingV1alpha1Apidelete_collection_priority_classDELETE /apis/scheduling.k8s.io/v1alpha1/priorityclasses
Kubernetes::SchedulingV1alpha1Apidelete_priority_classDELETE /apis/scheduling.k8s.io/v1alpha1/priorityclasses/{name}
Kubernetes::SchedulingV1alpha1Apiget_api_resourcesGET /apis/scheduling.k8s.io/v1alpha1/
Kubernetes::SchedulingV1alpha1Apilist_priority_classGET /apis/scheduling.k8s.io/v1alpha1/priorityclasses
Kubernetes::SchedulingV1alpha1Apipatch_priority_classPATCH /apis/scheduling.k8s.io/v1alpha1/priorityclasses/{name}
Kubernetes::SchedulingV1alpha1Apiread_priority_classGET /apis/scheduling.k8s.io/v1alpha1/priorityclasses/{name}
Kubernetes::SchedulingV1alpha1Apireplace_priority_classPUT /apis/scheduling.k8s.io/v1alpha1/priorityclasses/{name}
Kubernetes::SchedulingV1beta1Apicreate_priority_classPOST /apis/scheduling.k8s.io/v1beta1/priorityclasses
Kubernetes::SchedulingV1beta1Apidelete_collection_priority_classDELETE /apis/scheduling.k8s.io/v1beta1/priorityclasses
Kubernetes::SchedulingV1beta1Apidelete_priority_classDELETE /apis/scheduling.k8s.io/v1beta1/priorityclasses/{name}
Kubernetes::SchedulingV1beta1Apiget_api_resourcesGET /apis/scheduling.k8s.io/v1beta1/
Kubernetes::SchedulingV1beta1Apilist_priority_classGET /apis/scheduling.k8s.io/v1beta1/priorityclasses
Kubernetes::SchedulingV1beta1Apipatch_priority_classPATCH /apis/scheduling.k8s.io/v1beta1/priorityclasses/{name}
Kubernetes::SchedulingV1beta1Apiread_priority_classGET /apis/scheduling.k8s.io/v1beta1/priorityclasses/{name}
Kubernetes::SchedulingV1beta1Apireplace_priority_classPUT /apis/scheduling.k8s.io/v1beta1/priorityclasses/{name}
Kubernetes::SettingsApiget_api_groupGET /apis/settings.k8s.io/
Kubernetes::SettingsV1alpha1Apicreate_namespaced_pod_presetPOST /apis/settings.k8s.io/v1alpha1/namespaces/{namespace}/podpresets
Kubernetes::SettingsV1alpha1Apidelete_collection_namespaced_pod_presetDELETE /apis/settings.k8s.io/v1alpha1/namespaces/{namespace}/podpresets
Kubernetes::SettingsV1alpha1Apidelete_namespaced_pod_presetDELETE /apis/settings.k8s.io/v1alpha1/namespaces/{namespace}/podpresets/{name}
Kubernetes::SettingsV1alpha1Apiget_api_resourcesGET /apis/settings.k8s.io/v1alpha1/
Kubernetes::SettingsV1alpha1Apilist_namespaced_pod_presetGET /apis/settings.k8s.io/v1alpha1/namespaces/{namespace}/podpresets
Kubernetes::SettingsV1alpha1Apilist_pod_preset_for_all_namespacesGET /apis/settings.k8s.io/v1alpha1/podpresets
Kubernetes::SettingsV1alpha1Apipatch_namespaced_pod_presetPATCH /apis/settings.k8s.io/v1alpha1/namespaces/{namespace}/podpresets/{name}
Kubernetes::SettingsV1alpha1Apiread_namespaced_pod_presetGET /apis/settings.k8s.io/v1alpha1/namespaces/{namespace}/podpresets/{name}
Kubernetes::SettingsV1alpha1Apireplace_namespaced_pod_presetPUT /apis/settings.k8s.io/v1alpha1/namespaces/{namespace}/podpresets/{name}
Kubernetes::StorageApiget_api_groupGET /apis/storage.k8s.io/
Kubernetes::StorageV1Apicreate_storage_classPOST /apis/storage.k8s.io/v1/storageclasses
Kubernetes::StorageV1Apicreate_volume_attachmentPOST /apis/storage.k8s.io/v1/volumeattachments
Kubernetes::StorageV1Apidelete_collection_storage_classDELETE /apis/storage.k8s.io/v1/storageclasses
Kubernetes::StorageV1Apidelete_collection_volume_attachmentDELETE /apis/storage.k8s.io/v1/volumeattachments
Kubernetes::StorageV1Apidelete_storage_classDELETE /apis/storage.k8s.io/v1/storageclasses/{name}
Kubernetes::StorageV1Apidelete_volume_attachmentDELETE /apis/storage.k8s.io/v1/volumeattachments/{name}
Kubernetes::StorageV1Apiget_api_resourcesGET /apis/storage.k8s.io/v1/
Kubernetes::StorageV1Apilist_storage_classGET /apis/storage.k8s.io/v1/storageclasses
Kubernetes::StorageV1Apilist_volume_attachmentGET /apis/storage.k8s.io/v1/volumeattachments
Kubernetes::StorageV1Apipatch_storage_classPATCH /apis/storage.k8s.io/v1/storageclasses/{name}
Kubernetes::StorageV1Apipatch_volume_attachmentPATCH /apis/storage.k8s.io/v1/volumeattachments/{name}
Kubernetes::StorageV1Apipatch_volume_attachment_statusPATCH /apis/storage.k8s.io/v1/volumeattachments/{name}/status
Kubernetes::StorageV1Apiread_storage_classGET /apis/storage.k8s.io/v1/storageclasses/{name}
Kubernetes::StorageV1Apiread_volume_attachmentGET /apis/storage.k8s.io/v1/volumeattachments/{name}
Kubernetes::StorageV1Apiread_volume_attachment_statusGET /apis/storage.k8s.io/v1/volumeattachments/{name}/status
Kubernetes::StorageV1Apireplace_storage_classPUT /apis/storage.k8s.io/v1/storageclasses/{name}
Kubernetes::StorageV1Apireplace_volume_attachmentPUT /apis/storage.k8s.io/v1/volumeattachments/{name}
Kubernetes::StorageV1Apireplace_volume_attachment_statusPUT /apis/storage.k8s.io/v1/volumeattachments/{name}/status
Kubernetes::StorageV1alpha1Apicreate_volume_attachmentPOST /apis/storage.k8s.io/v1alpha1/volumeattachments
Kubernetes::StorageV1alpha1Apidelete_collection_volume_attachmentDELETE /apis/storage.k8s.io/v1alpha1/volumeattachments
Kubernetes::StorageV1alpha1Apidelete_volume_attachmentDELETE /apis/storage.k8s.io/v1alpha1/volumeattachments/{name}
Kubernetes::StorageV1alpha1Apiget_api_resourcesGET /apis/storage.k8s.io/v1alpha1/
Kubernetes::StorageV1alpha1Apilist_volume_attachmentGET /apis/storage.k8s.io/v1alpha1/volumeattachments
Kubernetes::StorageV1alpha1Apipatch_volume_attachmentPATCH /apis/storage.k8s.io/v1alpha1/volumeattachments/{name}
Kubernetes::StorageV1alpha1Apiread_volume_attachmentGET /apis/storage.k8s.io/v1alpha1/volumeattachments/{name}
Kubernetes::StorageV1alpha1Apireplace_volume_attachmentPUT /apis/storage.k8s.io/v1alpha1/volumeattachments/{name}
Kubernetes::StorageV1beta1Apicreate_storage_classPOST /apis/storage.k8s.io/v1beta1/storageclasses
Kubernetes::StorageV1beta1Apicreate_volume_attachmentPOST /apis/storage.k8s.io/v1beta1/volumeattachments
Kubernetes::StorageV1beta1Apidelete_collection_storage_classDELETE /apis/storage.k8s.io/v1beta1/storageclasses
Kubernetes::StorageV1beta1Apidelete_collection_volume_attachmentDELETE /apis/storage.k8s.io/v1beta1/volumeattachments
Kubernetes::StorageV1beta1Apidelete_storage_classDELETE /apis/storage.k8s.io/v1beta1/storageclasses/{name}
Kubernetes::StorageV1beta1Apidelete_volume_attachmentDELETE /apis/storage.k8s.io/v1beta1/volumeattachments/{name}
Kubernetes::StorageV1beta1Apiget_api_resourcesGET /apis/storage.k8s.io/v1beta1/
Kubernetes::StorageV1beta1Apilist_storage_classGET /apis/storage.k8s.io/v1beta1/storageclasses
Kubernetes::StorageV1beta1Apilist_volume_attachmentGET /apis/storage.k8s.io/v1beta1/volumeattachments
Kubernetes::StorageV1beta1Apipatch_storage_classPATCH /apis/storage.k8s.io/v1beta1/storageclasses/{name}
Kubernetes::StorageV1beta1Apipatch_volume_attachmentPATCH /apis/storage.k8s.io/v1beta1/volumeattachments/{name}
Kubernetes::StorageV1beta1Apiread_storage_classGET /apis/storage.k8s.io/v1beta1/storageclasses/{name}
Kubernetes::StorageV1beta1Apiread_volume_attachmentGET /apis/storage.k8s.io/v1beta1/volumeattachments/{name}
Kubernetes::StorageV1beta1Apireplace_storage_classPUT /apis/storage.k8s.io/v1beta1/storageclasses/{name}
Kubernetes::StorageV1beta1Apireplace_volume_attachmentPUT /apis/storage.k8s.io/v1beta1/volumeattachments/{name}
Kubernetes::VersionApiget_codeGET /version/

Documentation for Models

Documentation for Authorization

BearerToken

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

FAQs

Package last updated on 30 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc