kruby
Kruby - the Ruby gem for Kubernetes
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
This SDK is automatically generated by the OpenAPI Generator project:
- API version: release-1.35
- Package version: 1.35.0.5
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
Project Origin
- Fork source: kubernetes-client/ruby.
- This repository is a community-maintained fork and includes modifications beyond generated code (packaging, compatibility updates, and maintenance fixes).
Release History
- User-visible release notes are tracked in the repository CHANGELOG.md.
- Release tags use the format
v<version>(for examplev1.35.0.5), and matching GitHub Releases are published at github.com/doridoridoriand/kruby/releases.
Installation
Build a gem
To build the Ruby code into a gem:
gem build kubernetes.gemspec
Then either install the gem locally:
gem install ./kruby-1.35.0.5.gem
(for development, run gem install --dev ./kruby-1.35.0.5.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 'kruby', '~> 1.35.0.5'
Install from Git
If the Ruby gem is hosted at a git repository: https://github.com/doridoridoriand/kruby, then add the following in the Gemfile:
gem 'kruby', :git => 'https://github.com/doridoridoriand/kruby.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 'kruby'
# Setup authorization
Kubernetes.configure do |config|
# Configure API key authorization: BearerToken
config.api_key['BearerToken'] = '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['BearerToken'] = 'Bearer'
end
api_instance = Kubernetes::AdmissionregistrationApi.new
begin
result = api_instance.get_api_group_admissionregistration
p result
rescue Kubernetes::ApiError => e
puts "Exception when calling AdmissionregistrationApi->get_api_group_admissionregistration: #{e}"
end
For backward compatibility, require 'kubernetes' is also supported.
Documentation for API Endpoints
All URIs are relative to http://localhost
| Class | Method | HTTP request | Description |
|---|---|---|---|
| Kubernetes::AdmissionregistrationApi | get_api_group_admissionregistration | GET /apis/admissionregistration.k8s.io/ | |
| Kubernetes::AdmissionregistrationV1Api | create_mutating_webhook_configuration | POST /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations | |
| Kubernetes::AdmissionregistrationV1Api | create_validating_admission_policy | POST /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies | |
| Kubernetes::AdmissionregistrationV1Api | create_validating_admission_policy_binding | POST /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings | |
| Kubernetes::AdmissionregistrationV1Api | create_validating_webhook_configuration | POST /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations | |
| Kubernetes::AdmissionregistrationV1Api | delete_collection_mutating_webhook_configuration | DELETE /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations | |
| Kubernetes::AdmissionregistrationV1Api | delete_collection_validating_admission_policy | DELETE /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies | |
| Kubernetes::AdmissionregistrationV1Api | delete_collection_validating_admission_policy_binding | DELETE /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings | |
| Kubernetes::AdmissionregistrationV1Api | delete_collection_validating_webhook_configuration | DELETE /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations | |
| Kubernetes::AdmissionregistrationV1Api | delete_mutating_webhook_configuration | DELETE /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/name | |
| Kubernetes::AdmissionregistrationV1Api | delete_validating_admission_policy | DELETE /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/name | |
| Kubernetes::AdmissionregistrationV1Api | delete_validating_admission_policy_binding | DELETE /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings/name | |
| Kubernetes::AdmissionregistrationV1Api | delete_validating_webhook_configuration | DELETE /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/name | |
| Kubernetes::AdmissionregistrationV1Api | get_api_resources_admissionregistration_v1 | GET /apis/admissionregistration.k8s.io/v1/ | |
| Kubernetes::AdmissionregistrationV1Api | list_mutating_webhook_configuration | GET /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations | |
| Kubernetes::AdmissionregistrationV1Api | list_validating_admission_policy | GET /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies | |
| Kubernetes::AdmissionregistrationV1Api | list_validating_admission_policy_binding | GET /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings | |
| Kubernetes::AdmissionregistrationV1Api | list_validating_webhook_configuration | GET /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations | |
| Kubernetes::AdmissionregistrationV1Api | patch_mutating_webhook_configuration | PATCH /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/name | |
| Kubernetes::AdmissionregistrationV1Api | patch_validating_admission_policy | PATCH /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/name | |
| Kubernetes::AdmissionregistrationV1Api | patch_validating_admission_policy_binding | PATCH /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings/name | |
| Kubernetes::AdmissionregistrationV1Api | patch_validating_admission_policy_status | PATCH /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/name/status | |
| Kubernetes::AdmissionregistrationV1Api | patch_validating_webhook_configuration | PATCH /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/name | |
| Kubernetes::AdmissionregistrationV1Api | read_mutating_webhook_configuration | GET /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/name | |
| Kubernetes::AdmissionregistrationV1Api | read_validating_admission_policy | GET /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/name | |
| Kubernetes::AdmissionregistrationV1Api | read_validating_admission_policy_binding | GET /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings/name | |
| Kubernetes::AdmissionregistrationV1Api | read_validating_admission_policy_status | GET /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/name/status | |
| Kubernetes::AdmissionregistrationV1Api | read_validating_webhook_configuration | GET /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/name | |
| Kubernetes::AdmissionregistrationV1Api | replace_mutating_webhook_configuration | PUT /apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/name | |
| Kubernetes::AdmissionregistrationV1Api | replace_validating_admission_policy | PUT /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/name | |
| Kubernetes::AdmissionregistrationV1Api | replace_validating_admission_policy_binding | PUT /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicybindings/name | |
| Kubernetes::AdmissionregistrationV1Api | replace_validating_admission_policy_status | PUT /apis/admissionregistration.k8s.io/v1/validatingadmissionpolicies/name/status | |
| Kubernetes::AdmissionregistrationV1Api | replace_validating_webhook_configuration | PUT /apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/name | |
| Kubernetes::AdmissionregistrationV1alpha1Api | create_mutating_admission_policy_admissionregistration_v1alpha1 | POST /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicies | |
| Kubernetes::AdmissionregistrationV1alpha1Api | create_mutating_admission_policy_binding_admissionregistration_v1alpha1 | POST /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicybindings | |
| Kubernetes::AdmissionregistrationV1alpha1Api | delete_collection_mutating_admission_policy_admissionregistration_v1alpha1 | DELETE /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicies | |
| Kubernetes::AdmissionregistrationV1alpha1Api | delete_collection_mutating_admission_policy_binding_admissionregistration_v1alpha1 | DELETE /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicybindings | |
| Kubernetes::AdmissionregistrationV1alpha1Api | delete_mutating_admission_policy_admissionregistration_v1alpha1 | DELETE /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicies/name | |
| Kubernetes::AdmissionregistrationV1alpha1Api | delete_mutating_admission_policy_binding_admissionregistration_v1alpha1 | DELETE /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicybindings/name | |
| Kubernetes::AdmissionregistrationV1alpha1Api | get_api_resources_admissionregistration_v1alpha1 | GET /apis/admissionregistration.k8s.io/v1alpha1/ | |
| Kubernetes::AdmissionregistrationV1alpha1Api | list_mutating_admission_policy_admissionregistration_v1alpha1 | GET /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicies | |
| Kubernetes::AdmissionregistrationV1alpha1Api | list_mutating_admission_policy_binding_admissionregistration_v1alpha1 | GET /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicybindings | |
| Kubernetes::AdmissionregistrationV1alpha1Api | patch_mutating_admission_policy_admissionregistration_v1alpha1 | PATCH /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicies/name | |
| Kubernetes::AdmissionregistrationV1alpha1Api | patch_mutating_admission_policy_binding_admissionregistration_v1alpha1 | PATCH /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicybindings/name | |
| Kubernetes::AdmissionregistrationV1alpha1Api | read_mutating_admission_policy_admissionregistration_v1alpha1 | GET /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicies/name | |
| Kubernetes::AdmissionregistrationV1alpha1Api | read_mutating_admission_policy_binding_admissionregistration_v1alpha1 | GET /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicybindings/name | |
| Kubernetes::AdmissionregistrationV1alpha1Api | replace_mutating_admission_policy_admissionregistration_v1alpha1 | PUT /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicies/name | |
| Kubernetes::AdmissionregistrationV1alpha1Api | replace_mutating_admission_policy_binding_admissionregistration_v1alpha1 | PUT /apis/admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicybindings/name | |
| Kubernetes::AdmissionregistrationV1beta1Api | create_mutating_admission_policy_admissionregistration_v1beta1 | POST /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicies | |
| Kubernetes::AdmissionregistrationV1beta1Api | create_mutating_admission_policy_binding_admissionregistration_v1beta1 | POST /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicybindings | |
| Kubernetes::AdmissionregistrationV1beta1Api | delete_collection_mutating_admission_policy_admissionregistration_v1beta1 | DELETE /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicies | |
| Kubernetes::AdmissionregistrationV1beta1Api | delete_collection_mutating_admission_policy_binding_admissionregistration_v1beta1 | DELETE /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicybindings | |
| Kubernetes::AdmissionregistrationV1beta1Api | delete_mutating_admission_policy_admissionregistration_v1beta1 | DELETE /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicies/name | |
| Kubernetes::AdmissionregistrationV1beta1Api | delete_mutating_admission_policy_binding_admissionregistration_v1beta1 | DELETE /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicybindings/name | |
| Kubernetes::AdmissionregistrationV1beta1Api | get_api_resources_admissionregistration_v1beta1 | GET /apis/admissionregistration.k8s.io/v1beta1/ | |
| Kubernetes::AdmissionregistrationV1beta1Api | list_mutating_admission_policy_admissionregistration_v1beta1 | GET /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicies | |
| Kubernetes::AdmissionregistrationV1beta1Api | list_mutating_admission_policy_binding_admissionregistration_v1beta1 | GET /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicybindings | |
| Kubernetes::AdmissionregistrationV1beta1Api | patch_mutating_admission_policy_admissionregistration_v1beta1 | PATCH /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicies/name | |
| Kubernetes::AdmissionregistrationV1beta1Api | patch_mutating_admission_policy_binding_admissionregistration_v1beta1 | PATCH /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicybindings/name | |
| Kubernetes::AdmissionregistrationV1beta1Api | read_mutating_admission_policy_admissionregistration_v1beta1 | GET /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicies/name | |
| Kubernetes::AdmissionregistrationV1beta1Api | read_mutating_admission_policy_binding_admissionregistration_v1beta1 | GET /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicybindings/name | |
| Kubernetes::AdmissionregistrationV1beta1Api | replace_mutating_admission_policy_admissionregistration_v1beta1 | PUT /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicies/name | |
| Kubernetes::AdmissionregistrationV1beta1Api | replace_mutating_admission_policy_binding_admissionregistration_v1beta1 | PUT /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicybindings/name | |
| Kubernetes::ApiextensionsApi | get_api_group_apiextensions | GET /apis/apiextensions.k8s.io/ | |
| Kubernetes::ApiextensionsV1Api | create_custom_resource_definition | POST /apis/apiextensions.k8s.io/v1/customresourcedefinitions | |
| Kubernetes::ApiextensionsV1Api | delete_collection_custom_resource_definition | DELETE /apis/apiextensions.k8s.io/v1/customresourcedefinitions | |
| Kubernetes::ApiextensionsV1Api | delete_custom_resource_definition | DELETE /apis/apiextensions.k8s.io/v1/customresourcedefinitions/name | |
| Kubernetes::ApiextensionsV1Api | get_api_resources_apiextensions_v1 | GET /apis/apiextensions.k8s.io/v1/ | |
| Kubernetes::ApiextensionsV1Api | list_custom_resource_definition | GET /apis/apiextensions.k8s.io/v1/customresourcedefinitions | |
| Kubernetes::ApiextensionsV1Api | patch_custom_resource_definition | PATCH /apis/apiextensions.k8s.io/v1/customresourcedefinitions/name | |
| Kubernetes::ApiextensionsV1Api | patch_custom_resource_definition_status | PATCH /apis/apiextensions.k8s.io/v1/customresourcedefinitions/name/status | |
| Kubernetes::ApiextensionsV1Api | read_custom_resource_definition | GET /apis/apiextensions.k8s.io/v1/customresourcedefinitions/name | |
| Kubernetes::ApiextensionsV1Api | read_custom_resource_definition_status | GET /apis/apiextensions.k8s.io/v1/customresourcedefinitions/name/status | |
| Kubernetes::ApiextensionsV1Api | replace_custom_resource_definition | PUT /apis/apiextensions.k8s.io/v1/customresourcedefinitions/name | |
| Kubernetes::ApiextensionsV1Api | replace_custom_resource_definition_status | PUT /apis/apiextensions.k8s.io/v1/customresourcedefinitions/name/status | |
| Kubernetes::ApiregistrationApi | get_api_group_apiregistration | GET /apis/apiregistration.k8s.io/ | |
| Kubernetes::ApiregistrationV1Api | create_api_service | POST /apis/apiregistration.k8s.io/v1/apiservices | |
| Kubernetes::ApiregistrationV1Api | delete_api_service | DELETE /apis/apiregistration.k8s.io/v1/apiservices/name | |
| Kubernetes::ApiregistrationV1Api | delete_collection_api_service | DELETE /apis/apiregistration.k8s.io/v1/apiservices | |
| Kubernetes::ApiregistrationV1Api | get_api_resources_apiregistration_v1 | GET /apis/apiregistration.k8s.io/v1/ | |
| Kubernetes::ApiregistrationV1Api | list_api_service | GET /apis/apiregistration.k8s.io/v1/apiservices | |
| Kubernetes::ApiregistrationV1Api | patch_api_service | PATCH /apis/apiregistration.k8s.io/v1/apiservices/name | |
| Kubernetes::ApiregistrationV1Api | patch_api_service_status | PATCH /apis/apiregistration.k8s.io/v1/apiservices/name/status | |
| Kubernetes::ApiregistrationV1Api | read_api_service | GET /apis/apiregistration.k8s.io/v1/apiservices/name | |
| Kubernetes::ApiregistrationV1Api | read_api_service_status | GET /apis/apiregistration.k8s.io/v1/apiservices/name/status | |
| Kubernetes::ApiregistrationV1Api | replace_api_service | PUT /apis/apiregistration.k8s.io/v1/apiservices/name | |
| Kubernetes::ApiregistrationV1Api | replace_api_service_status | PUT /apis/apiregistration.k8s.io/v1/apiservices/name/status | |
| Kubernetes::ApisApi | get_api_versions | GET /apis/ | |
| Kubernetes::AppsApi | get_api_group_apps | GET /apis/apps/ | |
| Kubernetes::AppsV1Api | create_namespaced_controller_revision | POST /apis/apps/v1/namespaces/namespace/controllerrevisions | |
| Kubernetes::AppsV1Api | create_namespaced_daemon_set | POST /apis/apps/v1/namespaces/namespace/daemonsets | |
| Kubernetes::AppsV1Api | create_namespaced_deployment | POST /apis/apps/v1/namespaces/namespace/deployments | |
| Kubernetes::AppsV1Api | create_namespaced_replica_set | POST /apis/apps/v1/namespaces/namespace/replicasets | |
| Kubernetes::AppsV1Api | create_namespaced_stateful_set | POST /apis/apps/v1/namespaces/namespace/statefulsets | |
| Kubernetes::AppsV1Api | delete_collection_namespaced_controller_revision | DELETE /apis/apps/v1/namespaces/namespace/controllerrevisions | |
| Kubernetes::AppsV1Api | delete_collection_namespaced_daemon_set | DELETE /apis/apps/v1/namespaces/namespace/daemonsets | |
| Kubernetes::AppsV1Api | delete_collection_namespaced_deployment | DELETE /apis/apps/v1/namespaces/namespace/deployments | |
| Kubernetes::AppsV1Api | delete_collection_namespaced_replica_set | DELETE /apis/apps/v1/namespaces/namespace/replicasets | |
| Kubernetes::AppsV1Api | delete_collection_namespaced_stateful_set | DELETE /apis/apps/v1/namespaces/namespace/statefulsets | |
| Kubernetes::AppsV1Api | delete_namespaced_controller_revision | DELETE /apis/apps/v1/namespaces/namespace/controllerrevisions/name | |
| Kubernetes::AppsV1Api | delete_namespaced_daemon_set | DELETE /apis/apps/v1/namespaces/namespace/daemonsets/name | |
| Kubernetes::AppsV1Api | delete_namespaced_deployment | DELETE /apis/apps/v1/namespaces/namespace/deployments/name | |
| Kubernetes::AppsV1Api | delete_namespaced_replica_set | DELETE /apis/apps/v1/namespaces/namespace/replicasets/name | |
| Kubernetes::AppsV1Api | delete_namespaced_stateful_set | DELETE /apis/apps/v1/namespaces/namespace/statefulsets/name | |
| Kubernetes::AppsV1Api | get_api_resources_apps_v1 | GET /apis/apps/v1/ | |
| Kubernetes::AppsV1Api | list_controller_revision_for_all_namespaces | GET /apis/apps/v1/controllerrevisions | |
| Kubernetes::AppsV1Api | list_daemon_set_for_all_namespaces | GET /apis/apps/v1/daemonsets | |
| Kubernetes::AppsV1Api | list_deployment_for_all_namespaces | GET /apis/apps/v1/deployments | |
| Kubernetes::AppsV1Api | list_namespaced_controller_revision | GET /apis/apps/v1/namespaces/namespace/controllerrevisions | |
| Kubernetes::AppsV1Api | list_namespaced_daemon_set | GET /apis/apps/v1/namespaces/namespace/daemonsets | |
| Kubernetes::AppsV1Api | list_namespaced_deployment | GET /apis/apps/v1/namespaces/namespace/deployments | |
| Kubernetes::AppsV1Api | list_namespaced_replica_set | GET /apis/apps/v1/namespaces/namespace/replicasets | |
| Kubernetes::AppsV1Api | list_namespaced_stateful_set | GET /apis/apps/v1/namespaces/namespace/statefulsets | |
| Kubernetes::AppsV1Api | list_replica_set_for_all_namespaces | GET /apis/apps/v1/replicasets | |
| Kubernetes::AppsV1Api | list_stateful_set_for_all_namespaces | GET /apis/apps/v1/statefulsets | |
| Kubernetes::AppsV1Api | patch_namespaced_controller_revision | PATCH /apis/apps/v1/namespaces/namespace/controllerrevisions/name | |
| Kubernetes::AppsV1Api | patch_namespaced_daemon_set | PATCH /apis/apps/v1/namespaces/namespace/daemonsets/name | |
| Kubernetes::AppsV1Api | patch_namespaced_daemon_set_status | PATCH /apis/apps/v1/namespaces/namespace/daemonsets/name/status | |
| Kubernetes::AppsV1Api | patch_namespaced_deployment | PATCH /apis/apps/v1/namespaces/namespace/deployments/name | |
| Kubernetes::AppsV1Api | patch_namespaced_deployment_scale | PATCH /apis/apps/v1/namespaces/namespace/deployments/name/scale | |
| Kubernetes::AppsV1Api | patch_namespaced_deployment_status | PATCH /apis/apps/v1/namespaces/namespace/deployments/name/status | |
| Kubernetes::AppsV1Api | patch_namespaced_replica_set | PATCH /apis/apps/v1/namespaces/namespace/replicasets/name | |
| Kubernetes::AppsV1Api | patch_namespaced_replica_set_scale | PATCH /apis/apps/v1/namespaces/namespace/replicasets/name/scale | |
| Kubernetes::AppsV1Api | patch_namespaced_replica_set_status | PATCH /apis/apps/v1/namespaces/namespace/replicasets/name/status | |
| Kubernetes::AppsV1Api | patch_namespaced_stateful_set | PATCH /apis/apps/v1/namespaces/namespace/statefulsets/name | |
| Kubernetes::AppsV1Api | patch_namespaced_stateful_set_scale | PATCH /apis/apps/v1/namespaces/namespace/statefulsets/name/scale | |
| Kubernetes::AppsV1Api | patch_namespaced_stateful_set_status | PATCH /apis/apps/v1/namespaces/namespace/statefulsets/name/status | |
| Kubernetes::AppsV1Api | read_namespaced_controller_revision | GET /apis/apps/v1/namespaces/namespace/controllerrevisions/name | |
| Kubernetes::AppsV1Api | read_namespaced_daemon_set | GET /apis/apps/v1/namespaces/namespace/daemonsets/name | |
| Kubernetes::AppsV1Api | read_namespaced_daemon_set_status | GET /apis/apps/v1/namespaces/namespace/daemonsets/name/status | |
| Kubernetes::AppsV1Api | read_namespaced_deployment | GET /apis/apps/v1/namespaces/namespace/deployments/name | |
| Kubernetes::AppsV1Api | read_namespaced_deployment_scale | GET /apis/apps/v1/namespaces/namespace/deployments/name/scale | |
| Kubernetes::AppsV1Api | read_namespaced_deployment_status | GET /apis/apps/v1/namespaces/namespace/deployments/name/status | |
| Kubernetes::AppsV1Api | read_namespaced_replica_set | GET /apis/apps/v1/namespaces/namespace/replicasets/name | |
| Kubernetes::AppsV1Api | read_namespaced_replica_set_scale | GET /apis/apps/v1/namespaces/namespace/replicasets/name/scale | |
| Kubernetes::AppsV1Api | read_namespaced_replica_set_status | GET /apis/apps/v1/namespaces/namespace/replicasets/name/status | |
| Kubernetes::AppsV1Api | read_namespaced_stateful_set | GET /apis/apps/v1/namespaces/namespace/statefulsets/name | |
| Kubernetes::AppsV1Api | read_namespaced_stateful_set_scale | GET /apis/apps/v1/namespaces/namespace/statefulsets/name/scale | |
| Kubernetes::AppsV1Api | read_namespaced_stateful_set_status | GET /apis/apps/v1/namespaces/namespace/statefulsets/name/status | |
| Kubernetes::AppsV1Api | replace_namespaced_controller_revision | PUT /apis/apps/v1/namespaces/namespace/controllerrevisions/name | |
| Kubernetes::AppsV1Api | replace_namespaced_daemon_set | PUT /apis/apps/v1/namespaces/namespace/daemonsets/name | |
| Kubernetes::AppsV1Api | replace_namespaced_daemon_set_status | PUT /apis/apps/v1/namespaces/namespace/daemonsets/name/status | |
| Kubernetes::AppsV1Api | replace_namespaced_deployment | PUT /apis/apps/v1/namespaces/namespace/deployments/name | |
| Kubernetes::AppsV1Api | replace_namespaced_deployment_scale | PUT /apis/apps/v1/namespaces/namespace/deployments/name/scale | |
| Kubernetes::AppsV1Api | replace_namespaced_deployment_status | PUT /apis/apps/v1/namespaces/namespace/deployments/name/status | |
| Kubernetes::AppsV1Api | replace_namespaced_replica_set | PUT /apis/apps/v1/namespaces/namespace/replicasets/name | |
| Kubernetes::AppsV1Api | replace_namespaced_replica_set_scale | PUT /apis/apps/v1/namespaces/namespace/replicasets/name/scale | |
| Kubernetes::AppsV1Api | replace_namespaced_replica_set_status | PUT /apis/apps/v1/namespaces/namespace/replicasets/name/status | |
| Kubernetes::AppsV1Api | replace_namespaced_stateful_set | PUT /apis/apps/v1/namespaces/namespace/statefulsets/name | |
| Kubernetes::AppsV1Api | replace_namespaced_stateful_set_scale | PUT /apis/apps/v1/namespaces/namespace/statefulsets/name/scale | |
| Kubernetes::AppsV1Api | replace_namespaced_stateful_set_status | PUT /apis/apps/v1/namespaces/namespace/statefulsets/name/status | |
| Kubernetes::AuthenticationApi | get_api_group_authentication | GET /apis/authentication.k8s.io/ | |
| Kubernetes::AuthenticationV1Api | create_self_subject_review | POST /apis/authentication.k8s.io/v1/selfsubjectreviews | |
| Kubernetes::AuthenticationV1Api | create_token_review | POST /apis/authentication.k8s.io/v1/tokenreviews | |
| Kubernetes::AuthenticationV1Api | get_api_resources_authentication_v1 | GET /apis/authentication.k8s.io/v1/ | |
| Kubernetes::AuthorizationApi | get_api_group_authorization | GET /apis/authorization.k8s.io/ | |
| Kubernetes::AuthorizationV1Api | create_namespaced_local_subject_access_review | POST /apis/authorization.k8s.io/v1/namespaces/namespace/localsubjectaccessreviews | |
| Kubernetes::AuthorizationV1Api | create_self_subject_access_review | POST /apis/authorization.k8s.io/v1/selfsubjectaccessreviews | |
| Kubernetes::AuthorizationV1Api | create_self_subject_rules_review | POST /apis/authorization.k8s.io/v1/selfsubjectrulesreviews | |
| Kubernetes::AuthorizationV1Api | create_subject_access_review | POST /apis/authorization.k8s.io/v1/subjectaccessreviews | |
| Kubernetes::AuthorizationV1Api | get_api_resources_authorization_v1 | GET /apis/authorization.k8s.io/v1/ | |
| Kubernetes::AutoscalingApi | get_api_group_autoscaling | GET /apis/autoscaling/ | |
| Kubernetes::AutoscalingV1Api | create_namespaced_horizontal_pod_autoscaler_autoscaling_v1 | POST /apis/autoscaling/v1/namespaces/namespace/horizontalpodautoscalers | |
| Kubernetes::AutoscalingV1Api | delete_collection_namespaced_horizontal_pod_autoscaler_autoscaling_v1 | DELETE /apis/autoscaling/v1/namespaces/namespace/horizontalpodautoscalers | |
| Kubernetes::AutoscalingV1Api | delete_namespaced_horizontal_pod_autoscaler_autoscaling_v1 | DELETE /apis/autoscaling/v1/namespaces/namespace/horizontalpodautoscalers/name | |
| Kubernetes::AutoscalingV1Api | get_api_resources_autoscaling_v1 | GET /apis/autoscaling/v1/ | |
| Kubernetes::AutoscalingV1Api | list_horizontal_pod_autoscaler_for_all_namespaces_autoscaling_v1 | GET /apis/autoscaling/v1/horizontalpodautoscalers | |
| Kubernetes::AutoscalingV1Api | list_namespaced_horizontal_pod_autoscaler_autoscaling_v1 | GET /apis/autoscaling/v1/namespaces/namespace/horizontalpodautoscalers | |
| Kubernetes::AutoscalingV1Api | patch_namespaced_horizontal_pod_autoscaler_autoscaling_v1 | PATCH /apis/autoscaling/v1/namespaces/namespace/horizontalpodautoscalers/name | |
| Kubernetes::AutoscalingV1Api | patch_namespaced_horizontal_pod_autoscaler_status_autoscaling_v1 | PATCH /apis/autoscaling/v1/namespaces/namespace/horizontalpodautoscalers/name/status | |
| Kubernetes::AutoscalingV1Api | read_namespaced_horizontal_pod_autoscaler_autoscaling_v1 | GET /apis/autoscaling/v1/namespaces/namespace/horizontalpodautoscalers/name | |
| Kubernetes::AutoscalingV1Api | read_namespaced_horizontal_pod_autoscaler_status_autoscaling_v1 | GET /apis/autoscaling/v1/namespaces/namespace/horizontalpodautoscalers/name/status | |
| Kubernetes::AutoscalingV1Api | replace_namespaced_horizontal_pod_autoscaler_autoscaling_v1 | PUT /apis/autoscaling/v1/namespaces/namespace/horizontalpodautoscalers/name | |
| Kubernetes::AutoscalingV1Api | replace_namespaced_horizontal_pod_autoscaler_status_autoscaling_v1 | PUT /apis/autoscaling/v1/namespaces/namespace/horizontalpodautoscalers/name/status | |
| Kubernetes::AutoscalingV2Api | create_namespaced_horizontal_pod_autoscaler_autoscaling_v2 | POST /apis/autoscaling/v2/namespaces/namespace/horizontalpodautoscalers | |
| Kubernetes::AutoscalingV2Api | delete_collection_namespaced_horizontal_pod_autoscaler_autoscaling_v2 | DELETE /apis/autoscaling/v2/namespaces/namespace/horizontalpodautoscalers | |
| Kubernetes::AutoscalingV2Api | delete_namespaced_horizontal_pod_autoscaler_autoscaling_v2 | DELETE /apis/autoscaling/v2/namespaces/namespace/horizontalpodautoscalers/name | |
| Kubernetes::AutoscalingV2Api | get_api_resources_autoscaling_v2 | GET /apis/autoscaling/v2/ | |
| Kubernetes::AutoscalingV2Api | list_horizontal_pod_autoscaler_for_all_namespaces_autoscaling_v2 | GET /apis/autoscaling/v2/horizontalpodautoscalers | |
| Kubernetes::AutoscalingV2Api | list_namespaced_horizontal_pod_autoscaler_autoscaling_v2 | GET /apis/autoscaling/v2/namespaces/namespace/horizontalpodautoscalers | |
| Kubernetes::AutoscalingV2Api | patch_namespaced_horizontal_pod_autoscaler_autoscaling_v2 | PATCH /apis/autoscaling/v2/namespaces/namespace/horizontalpodautoscalers/name | |
| Kubernetes::AutoscalingV2Api | patch_namespaced_horizontal_pod_autoscaler_status_autoscaling_v2 | PATCH /apis/autoscaling/v2/namespaces/namespace/horizontalpodautoscalers/name/status | |
| Kubernetes::AutoscalingV2Api | read_namespaced_horizontal_pod_autoscaler_autoscaling_v2 | GET /apis/autoscaling/v2/namespaces/namespace/horizontalpodautoscalers/name | |
| Kubernetes::AutoscalingV2Api | read_namespaced_horizontal_pod_autoscaler_status_autoscaling_v2 | GET /apis/autoscaling/v2/namespaces/namespace/horizontalpodautoscalers/name/status | |
| Kubernetes::AutoscalingV2Api | replace_namespaced_horizontal_pod_autoscaler_autoscaling_v2 | PUT /apis/autoscaling/v2/namespaces/namespace/horizontalpodautoscalers/name | |
| Kubernetes::AutoscalingV2Api | replace_namespaced_horizontal_pod_autoscaler_status_autoscaling_v2 | PUT /apis/autoscaling/v2/namespaces/namespace/horizontalpodautoscalers/name/status | |
| Kubernetes::BatchApi | get_api_group_batch | GET /apis/batch/ | |
| Kubernetes::BatchV1Api | create_namespaced_cron_job | POST /apis/batch/v1/namespaces/namespace/cronjobs | |
| Kubernetes::BatchV1Api | create_namespaced_job | POST /apis/batch/v1/namespaces/namespace/jobs | |
| Kubernetes::BatchV1Api | delete_collection_namespaced_cron_job | DELETE /apis/batch/v1/namespaces/namespace/cronjobs | |
| Kubernetes::BatchV1Api | delete_collection_namespaced_job | DELETE /apis/batch/v1/namespaces/namespace/jobs | |
| Kubernetes::BatchV1Api | delete_namespaced_cron_job | DELETE /apis/batch/v1/namespaces/namespace/cronjobs/name | |
| Kubernetes::BatchV1Api | delete_namespaced_job | DELETE /apis/batch/v1/namespaces/namespace/jobs/name | |
| Kubernetes::BatchV1Api | get_api_resources_batch_v1 | GET /apis/batch/v1/ | |
| Kubernetes::BatchV1Api | list_cron_job_for_all_namespaces | GET /apis/batch/v1/cronjobs | |
| Kubernetes::BatchV1Api | list_job_for_all_namespaces | GET /apis/batch/v1/jobs | |
| Kubernetes::BatchV1Api | list_namespaced_cron_job | GET /apis/batch/v1/namespaces/namespace/cronjobs | |
| Kubernetes::BatchV1Api | list_namespaced_job | GET /apis/batch/v1/namespaces/namespace/jobs | |
| Kubernetes::BatchV1Api | patch_namespaced_cron_job | PATCH /apis/batch/v1/namespaces/namespace/cronjobs/name | |
| Kubernetes::BatchV1Api | patch_namespaced_cron_job_status | PATCH /apis/batch/v1/namespaces/namespace/cronjobs/name/status | |
| Kubernetes::BatchV1Api | patch_namespaced_job | PATCH /apis/batch/v1/namespaces/namespace/jobs/name | |
| Kubernetes::BatchV1Api | patch_namespaced_job_status | PATCH /apis/batch/v1/namespaces/namespace/jobs/name/status | |
| Kubernetes::BatchV1Api | read_namespaced_cron_job | GET /apis/batch/v1/namespaces/namespace/cronjobs/name | |
| Kubernetes::BatchV1Api | read_namespaced_cron_job_status | GET /apis/batch/v1/namespaces/namespace/cronjobs/name/status | |
| Kubernetes::BatchV1Api | read_namespaced_job | GET /apis/batch/v1/namespaces/namespace/jobs/name | |
| Kubernetes::BatchV1Api | read_namespaced_job_status | GET /apis/batch/v1/namespaces/namespace/jobs/name/status | |
| Kubernetes::BatchV1Api | replace_namespaced_cron_job | PUT /apis/batch/v1/namespaces/namespace/cronjobs/name | |
| Kubernetes::BatchV1Api | replace_namespaced_cron_job_status | PUT /apis/batch/v1/namespaces/namespace/cronjobs/name/status | |
| Kubernetes::BatchV1Api | replace_namespaced_job | PUT /apis/batch/v1/namespaces/namespace/jobs/name | |
| Kubernetes::BatchV1Api | replace_namespaced_job_status | PUT /apis/batch/v1/namespaces/namespace/jobs/name/status | |
| Kubernetes::CertificatesApi | get_api_group_certificates | GET /apis/certificates.k8s.io/ | |
| Kubernetes::CertificatesV1Api | create_certificate_signing_request | POST /apis/certificates.k8s.io/v1/certificatesigningrequests | |
| Kubernetes::CertificatesV1Api | delete_certificate_signing_request | DELETE /apis/certificates.k8s.io/v1/certificatesigningrequests/name | |
| Kubernetes::CertificatesV1Api | delete_collection_certificate_signing_request | DELETE /apis/certificates.k8s.io/v1/certificatesigningrequests | |
| Kubernetes::CertificatesV1Api | get_api_resources_certificates_v1 | GET /apis/certificates.k8s.io/v1/ | |
| Kubernetes::CertificatesV1Api | list_certificate_signing_request | GET /apis/certificates.k8s.io/v1/certificatesigningrequests | |
| Kubernetes::CertificatesV1Api | patch_certificate_signing_request | PATCH /apis/certificates.k8s.io/v1/certificatesigningrequests/name | |
| Kubernetes::CertificatesV1Api | patch_certificate_signing_request_approval | PATCH /apis/certificates.k8s.io/v1/certificatesigningrequests/name/approval | |
| Kubernetes::CertificatesV1Api | patch_certificate_signing_request_status | PATCH /apis/certificates.k8s.io/v1/certificatesigningrequests/name/status | |
| Kubernetes::CertificatesV1Api | read_certificate_signing_request | GET /apis/certificates.k8s.io/v1/certificatesigningrequests/name | |
| Kubernetes::CertificatesV1Api | read_certificate_signing_request_approval | GET /apis/certificates.k8s.io/v1/certificatesigningrequests/name/approval | |
| Kubernetes::CertificatesV1Api | read_certificate_signing_request_status | GET /apis/certificates.k8s.io/v1/certificatesigningrequests/name/status | |
| Kubernetes::CertificatesV1Api | replace_certificate_signing_request | PUT /apis/certificates.k8s.io/v1/certificatesigningrequests/name | |
| Kubernetes::CertificatesV1Api | replace_certificate_signing_request_approval | PUT /apis/certificates.k8s.io/v1/certificatesigningrequests/name/approval | |
| Kubernetes::CertificatesV1Api | replace_certificate_signing_request_status | PUT /apis/certificates.k8s.io/v1/certificatesigningrequests/name/status | |
| Kubernetes::CertificatesV1alpha1Api | create_cluster_trust_bundle_certificates_v1alpha1 | POST /apis/certificates.k8s.io/v1alpha1/clustertrustbundles | |
| Kubernetes::CertificatesV1alpha1Api | delete_cluster_trust_bundle_certificates_v1alpha1 | DELETE /apis/certificates.k8s.io/v1alpha1/clustertrustbundles/name | |
| Kubernetes::CertificatesV1alpha1Api | delete_collection_cluster_trust_bundle_certificates_v1alpha1 | DELETE /apis/certificates.k8s.io/v1alpha1/clustertrustbundles | |
| Kubernetes::CertificatesV1alpha1Api | get_api_resources_certificates_v1alpha1 | GET /apis/certificates.k8s.io/v1alpha1/ | |
| Kubernetes::CertificatesV1alpha1Api | list_cluster_trust_bundle_certificates_v1alpha1 | GET /apis/certificates.k8s.io/v1alpha1/clustertrustbundles | |
| Kubernetes::CertificatesV1alpha1Api | patch_cluster_trust_bundle_certificates_v1alpha1 | PATCH /apis/certificates.k8s.io/v1alpha1/clustertrustbundles/name | |
| Kubernetes::CertificatesV1alpha1Api | read_cluster_trust_bundle_certificates_v1alpha1 | GET /apis/certificates.k8s.io/v1alpha1/clustertrustbundles/name | |
| Kubernetes::CertificatesV1alpha1Api | replace_cluster_trust_bundle_certificates_v1alpha1 | PUT /apis/certificates.k8s.io/v1alpha1/clustertrustbundles/name | |
| Kubernetes::CertificatesV1beta1Api | create_cluster_trust_bundle_certificates_v1beta1 | POST /apis/certificates.k8s.io/v1beta1/clustertrustbundles | |
| Kubernetes::CertificatesV1beta1Api | create_namespaced_pod_certificate_request | POST /apis/certificates.k8s.io/v1beta1/namespaces/namespace/podcertificaterequests | |
| Kubernetes::CertificatesV1beta1Api | delete_cluster_trust_bundle_certificates_v1beta1 | DELETE /apis/certificates.k8s.io/v1beta1/clustertrustbundles/name | |
| Kubernetes::CertificatesV1beta1Api | delete_collection_cluster_trust_bundle_certificates_v1beta1 | DELETE /apis/certificates.k8s.io/v1beta1/clustertrustbundles | |
| Kubernetes::CertificatesV1beta1Api | delete_collection_namespaced_pod_certificate_request | DELETE /apis/certificates.k8s.io/v1beta1/namespaces/namespace/podcertificaterequests | |
| Kubernetes::CertificatesV1beta1Api | delete_namespaced_pod_certificate_request | DELETE /apis/certificates.k8s.io/v1beta1/namespaces/namespace/podcertificaterequests/name | |
| Kubernetes::CertificatesV1beta1Api | get_api_resources_certificates_v1beta1 | GET /apis/certificates.k8s.io/v1beta1/ | |
| Kubernetes::CertificatesV1beta1Api | list_cluster_trust_bundle_certificates_v1beta1 | GET /apis/certificates.k8s.io/v1beta1/clustertrustbundles | |
| Kubernetes::CertificatesV1beta1Api | list_namespaced_pod_certificate_request | GET /apis/certificates.k8s.io/v1beta1/namespaces/namespace/podcertificaterequests | |
| Kubernetes::CertificatesV1beta1Api | list_pod_certificate_request_for_all_namespaces | GET /apis/certificates.k8s.io/v1beta1/podcertificaterequests | |
| Kubernetes::CertificatesV1beta1Api | patch_cluster_trust_bundle_certificates_v1beta1 | PATCH /apis/certificates.k8s.io/v1beta1/clustertrustbundles/name | |
| Kubernetes::CertificatesV1beta1Api | patch_namespaced_pod_certificate_request | PATCH /apis/certificates.k8s.io/v1beta1/namespaces/namespace/podcertificaterequests/name | |
| Kubernetes::CertificatesV1beta1Api | patch_namespaced_pod_certificate_request_status | PATCH /apis/certificates.k8s.io/v1beta1/namespaces/namespace/podcertificaterequests/name/status | |
| Kubernetes::CertificatesV1beta1Api | read_cluster_trust_bundle_certificates_v1beta1 | GET /apis/certificates.k8s.io/v1beta1/clustertrustbundles/name | |
| Kubernetes::CertificatesV1beta1Api | read_namespaced_pod_certificate_request | GET /apis/certificates.k8s.io/v1beta1/namespaces/namespace/podcertificaterequests/name | |
| Kubernetes::CertificatesV1beta1Api | read_namespaced_pod_certificate_request_status | GET /apis/certificates.k8s.io/v1beta1/namespaces/namespace/podcertificaterequests/name/status | |
| Kubernetes::CertificatesV1beta1Api | replace_cluster_trust_bundle_certificates_v1beta1 | PUT /apis/certificates.k8s.io/v1beta1/clustertrustbundles/name | |
| Kubernetes::CertificatesV1beta1Api | replace_namespaced_pod_certificate_request | PUT /apis/certificates.k8s.io/v1beta1/namespaces/namespace/podcertificaterequests/name | |
| Kubernetes::CertificatesV1beta1Api | replace_namespaced_pod_certificate_request_status | PUT /apis/certificates.k8s.io/v1beta1/namespaces/namespace/podcertificaterequests/name/status | |
| Kubernetes::CoordinationApi | get_api_group_coordination | GET /apis/coordination.k8s.io/ | |
| Kubernetes::CoordinationV1Api | create_namespaced_lease | POST /apis/coordination.k8s.io/v1/namespaces/namespace/leases | |
| Kubernetes::CoordinationV1Api | delete_collection_namespaced_lease | DELETE /apis/coordination.k8s.io/v1/namespaces/namespace/leases | |
| Kubernetes::CoordinationV1Api | delete_namespaced_lease | DELETE /apis/coordination.k8s.io/v1/namespaces/namespace/leases/name | |
| Kubernetes::CoordinationV1Api | get_api_resources_coordination_v1 | GET /apis/coordination.k8s.io/v1/ | |
| Kubernetes::CoordinationV1Api | list_lease_for_all_namespaces | GET /apis/coordination.k8s.io/v1/leases | |
| Kubernetes::CoordinationV1Api | list_namespaced_lease | GET /apis/coordination.k8s.io/v1/namespaces/namespace/leases | |
| Kubernetes::CoordinationV1Api | patch_namespaced_lease | PATCH /apis/coordination.k8s.io/v1/namespaces/namespace/leases/name | |
| Kubernetes::CoordinationV1Api | read_namespaced_lease | GET /apis/coordination.k8s.io/v1/namespaces/namespace/leases/name | |
| Kubernetes::CoordinationV1Api | replace_namespaced_lease | PUT /apis/coordination.k8s.io/v1/namespaces/namespace/leases/name | |
| Kubernetes::CoordinationV1alpha2Api | create_namespaced_lease_candidate_coordination_v1alpha2 | POST /apis/coordination.k8s.io/v1alpha2/namespaces/namespace/leasecandidates | |
| Kubernetes::CoordinationV1alpha2Api | delete_collection_namespaced_lease_candidate_coordination_v1alpha2 | DELETE /apis/coordination.k8s.io/v1alpha2/namespaces/namespace/leasecandidates | |
| Kubernetes::CoordinationV1alpha2Api | delete_namespaced_lease_candidate_coordination_v1alpha2 | DELETE /apis/coordination.k8s.io/v1alpha2/namespaces/namespace/leasecandidates/name | |
| Kubernetes::CoordinationV1alpha2Api | get_api_resources_coordination_v1alpha2 | GET /apis/coordination.k8s.io/v1alpha2/ | |
| Kubernetes::CoordinationV1alpha2Api | list_lease_candidate_for_all_namespaces_coordination_v1alpha2 | GET /apis/coordination.k8s.io/v1alpha2/leasecandidates | |
| Kubernetes::CoordinationV1alpha2Api | list_namespaced_lease_candidate_coordination_v1alpha2 | GET /apis/coordination.k8s.io/v1alpha2/namespaces/namespace/leasecandidates | |
| Kubernetes::CoordinationV1alpha2Api | patch_namespaced_lease_candidate_coordination_v1alpha2 | PATCH /apis/coordination.k8s.io/v1alpha2/namespaces/namespace/leasecandidates/name | |
| Kubernetes::CoordinationV1alpha2Api | read_namespaced_lease_candidate_coordination_v1alpha2 | GET /apis/coordination.k8s.io/v1alpha2/namespaces/namespace/leasecandidates/name | |
| Kubernetes::CoordinationV1alpha2Api | replace_namespaced_lease_candidate_coordination_v1alpha2 | PUT /apis/coordination.k8s.io/v1alpha2/namespaces/namespace/leasecandidates/name | |
| Kubernetes::CoordinationV1beta1Api | create_namespaced_lease_candidate_coordination_v1beta1 | POST /apis/coordination.k8s.io/v1beta1/namespaces/namespace/leasecandidates | |
| Kubernetes::CoordinationV1beta1Api | delete_collection_namespaced_lease_candidate_coordination_v1beta1 | DELETE /apis/coordination.k8s.io/v1beta1/namespaces/namespace/leasecandidates | |
| Kubernetes::CoordinationV1beta1Api | delete_namespaced_lease_candidate_coordination_v1beta1 | DELETE /apis/coordination.k8s.io/v1beta1/namespaces/namespace/leasecandidates/name | |
| Kubernetes::CoordinationV1beta1Api | get_api_resources_coordination_v1beta1 | GET /apis/coordination.k8s.io/v1beta1/ | |
| Kubernetes::CoordinationV1beta1Api | list_lease_candidate_for_all_namespaces_coordination_v1beta1 | GET /apis/coordination.k8s.io/v1beta1/leasecandidates | |
| Kubernetes::CoordinationV1beta1Api | list_namespaced_lease_candidate_coordination_v1beta1 | GET /apis/coordination.k8s.io/v1beta1/namespaces/namespace/leasecandidates | |
| Kubernetes::CoordinationV1beta1Api | patch_namespaced_lease_candidate_coordination_v1beta1 | PATCH /apis/coordination.k8s.io/v1beta1/namespaces/namespace/leasecandidates/name | |
| Kubernetes::CoordinationV1beta1Api | read_namespaced_lease_candidate_coordination_v1beta1 | GET /apis/coordination.k8s.io/v1beta1/namespaces/namespace/leasecandidates/name | |
| Kubernetes::CoordinationV1beta1Api | replace_namespaced_lease_candidate_coordination_v1beta1 | PUT /apis/coordination.k8s.io/v1beta1/namespaces/namespace/leasecandidates/name | |
| Kubernetes::CoreApi | get_api_versions_core | GET /api/ | |
| Kubernetes::CoreV1Api | connect_delete_namespaced_pod_proxy | DELETE /api/v1/namespaces/namespace/pods/name/proxy | |
| Kubernetes::CoreV1Api | connect_delete_namespaced_pod_proxy_with_path | DELETE /api/v1/namespaces/namespace/pods/name/proxy/path | |
| Kubernetes::CoreV1Api | connect_delete_namespaced_service_proxy | DELETE /api/v1/namespaces/namespace/services/name/proxy | |
| Kubernetes::CoreV1Api | connect_delete_namespaced_service_proxy_with_path | DELETE /api/v1/namespaces/namespace/services/name/proxy/path | |
| Kubernetes::CoreV1Api | connect_delete_node_proxy | DELETE /api/v1/nodes/name/proxy | |
| Kubernetes::CoreV1Api | connect_delete_node_proxy_with_path | DELETE /api/v1/nodes/name/proxy/path | |
| Kubernetes::CoreV1Api | connect_get_namespaced_pod_attach | GET /api/v1/namespaces/namespace/pods/name/attach | |
| Kubernetes::CoreV1Api | connect_get_namespaced_pod_exec | GET /api/v1/namespaces/namespace/pods/name/exec | |
| Kubernetes::CoreV1Api | connect_get_namespaced_pod_portforward | GET /api/v1/namespaces/namespace/pods/name/portforward | |
| Kubernetes::CoreV1Api | connect_get_namespaced_pod_proxy | GET /api/v1/namespaces/namespace/pods/name/proxy | |
| Kubernetes::CoreV1Api | connect_get_namespaced_pod_proxy_with_path | GET /api/v1/namespaces/namespace/pods/name/proxy/path | |
| Kubernetes::CoreV1Api | connect_get_namespaced_service_proxy | GET /api/v1/namespaces/namespace/services/name/proxy | |
| Kubernetes::CoreV1Api | connect_get_namespaced_service_proxy_with_path | GET /api/v1/namespaces/namespace/services/name/proxy/path | |
| Kubernetes::CoreV1Api | connect_get_node_proxy | GET /api/v1/nodes/name/proxy | |
| Kubernetes::CoreV1Api | connect_get_node_proxy_with_path | GET /api/v1/nodes/name/proxy/path | |
| Kubernetes::CoreV1Api | connect_head_namespaced_pod_proxy | HEAD /api/v1/namespaces/namespace/pods/name/proxy | |
| Kubernetes::CoreV1Api | connect_head_namespaced_pod_proxy_with_path | HEAD /api/v1/namespaces/namespace/pods/name/proxy/path | |
| Kubernetes::CoreV1Api | connect_head_namespaced_service_proxy | HEAD /api/v1/namespaces/namespace/services/name/proxy | |
| Kubernetes::CoreV1Api | connect_head_namespaced_service_proxy_with_path | HEAD /api/v1/namespaces/namespace/services/name/proxy/path | |
| Kubernetes::CoreV1Api | connect_head_node_proxy | HEAD /api/v1/nodes/name/proxy | |
| Kubernetes::CoreV1Api | connect_head_node_proxy_with_path | HEAD /api/v1/nodes/name/proxy/path | |
| Kubernetes::CoreV1Api | connect_options_namespaced_pod_proxy | OPTIONS /api/v1/namespaces/namespace/pods/name/proxy | |
| Kubernetes::CoreV1Api | connect_options_namespaced_pod_proxy_with_path | OPTIONS /api/v1/namespaces/namespace/pods/name/proxy/path | |
| Kubernetes::CoreV1Api | connect_options_namespaced_service_proxy | OPTIONS /api/v1/namespaces/namespace/services/name/proxy | |
| Kubernetes::CoreV1Api | connect_options_namespaced_service_proxy_with_path | OPTIONS /api/v1/namespaces/namespace/services/name/proxy/path | |
| Kubernetes::CoreV1Api | connect_options_node_proxy | OPTIONS /api/v1/nodes/name/proxy | |
| Kubernetes::CoreV1Api | connect_options_node_proxy_with_path | OPTIONS /api/v1/nodes/name/proxy/path | |
| Kubernetes::CoreV1Api | connect_patch_namespaced_pod_proxy | PATCH /api/v1/namespaces/namespace/pods/name/proxy | |
| Kubernetes::CoreV1Api | connect_patch_namespaced_pod_proxy_with_path | PATCH /api/v1/namespaces/namespace/pods/name/proxy/path | |
| Kubernetes::CoreV1Api | connect_patch_namespaced_service_proxy | PATCH /api/v1/namespaces/namespace/services/name/proxy | |
| Kubernetes::CoreV1Api | connect_patch_namespaced_service_proxy_with_path | PATCH /api/v1/namespaces/namespace/services/name/proxy/path | |
| Kubernetes::CoreV1Api | connect_patch_node_proxy | PATCH /api/v1/nodes/name/proxy | |
| Kubernetes::CoreV1Api | connect_patch_node_proxy_with_path | PATCH /api/v1/nodes/name/proxy/path | |
| Kubernetes::CoreV1Api | connect_post_namespaced_pod_attach | POST /api/v1/namespaces/namespace/pods/name/attach | |
| Kubernetes::CoreV1Api | connect_post_namespaced_pod_exec | POST /api/v1/namespaces/namespace/pods/name/exec | |
| Kubernetes::CoreV1Api | connect_post_namespaced_pod_portforward | POST /api/v1/namespaces/namespace/pods/name/portforward | |
| Kubernetes::CoreV1Api | connect_post_namespaced_pod_proxy | POST /api/v1/namespaces/namespace/pods/name/proxy | |
| Kubernetes::CoreV1Api | connect_post_namespaced_pod_proxy_with_path | POST /api/v1/namespaces/namespace/pods/name/proxy/path | |
| Kubernetes::CoreV1Api | connect_post_namespaced_service_proxy | POST /api/v1/namespaces/namespace/services/name/proxy | |
| Kubernetes::CoreV1Api | connect_post_namespaced_service_proxy_with_path | POST /api/v1/namespaces/namespace/services/name/proxy/path | |
| Kubernetes::CoreV1Api | connect_post_node_proxy | POST /api/v1/nodes/name/proxy | |
| Kubernetes::CoreV1Api | connect_post_node_proxy_with_path | POST /api/v1/nodes/name/proxy/path | |
| Kubernetes::CoreV1Api | connect_put_namespaced_pod_proxy | PUT /api/v1/namespaces/namespace/pods/name/proxy | |
| Kubernetes::CoreV1Api | connect_put_namespaced_pod_proxy_with_path | PUT /api/v1/namespaces/namespace/pods/name/proxy/path | |
| Kubernetes::CoreV1Api | connect_put_namespaced_service_proxy | PUT /api/v1/namespaces/namespace/services/name/proxy | |
| Kubernetes::CoreV1Api | connect_put_namespaced_service_proxy_with_path | PUT /api/v1/namespaces/namespace/services/name/proxy/path | |
| Kubernetes::CoreV1Api | connect_put_node_proxy | PUT /api/v1/nodes/name/proxy | |
| Kubernetes::CoreV1Api | connect_put_node_proxy_with_path | PUT /api/v1/nodes/name/proxy/path | |
| Kubernetes::CoreV1Api | create_namespace | POST /api/v1/namespaces | |
| Kubernetes::CoreV1Api | create_namespaced_binding | POST /api/v1/namespaces/namespace/bindings | |
| Kubernetes::CoreV1Api | create_namespaced_config_map | POST /api/v1/namespaces/namespace/configmaps | |
| Kubernetes::CoreV1Api | create_namespaced_endpoints | POST /api/v1/namespaces/namespace/endpoints | |
| Kubernetes::CoreV1Api | create_namespaced_event_core_v1 | POST /api/v1/namespaces/namespace/events | |
| Kubernetes::CoreV1Api | create_namespaced_limit_range | POST /api/v1/namespaces/namespace/limitranges | |
| Kubernetes::CoreV1Api | create_namespaced_persistent_volume_claim | POST /api/v1/namespaces/namespace/persistentvolumeclaims | |
| Kubernetes::CoreV1Api | create_namespaced_pod | POST /api/v1/namespaces/namespace/pods | |
| Kubernetes::CoreV1Api | create_namespaced_pod_binding | POST /api/v1/namespaces/namespace/pods/name/binding | |
| Kubernetes::CoreV1Api | create_namespaced_pod_eviction | POST /api/v1/namespaces/namespace/pods/name/eviction | |
| Kubernetes::CoreV1Api | create_namespaced_pod_template | POST /api/v1/namespaces/namespace/podtemplates | |
| Kubernetes::CoreV1Api | create_namespaced_replication_controller | POST /api/v1/namespaces/namespace/replicationcontrollers | |
| Kubernetes::CoreV1Api | create_namespaced_resource_quota | POST /api/v1/namespaces/namespace/resourcequotas | |
| Kubernetes::CoreV1Api | create_namespaced_secret | POST /api/v1/namespaces/namespace/secrets | |
| Kubernetes::CoreV1Api | create_namespaced_service | POST /api/v1/namespaces/namespace/services | |
| Kubernetes::CoreV1Api | create_namespaced_service_account | POST /api/v1/namespaces/namespace/serviceaccounts | |
| Kubernetes::CoreV1Api | create_namespaced_service_account_token | POST /api/v1/namespaces/namespace/serviceaccounts/name/token | |
| Kubernetes::CoreV1Api | create_node | POST /api/v1/nodes | |
| Kubernetes::CoreV1Api | create_persistent_volume | POST /api/v1/persistentvolumes | |
| Kubernetes::CoreV1Api | delete_collection_namespaced_config_map | DELETE /api/v1/namespaces/namespace/configmaps | |
| Kubernetes::CoreV1Api | delete_collection_namespaced_endpoints | DELETE /api/v1/namespaces/namespace/endpoints | |
| Kubernetes::CoreV1Api | delete_collection_namespaced_event_core_v1 | DELETE /api/v1/namespaces/namespace/events | |
| Kubernetes::CoreV1Api | delete_collection_namespaced_limit_range | DELETE /api/v1/namespaces/namespace/limitranges | |
| Kubernetes::CoreV1Api | delete_collection_namespaced_persistent_volume_claim | DELETE /api/v1/namespaces/namespace/persistentvolumeclaims | |
| Kubernetes::CoreV1Api | delete_collection_namespaced_pod | DELETE /api/v1/namespaces/namespace/pods | |
| Kubernetes::CoreV1Api | delete_collection_namespaced_pod_template | DELETE /api/v1/namespaces/namespace/podtemplates | |
| Kubernetes::CoreV1Api | delete_collection_namespaced_replication_controller | DELETE /api/v1/namespaces/namespace/replicationcontrollers | |
| Kubernetes::CoreV1Api | delete_collection_namespaced_resource_quota | DELETE /api/v1/namespaces/namespace/resourcequotas | |
| Kubernetes::CoreV1Api | delete_collection_namespaced_secret | DELETE /api/v1/namespaces/namespace/secrets | |
| Kubernetes::CoreV1Api | delete_collection_namespaced_service | DELETE /api/v1/namespaces/namespace/services | |
| Kubernetes::CoreV1Api | delete_collection_namespaced_service_account | DELETE /api/v1/namespaces/namespace/serviceaccounts | |
| Kubernetes::CoreV1Api | delete_collection_node | DELETE /api/v1/nodes | |
| Kubernetes::CoreV1Api | delete_collection_persistent_volume | DELETE /api/v1/persistentvolumes | |
| Kubernetes::CoreV1Api | delete_namespace | DELETE /api/v1/namespaces/name | |
| Kubernetes::CoreV1Api | delete_namespaced_config_map | DELETE /api/v1/namespaces/namespace/configmaps/name | |
| Kubernetes::CoreV1Api | delete_namespaced_endpoints | DELETE /api/v1/namespaces/namespace/endpoints/name | |
| Kubernetes::CoreV1Api | delete_namespaced_event_core_v1 | DELETE /api/v1/namespaces/namespace/events/name | |
| Kubernetes::CoreV1Api | delete_namespaced_limit_range | DELETE /api/v1/namespaces/namespace/limitranges/name | |
| Kubernetes::CoreV1Api | delete_namespaced_persistent_volume_claim | DELETE /api/v1/namespaces/namespace/persistentvolumeclaims/name | |
| Kubernetes::CoreV1Api | delete_namespaced_pod | DELETE /api/v1/namespaces/namespace/pods/name | |
| Kubernetes::CoreV1Api | delete_namespaced_pod_template | DELETE /api/v1/namespaces/namespace/podtemplates/name | |
| Kubernetes::CoreV1Api | delete_namespaced_replication_controller | DELETE /api/v1/namespaces/namespace/replicationcontrollers/name | |
| Kubernetes::CoreV1Api | delete_namespaced_resource_quota | DELETE /api/v1/namespaces/namespace/resourcequotas/name | |
| Kubernetes::CoreV1Api | delete_namespaced_secret | DELETE /api/v1/namespaces/namespace/secrets/name | |
| Kubernetes::CoreV1Api | delete_namespaced_service | DELETE /api/v1/namespaces/namespace/services/name | |
| Kubernetes::CoreV1Api | delete_namespaced_service_account | DELETE /api/v1/namespaces/namespace/serviceaccounts/name | |
| Kubernetes::CoreV1Api | delete_node | DELETE /api/v1/nodes/name | |
| Kubernetes::CoreV1Api | delete_persistent_volume | DELETE /api/v1/persistentvolumes/name | |
| Kubernetes::CoreV1Api | get_api_resources_core_v1 | GET /api/v1/ | |
| Kubernetes::CoreV1Api | list_component_status | GET /api/v1/componentstatuses | |
| Kubernetes::CoreV1Api | list_config_map_for_all_namespaces | GET /api/v1/configmaps | |
| Kubernetes::CoreV1Api | list_endpoints_for_all_namespaces | GET /api/v1/endpoints | |
| Kubernetes::CoreV1Api | list_event_for_all_namespaces_core_v1 | GET /api/v1/events | |
| Kubernetes::CoreV1Api | list_limit_range_for_all_namespaces | GET /api/v1/limitranges | |
| Kubernetes::CoreV1Api | list_namespace | GET /api/v1/namespaces | |
| Kubernetes::CoreV1Api | list_namespaced_config_map | GET /api/v1/namespaces/namespace/configmaps | |
| Kubernetes::CoreV1Api | list_namespaced_endpoints | GET /api/v1/namespaces/namespace/endpoints | |
| Kubernetes::CoreV1Api | list_namespaced_event_core_v1 | GET /api/v1/namespaces/namespace/events | |
| Kubernetes::CoreV1Api | list_namespaced_limit_range | GET /api/v1/namespaces/namespace/limitranges | |
| Kubernetes::CoreV1Api | list_namespaced_persistent_volume_claim | GET /api/v1/namespaces/namespace/persistentvolumeclaims | |
| Kubernetes::CoreV1Api | list_namespaced_pod | GET /api/v1/namespaces/namespace/pods | |
| Kubernetes::CoreV1Api | list_namespaced_pod_template | GET /api/v1/namespaces/namespace/podtemplates | |
| Kubernetes::CoreV1Api | list_namespaced_replication_controller | GET /api/v1/namespaces/namespace/replicationcontrollers | |
| Kubernetes::CoreV1Api | list_namespaced_resource_quota | GET /api/v1/namespaces/namespace/resourcequotas | |
| Kubernetes::CoreV1Api | list_namespaced_secret | GET /api/v1/namespaces/namespace/secrets | |
| Kubernetes::CoreV1Api | list_namespaced_service | GET /api/v1/namespaces/namespace/services | |
| Kubernetes::CoreV1Api | list_namespaced_service_account | GET /api/v1/namespaces/namespace/serviceaccounts | |
| Kubernetes::CoreV1Api | list_node | GET /api/v1/nodes | |
| Kubernetes::CoreV1Api | list_persistent_volume | GET /api/v1/persistentvolumes | |
| Kubernetes::CoreV1Api | list_persistent_volume_claim_for_all_namespaces | GET /api/v1/persistentvolumeclaims | |
| Kubernetes::CoreV1Api | list_pod_for_all_namespaces | GET /api/v1/pods | |
| Kubernetes::CoreV1Api | list_pod_template_for_all_namespaces | GET /api/v1/podtemplates | |
| Kubernetes::CoreV1Api | list_replication_controller_for_all_namespaces | GET /api/v1/replicationcontrollers | |
| Kubernetes::CoreV1Api | list_resource_quota_for_all_namespaces | GET /api/v1/resourcequotas | |
| Kubernetes::CoreV1Api | list_secret_for_all_namespaces | GET /api/v1/secrets | |
| Kubernetes::CoreV1Api | list_service_account_for_all_namespaces | GET /api/v1/serviceaccounts | |
| Kubernetes::CoreV1Api | list_service_for_all_namespaces | GET /api/v1/services | |
| Kubernetes::CoreV1Api | patch_namespace | PATCH /api/v1/namespaces/name | |
| Kubernetes::CoreV1Api | patch_namespace_status | PATCH /api/v1/namespaces/name/status | |
| Kubernetes::CoreV1Api | patch_namespaced_config_map | PATCH /api/v1/namespaces/namespace/configmaps/name | |
| Kubernetes::CoreV1Api | patch_namespaced_endpoints | PATCH /api/v1/namespaces/namespace/endpoints/name | |
| Kubernetes::CoreV1Api | patch_namespaced_event_core_v1 | PATCH /api/v1/namespaces/namespace/events/name | |
| Kubernetes::CoreV1Api | patch_namespaced_limit_range | PATCH /api/v1/namespaces/namespace/limitranges/name | |
| Kubernetes::CoreV1Api | patch_namespaced_persistent_volume_claim | PATCH /api/v1/namespaces/namespace/persistentvolumeclaims/name | |
| Kubernetes::CoreV1Api | patch_namespaced_persistent_volume_claim_status | PATCH /api/v1/namespaces/namespace/persistentvolumeclaims/name/status | |
| Kubernetes::CoreV1Api | patch_namespaced_pod | PATCH /api/v1/namespaces/namespace/pods/name | |
| Kubernetes::CoreV1Api | patch_namespaced_pod_ephemeralcontainers | PATCH /api/v1/namespaces/namespace/pods/name/ephemeralcontainers | |
| Kubernetes::CoreV1Api | patch_namespaced_pod_resize | PATCH /api/v1/namespaces/namespace/pods/name/resize | |
| Kubernetes::CoreV1Api | patch_namespaced_pod_status | PATCH /api/v1/namespaces/namespace/pods/name/status | |
| Kubernetes::CoreV1Api | patch_namespaced_pod_template | PATCH /api/v1/namespaces/namespace/podtemplates/name | |
| Kubernetes::CoreV1Api | patch_namespaced_replication_controller | PATCH /api/v1/namespaces/namespace/replicationcontrollers/name | |
| Kubernetes::CoreV1Api | patch_namespaced_replication_controller_scale | PATCH /api/v1/namespaces/namespace/replicationcontrollers/name/scale | |
| Kubernetes::CoreV1Api | patch_namespaced_replication_controller_status | PATCH /api/v1/namespaces/namespace/replicationcontrollers/name/status | |
| Kubernetes::CoreV1Api | patch_namespaced_resource_quota | PATCH /api/v1/namespaces/namespace/resourcequotas/name | |
| Kubernetes::CoreV1Api | patch_namespaced_resource_quota_status | PATCH /api/v1/namespaces/namespace/resourcequotas/name/status | |
| Kubernetes::CoreV1Api | patch_namespaced_secret | PATCH /api/v1/namespaces/namespace/secrets/name | |
| Kubernetes::CoreV1Api | patch_namespaced_service | PATCH /api/v1/namespaces/namespace/services/name | |
| Kubernetes::CoreV1Api | patch_namespaced_service_account | PATCH /api/v1/namespaces/namespace/serviceaccounts/name | |
| Kubernetes::CoreV1Api | patch_namespaced_service_status | PATCH /api/v1/namespaces/namespace/services/name/status | |
| Kubernetes::CoreV1Api | patch_node | PATCH /api/v1/nodes/name | |
| Kubernetes::CoreV1Api | patch_node_status | PATCH /api/v1/nodes/name/status | |
| Kubernetes::CoreV1Api | patch_persistent_volume | PATCH /api/v1/persistentvolumes/name | |
| Kubernetes::CoreV1Api | patch_persistent_volume_status | PATCH /api/v1/persistentvolumes/name/status | |
| Kubernetes::CoreV1Api | read_component_status | GET /api/v1/componentstatuses/name | |
| Kubernetes::CoreV1Api | read_namespace | GET /api/v1/namespaces/name | |
| Kubernetes::CoreV1Api | read_namespace_status | GET /api/v1/namespaces/name/status | |
| Kubernetes::CoreV1Api | read_namespaced_config_map | GET /api/v1/namespaces/namespace/configmaps/name | |
| Kubernetes::CoreV1Api | read_namespaced_endpoints | GET /api/v1/namespaces/namespace/endpoints/name | |
| Kubernetes::CoreV1Api | read_namespaced_event_core_v1 | GET /api/v1/namespaces/namespace/events/name | |
| Kubernetes::CoreV1Api | read_namespaced_limit_range | GET /api/v1/namespaces/namespace/limitranges/name | |
| Kubernetes::CoreV1Api | read_namespaced_persistent_volume_claim | GET /api/v1/namespaces/namespace/persistentvolumeclaims/name | |
| Kubernetes::CoreV1Api | read_namespaced_persistent_volume_claim_status | GET /api/v1/namespaces/namespace/persistentvolumeclaims/name/status | |
| Kubernetes::CoreV1Api | read_namespaced_pod | GET /api/v1/namespaces/namespace/pods/name | |
| Kubernetes::CoreV1Api | read_namespaced_pod_ephemeralcontainers | GET /api/v1/namespaces/namespace/pods/name/ephemeralcontainers | |
| Kubernetes::CoreV1Api | read_namespaced_pod_log | GET /api/v1/namespaces/namespace/pods/name/log | |
| Kubernetes::CoreV1Api | read_namespaced_pod_resize | GET /api/v1/namespaces/namespace/pods/name/resize | |
| Kubernetes::CoreV1Api | read_namespaced_pod_status | GET /api/v1/namespaces/namespace/pods/name/status | |
| Kubernetes::CoreV1Api | read_namespaced_pod_template | GET /api/v1/namespaces/namespace/podtemplates/name | |
| Kubernetes::CoreV1Api | read_namespaced_replication_controller | GET /api/v1/namespaces/namespace/replicationcontrollers/name | |
| Kubernetes::CoreV1Api | read_namespaced_replication_controller_scale | GET /api/v1/namespaces/namespace/replicationcontrollers/name/scale | |
| Kubernetes::CoreV1Api | read_namespaced_replication_controller_status | GET /api/v1/namespaces/namespace/replicationcontrollers/name/status | |
| Kubernetes::CoreV1Api | read_namespaced_resource_quota | GET /api/v1/namespaces/namespace/resourcequotas/name | |
| Kubernetes::CoreV1Api | read_namespaced_resource_quota_status | GET /api/v1/namespaces/namespace/resourcequotas/name/status | |
| Kubernetes::CoreV1Api | read_namespaced_secret | GET /api/v1/namespaces/namespace/secrets/name | |
| Kubernetes::CoreV1Api | read_namespaced_service | GET /api/v1/namespaces/namespace/services/name | |
| Kubernetes::CoreV1Api | read_namespaced_service_account | GET /api/v1/namespaces/namespace/serviceaccounts/name | |
| Kubernetes::CoreV1Api | read_namespaced_service_status | GET /api/v1/namespaces/namespace/services/name/status | |
| Kubernetes::CoreV1Api | read_node | GET /api/v1/nodes/name | |
| Kubernetes::CoreV1Api | read_node_status | GET /api/v1/nodes/name/status | |
| Kubernetes::CoreV1Api | read_persistent_volume | GET /api/v1/persistentvolumes/name | |
| Kubernetes::CoreV1Api | read_persistent_volume_status | GET /api/v1/persistentvolumes/name/status | |
| Kubernetes::CoreV1Api | replace_namespace | PUT /api/v1/namespaces/name | |
| Kubernetes::CoreV1Api | replace_namespace_finalize | PUT /api/v1/namespaces/name/finalize | |
| Kubernetes::CoreV1Api | replace_namespace_status | PUT /api/v1/namespaces/name/status | |
| Kubernetes::CoreV1Api | replace_namespaced_config_map | PUT /api/v1/namespaces/namespace/configmaps/name | |
| Kubernetes::CoreV1Api | replace_namespaced_endpoints | PUT /api/v1/namespaces/namespace/endpoints/name | |
| Kubernetes::CoreV1Api | replace_namespaced_event_core_v1 | PUT /api/v1/namespaces/namespace/events/name | |
| Kubernetes::CoreV1Api | replace_namespaced_limit_range | PUT /api/v1/namespaces/namespace/limitranges/name | |
| Kubernetes::CoreV1Api | replace_namespaced_persistent_volume_claim | PUT /api/v1/namespaces/namespace/persistentvolumeclaims/name | |
| Kubernetes::CoreV1Api | replace_namespaced_persistent_volume_claim_status | PUT /api/v1/namespaces/namespace/persistentvolumeclaims/name/status | |
| Kubernetes::CoreV1Api | replace_namespaced_pod | PUT /api/v1/namespaces/namespace/pods/name | |
| Kubernetes::CoreV1Api | replace_namespaced_pod_ephemeralcontainers | PUT /api/v1/namespaces/namespace/pods/name/ephemeralcontainers | |
| Kubernetes::CoreV1Api | replace_namespaced_pod_resize | PUT /api/v1/namespaces/namespace/pods/name/resize | |
| Kubernetes::CoreV1Api | replace_namespaced_pod_status | PUT /api/v1/namespaces/namespace/pods/name/status | |
| Kubernetes::CoreV1Api | replace_namespaced_pod_template | PUT /api/v1/namespaces/namespace/podtemplates/name | |
| Kubernetes::CoreV1Api | replace_namespaced_replication_controller | PUT /api/v1/namespaces/namespace/replicationcontrollers/name | |
| Kubernetes::CoreV1Api | replace_namespaced_replication_controller_scale | PUT /api/v1/namespaces/namespace/replicationcontrollers/name/scale | |
| Kubernetes::CoreV1Api | replace_namespaced_replication_controller_status | PUT /api/v1/namespaces/namespace/replicationcontrollers/name/status | |
| Kubernetes::CoreV1Api | replace_namespaced_resource_quota | PUT /api/v1/namespaces/namespace/resourcequotas/name | |
| Kubernetes::CoreV1Api | replace_namespaced_resource_quota_status | PUT /api/v1/namespaces/namespace/resourcequotas/name/status | |
| Kubernetes::CoreV1Api | replace_namespaced_secret | PUT /api/v1/namespaces/namespace/secrets/name | |
| Kubernetes::CoreV1Api | replace_namespaced_service | PUT /api/v1/namespaces/namespace/services/name | |
| Kubernetes::CoreV1Api | replace_namespaced_service_account | PUT /api/v1/namespaces/namespace/serviceaccounts/name | |
| Kubernetes::CoreV1Api | replace_namespaced_service_status | PUT /api/v1/namespaces/namespace/services/name/status | |
| Kubernetes::CoreV1Api | replace_node | PUT /api/v1/nodes/name | |
| Kubernetes::CoreV1Api | replace_node_status | PUT /api/v1/nodes/name/status | |
| Kubernetes::CoreV1Api | replace_persistent_volume | PUT /api/v1/persistentvolumes/name | |
| Kubernetes::CoreV1Api | replace_persistent_volume_status | PUT /api/v1/persistentvolumes/name/status | |
| Kubernetes::CustomObjectsApi | create_cluster_custom_object | POST /apis/group/version/plural | |
| Kubernetes::CustomObjectsApi | create_namespaced_custom_object | POST /apis/group/version/namespaces/namespace/plural | |
| Kubernetes::CustomObjectsApi | delete_cluster_custom_object | DELETE /apis/group/version/plural/name | |
| Kubernetes::CustomObjectsApi | delete_collection_cluster_custom_object | DELETE /apis/group/version/plural | |
| Kubernetes::CustomObjectsApi | delete_collection_namespaced_custom_object | DELETE /apis/group/version/namespaces/namespace/plural | |
| Kubernetes::CustomObjectsApi | delete_namespaced_custom_object | DELETE /apis/group/version/namespaces/namespace/plural/name | |
| Kubernetes::CustomObjectsApi | get_api_resourcesgroupversion | GET /apis/group/version | |
| Kubernetes::CustomObjectsApi | get_cluster_custom_object | GET /apis/group/version/plural/name | |
| Kubernetes::CustomObjectsApi | get_cluster_custom_object_scale | GET /apis/group/version/plural/name/scale | |
| Kubernetes::CustomObjectsApi | get_cluster_custom_object_status | GET /apis/group/version/plural/name/status | |
| Kubernetes::CustomObjectsApi | get_namespaced_custom_object | GET /apis/group/version/namespaces/namespace/plural/name | |
| Kubernetes::CustomObjectsApi | get_namespaced_custom_object_scale | GET /apis/group/version/namespaces/namespace/plural/name/scale | |
| Kubernetes::CustomObjectsApi | get_namespaced_custom_object_status | GET /apis/group/version/namespaces/namespace/plural/name/status | |
| Kubernetes::CustomObjectsApi | list_cluster_custom_object | GET /apis/group/version/plural | |
| Kubernetes::CustomObjectsApi | list_custom_object_for_all_namespaces | GET /apis/group/version/resource_plural | |
| Kubernetes::CustomObjectsApi | list_namespaced_custom_object | GET /apis/group/version/namespaces/namespace/plural | |
| Kubernetes::CustomObjectsApi | patch_cluster_custom_object | PATCH /apis/group/version/plural/name | |
| Kubernetes::CustomObjectsApi | patch_cluster_custom_object_scale | PATCH /apis/group/version/plural/name/scale | |
| Kubernetes::CustomObjectsApi | patch_cluster_custom_object_status | PATCH /apis/group/version/plural/name/status | |
| Kubernetes::CustomObjectsApi | patch_namespaced_custom_object | PATCH /apis/group/version/namespaces/namespace/plural/name | |
| Kubernetes::CustomObjectsApi | patch_namespaced_custom_object_scale | PATCH /apis/group/version/namespaces/namespace/plural/name/scale | |
| Kubernetes::CustomObjectsApi | patch_namespaced_custom_object_status | PATCH /apis/group/version/namespaces/namespace/plural/name/status | |
| Kubernetes::CustomObjectsApi | replace_cluster_custom_object | PUT /apis/group/version/plural/name | |
| Kubernetes::CustomObjectsApi | replace_cluster_custom_object_scale | PUT /apis/group/version/plural/name/scale | |
| Kubernetes::CustomObjectsApi | replace_cluster_custom_object_status | PUT /apis/group/version/plural/name/status | |
| Kubernetes::CustomObjectsApi | replace_namespaced_custom_object | PUT /apis/group/version/namespaces/namespace/plural/name | |
| Kubernetes::CustomObjectsApi | replace_namespaced_custom_object_scale | PUT /apis/group/version/namespaces/namespace/plural/name/scale | |
| Kubernetes::CustomObjectsApi | replace_namespaced_custom_object_status | PUT /apis/group/version/namespaces/namespace/plural/name/status | |
| Kubernetes::DiscoveryApi | get_api_group_discovery | GET /apis/discovery.k8s.io/ | |
| Kubernetes::DiscoveryV1Api | create_namespaced_endpoint_slice | POST /apis/discovery.k8s.io/v1/namespaces/namespace/endpointslices | |
| Kubernetes::DiscoveryV1Api | delete_collection_namespaced_endpoint_slice | DELETE /apis/discovery.k8s.io/v1/namespaces/namespace/endpointslices | |
| Kubernetes::DiscoveryV1Api | delete_namespaced_endpoint_slice | DELETE /apis/discovery.k8s.io/v1/namespaces/namespace/endpointslices/name | |
| Kubernetes::DiscoveryV1Api | get_api_resources_discovery_v1 | GET /apis/discovery.k8s.io/v1/ | |
| Kubernetes::DiscoveryV1Api | list_endpoint_slice_for_all_namespaces | GET /apis/discovery.k8s.io/v1/endpointslices | |
| Kubernetes::DiscoveryV1Api | list_namespaced_endpoint_slice | GET /apis/discovery.k8s.io/v1/namespaces/namespace/endpointslices | |
| Kubernetes::DiscoveryV1Api | patch_namespaced_endpoint_slice | PATCH /apis/discovery.k8s.io/v1/namespaces/namespace/endpointslices/name | |
| Kubernetes::DiscoveryV1Api | read_namespaced_endpoint_slice | GET /apis/discovery.k8s.io/v1/namespaces/namespace/endpointslices/name | |
| Kubernetes::DiscoveryV1Api | replace_namespaced_endpoint_slice | PUT /apis/discovery.k8s.io/v1/namespaces/namespace/endpointslices/name | |
| Kubernetes::EventsApi | get_api_group_events | GET /apis/events.k8s.io/ | |
| Kubernetes::EventsV1Api | create_namespaced_event_events_v1 | POST /apis/events.k8s.io/v1/namespaces/namespace/events | |
| Kubernetes::EventsV1Api | delete_collection_namespaced_event_events_v1 | DELETE /apis/events.k8s.io/v1/namespaces/namespace/events | |
| Kubernetes::EventsV1Api | delete_namespaced_event_events_v1 | DELETE /apis/events.k8s.io/v1/namespaces/namespace/events/name | |
| Kubernetes::EventsV1Api | get_api_resources_events_v1 | GET /apis/events.k8s.io/v1/ | |
| Kubernetes::EventsV1Api | list_event_for_all_namespaces_events_v1 | GET /apis/events.k8s.io/v1/events | |
| Kubernetes::EventsV1Api | list_namespaced_event_events_v1 | GET /apis/events.k8s.io/v1/namespaces/namespace/events | |
| Kubernetes::EventsV1Api | patch_namespaced_event_events_v1 | PATCH /apis/events.k8s.io/v1/namespaces/namespace/events/name | |
| Kubernetes::EventsV1Api | read_namespaced_event_events_v1 | GET /apis/events.k8s.io/v1/namespaces/namespace/events/name | |
| Kubernetes::EventsV1Api | replace_namespaced_event_events_v1 | PUT /apis/events.k8s.io/v1/namespaces/namespace/events/name | |
| Kubernetes::FlowcontrolApiserverApi | get_api_group_flowcontrol | GET /apis/flowcontrol.apiserver.k8s.io/ | |
| Kubernetes::FlowcontrolApiserverV1Api | create_flow_schema | POST /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas | |
| Kubernetes::FlowcontrolApiserverV1Api | create_priority_level_configuration | POST /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations | |
| Kubernetes::FlowcontrolApiserverV1Api | delete_collection_flow_schema | DELETE /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas | |
| Kubernetes::FlowcontrolApiserverV1Api | delete_collection_priority_level_configuration | DELETE /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations | |
| Kubernetes::FlowcontrolApiserverV1Api | delete_flow_schema | DELETE /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/name | |
| Kubernetes::FlowcontrolApiserverV1Api | delete_priority_level_configuration | DELETE /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/name | |
| Kubernetes::FlowcontrolApiserverV1Api | get_api_resources_flowcontrol_v1 | GET /apis/flowcontrol.apiserver.k8s.io/v1/ | |
| Kubernetes::FlowcontrolApiserverV1Api | list_flow_schema | GET /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas | |
| Kubernetes::FlowcontrolApiserverV1Api | list_priority_level_configuration | GET /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations | |
| Kubernetes::FlowcontrolApiserverV1Api | patch_flow_schema | PATCH /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/name | |
| Kubernetes::FlowcontrolApiserverV1Api | patch_flow_schema_status | PATCH /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/name/status | |
| Kubernetes::FlowcontrolApiserverV1Api | patch_priority_level_configuration | PATCH /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/name | |
| Kubernetes::FlowcontrolApiserverV1Api | patch_priority_level_configuration_status | PATCH /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/name/status | |
| Kubernetes::FlowcontrolApiserverV1Api | read_flow_schema | GET /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/name | |
| Kubernetes::FlowcontrolApiserverV1Api | read_flow_schema_status | GET /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/name/status | |
| Kubernetes::FlowcontrolApiserverV1Api | read_priority_level_configuration | GET /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/name | |
| Kubernetes::FlowcontrolApiserverV1Api | read_priority_level_configuration_status | GET /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/name/status | |
| Kubernetes::FlowcontrolApiserverV1Api | replace_flow_schema | PUT /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/name | |
| Kubernetes::FlowcontrolApiserverV1Api | replace_flow_schema_status | PUT /apis/flowcontrol.apiserver.k8s.io/v1/flowschemas/name/status | |
| Kubernetes::FlowcontrolApiserverV1Api | replace_priority_level_configuration | PUT /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/name | |
| Kubernetes::FlowcontrolApiserverV1Api | replace_priority_level_configuration_status | PUT /apis/flowcontrol.apiserver.k8s.io/v1/prioritylevelconfigurations/name/status | |
| Kubernetes::InternalApiserverApi | get_api_group_internal | GET /apis/internal.apiserver.k8s.io/ | |
| Kubernetes::InternalApiserverV1alpha1Api | create_storage_version | POST /apis/internal.apiserver.k8s.io/v1alpha1/storageversions | |
| Kubernetes::InternalApiserverV1alpha1Api | delete_collection_storage_version | DELETE /apis/internal.apiserver.k8s.io/v1alpha1/storageversions | |
| Kubernetes::InternalApiserverV1alpha1Api | delete_storage_version | DELETE /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/name | |
| Kubernetes::InternalApiserverV1alpha1Api | get_api_resources_internal_v1alpha1 | GET /apis/internal.apiserver.k8s.io/v1alpha1/ | |
| Kubernetes::InternalApiserverV1alpha1Api | list_storage_version | GET /apis/internal.apiserver.k8s.io/v1alpha1/storageversions | |
| Kubernetes::InternalApiserverV1alpha1Api | patch_storage_version | PATCH /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/name | |
| Kubernetes::InternalApiserverV1alpha1Api | patch_storage_version_status | PATCH /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/name/status | |
| Kubernetes::InternalApiserverV1alpha1Api | read_storage_version | GET /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/name | |
| Kubernetes::InternalApiserverV1alpha1Api | read_storage_version_status | GET /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/name/status | |
| Kubernetes::InternalApiserverV1alpha1Api | replace_storage_version | PUT /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/name | |
| Kubernetes::InternalApiserverV1alpha1Api | replace_storage_version_status | PUT /apis/internal.apiserver.k8s.io/v1alpha1/storageversions/name/status | |
| Kubernetes::LogsApi | log_file_handler | GET /logs/logpath | |
| Kubernetes::LogsApi | log_file_list_handler | GET /logs/ | |
| Kubernetes::NetworkingApi | get_api_group_networking | GET /apis/networking.k8s.io/ | |
| Kubernetes::NetworkingV1Api | create_ingress_class | POST /apis/networking.k8s.io/v1/ingressclasses | |
| Kubernetes::NetworkingV1Api | create_ip_address_networking_v1 | POST /apis/networking.k8s.io/v1/ipaddresses | |
| Kubernetes::NetworkingV1Api | create_namespaced_ingress | POST /apis/networking.k8s.io/v1/namespaces/namespace/ingresses | |
| Kubernetes::NetworkingV1Api | create_namespaced_network_policy | POST /apis/networking.k8s.io/v1/namespaces/namespace/networkpolicies | |
| Kubernetes::NetworkingV1Api | create_service_cidr_networking_v1 | POST /apis/networking.k8s.io/v1/servicecidrs | |
| Kubernetes::NetworkingV1Api | delete_collection_ingress_class | DELETE /apis/networking.k8s.io/v1/ingressclasses | |
| Kubernetes::NetworkingV1Api | delete_collection_ip_address_networking_v1 | DELETE /apis/networking.k8s.io/v1/ipaddresses | |
| Kubernetes::NetworkingV1Api | delete_collection_namespaced_ingress | DELETE /apis/networking.k8s.io/v1/namespaces/namespace/ingresses | |
| Kubernetes::NetworkingV1Api | delete_collection_namespaced_network_policy | DELETE /apis/networking.k8s.io/v1/namespaces/namespace/networkpolicies | |
| Kubernetes::NetworkingV1Api | delete_collection_service_cidr_networking_v1 | DELETE /apis/networking.k8s.io/v1/servicecidrs | |
| Kubernetes::NetworkingV1Api | delete_ingress_class | DELETE /apis/networking.k8s.io/v1/ingressclasses/name | |
| Kubernetes::NetworkingV1Api | delete_ip_address_networking_v1 | DELETE /apis/networking.k8s.io/v1/ipaddresses/name | |
| Kubernetes::NetworkingV1Api | delete_namespaced_ingress | DELETE /apis/networking.k8s.io/v1/namespaces/namespace/ingresses/name | |
| Kubernetes::NetworkingV1Api | delete_namespaced_network_policy | DELETE /apis/networking.k8s.io/v1/namespaces/namespace/networkpolicies/name | |
| Kubernetes::NetworkingV1Api | delete_service_cidr_networking_v1 | DELETE /apis/networking.k8s.io/v1/servicecidrs/name | |
| Kubernetes::NetworkingV1Api | get_api_resources_networking_v1 | GET /apis/networking.k8s.io/v1/ | |
| Kubernetes::NetworkingV1Api | list_ingress_class | GET /apis/networking.k8s.io/v1/ingressclasses | |
| Kubernetes::NetworkingV1Api | list_ingress_for_all_namespaces | GET /apis/networking.k8s.io/v1/ingresses | |
| Kubernetes::NetworkingV1Api | list_ip_address_networking_v1 | GET /apis/networking.k8s.io/v1/ipaddresses | |
| Kubernetes::NetworkingV1Api | list_namespaced_ingress | GET /apis/networking.k8s.io/v1/namespaces/namespace/ingresses | |
| Kubernetes::NetworkingV1Api | list_namespaced_network_policy | GET /apis/networking.k8s.io/v1/namespaces/namespace/networkpolicies | |
| Kubernetes::NetworkingV1Api | list_network_policy_for_all_namespaces | GET /apis/networking.k8s.io/v1/networkpolicies | |
| Kubernetes::NetworkingV1Api | list_service_cidr_networking_v1 | GET /apis/networking.k8s.io/v1/servicecidrs | |
| Kubernetes::NetworkingV1Api | patch_ingress_class | PATCH /apis/networking.k8s.io/v1/ingressclasses/name | |
| Kubernetes::NetworkingV1Api | patch_ip_address_networking_v1 | PATCH /apis/networking.k8s.io/v1/ipaddresses/name | |
| Kubernetes::NetworkingV1Api | patch_namespaced_ingress | PATCH /apis/networking.k8s.io/v1/namespaces/namespace/ingresses/name | |
| Kubernetes::NetworkingV1Api | patch_namespaced_ingress_status | PATCH /apis/networking.k8s.io/v1/namespaces/namespace/ingresses/name/status | |
| Kubernetes::NetworkingV1Api | patch_namespaced_network_policy | PATCH /apis/networking.k8s.io/v1/namespaces/namespace/networkpolicies/name | |
| Kubernetes::NetworkingV1Api | patch_service_cidr_networking_v1 | PATCH /apis/networking.k8s.io/v1/servicecidrs/name | |
| Kubernetes::NetworkingV1Api | patch_service_cidr_status_networking_v1 | PATCH /apis/networking.k8s.io/v1/servicecidrs/name/status | |
| Kubernetes::NetworkingV1Api | read_ingress_class | GET /apis/networking.k8s.io/v1/ingressclasses/name | |
| Kubernetes::NetworkingV1Api | read_ip_address_networking_v1 | GET /apis/networking.k8s.io/v1/ipaddresses/name | |
| Kubernetes::NetworkingV1Api | read_namespaced_ingress | GET /apis/networking.k8s.io/v1/namespaces/namespace/ingresses/name | |
| Kubernetes::NetworkingV1Api | read_namespaced_ingress_status | GET /apis/networking.k8s.io/v1/namespaces/namespace/ingresses/name/status | |
| Kubernetes::NetworkingV1Api | read_namespaced_network_policy | GET /apis/networking.k8s.io/v1/namespaces/namespace/networkpolicies/name | |
| Kubernetes::NetworkingV1Api | read_service_cidr_networking_v1 | GET /apis/networking.k8s.io/v1/servicecidrs/name | |
| Kubernetes::NetworkingV1Api | read_service_cidr_status_networking_v1 | GET /apis/networking.k8s.io/v1/servicecidrs/name/status | |
| Kubernetes::NetworkingV1Api | replace_ingress_class | PUT /apis/networking.k8s.io/v1/ingressclasses/name | |
| Kubernetes::NetworkingV1Api | replace_ip_address_networking_v1 | PUT /apis/networking.k8s.io/v1/ipaddresses/name | |
| Kubernetes::NetworkingV1Api | replace_namespaced_ingress | PUT /apis/networking.k8s.io/v1/namespaces/namespace/ingresses/name | |
| Kubernetes::NetworkingV1Api | replace_namespaced_ingress_status | PUT /apis/networking.k8s.io/v1/namespaces/namespace/ingresses/name/status | |
| Kubernetes::NetworkingV1Api | replace_namespaced_network_policy | PUT /apis/networking.k8s.io/v1/namespaces/namespace/networkpolicies/name | |
| Kubernetes::NetworkingV1Api | replace_service_cidr_networking_v1 | PUT /apis/networking.k8s.io/v1/servicecidrs/name | |
| Kubernetes::NetworkingV1Api | replace_service_cidr_status_networking_v1 | PUT /apis/networking.k8s.io/v1/servicecidrs/name/status | |
| Kubernetes::NetworkingV1beta1Api | create_ip_address_networking_v1beta1 | POST /apis/networking.k8s.io/v1beta1/ipaddresses | |
| Kubernetes::NetworkingV1beta1Api | create_service_cidr_networking_v1beta1 | POST /apis/networking.k8s.io/v1beta1/servicecidrs | |
| Kubernetes::NetworkingV1beta1Api | delete_collection_ip_address_networking_v1beta1 | DELETE /apis/networking.k8s.io/v1beta1/ipaddresses | |
| Kubernetes::NetworkingV1beta1Api | delete_collection_service_cidr_networking_v1beta1 | DELETE /apis/networking.k8s.io/v1beta1/servicecidrs | |
| Kubernetes::NetworkingV1beta1Api | delete_ip_address_networking_v1beta1 | DELETE /apis/networking.k8s.io/v1beta1/ipaddresses/name | |
| Kubernetes::NetworkingV1beta1Api | delete_service_cidr_networking_v1beta1 | DELETE /apis/networking.k8s.io/v1beta1/servicecidrs/name | |
| Kubernetes::NetworkingV1beta1Api | get_api_resources_networking_v1beta1 | GET /apis/networking.k8s.io/v1beta1/ | |
| Kubernetes::NetworkingV1beta1Api | list_ip_address_networking_v1beta1 | GET /apis/networking.k8s.io/v1beta1/ipaddresses | |
| Kubernetes::NetworkingV1beta1Api | list_service_cidr_networking_v1beta1 | GET /apis/networking.k8s.io/v1beta1/servicecidrs | |
| Kubernetes::NetworkingV1beta1Api | patch_ip_address_networking_v1beta1 | PATCH /apis/networking.k8s.io/v1beta1/ipaddresses/name | |
| Kubernetes::NetworkingV1beta1Api | patch_service_cidr_networking_v1beta1 | PATCH /apis/networking.k8s.io/v1beta1/servicecidrs/name | |
| Kubernetes::NetworkingV1beta1Api | patch_service_cidr_status_networking_v1beta1 | PATCH /apis/networking.k8s.io/v1beta1/servicecidrs/name/status | |
| Kubernetes::NetworkingV1beta1Api | read_ip_address_networking_v1beta1 | GET /apis/networking.k8s.io/v1beta1/ipaddresses/name | |
| Kubernetes::NetworkingV1beta1Api | read_service_cidr_networking_v1beta1 | GET /apis/networking.k8s.io/v1beta1/servicecidrs/name | |
| Kubernetes::NetworkingV1beta1Api | read_service_cidr_status_networking_v1beta1 | GET /apis/networking.k8s.io/v1beta1/servicecidrs/name/status | |
| Kubernetes::NetworkingV1beta1Api | replace_ip_address_networking_v1beta1 | PUT /apis/networking.k8s.io/v1beta1/ipaddresses/name | |
| Kubernetes::NetworkingV1beta1Api | replace_service_cidr_networking_v1beta1 | PUT /apis/networking.k8s.io/v1beta1/servicecidrs/name | |
| Kubernetes::NetworkingV1beta1Api | replace_service_cidr_status_networking_v1beta1 | PUT /apis/networking.k8s.io/v1beta1/servicecidrs/name/status | |
| Kubernetes::NodeApi | get_api_group_node | GET /apis/node.k8s.io/ | |
| Kubernetes::NodeV1Api | create_runtime_class | POST /apis/node.k8s.io/v1/runtimeclasses | |
| Kubernetes::NodeV1Api | delete_collection_runtime_class | DELETE /apis/node.k8s.io/v1/runtimeclasses | |
| Kubernetes::NodeV1Api | delete_runtime_class | DELETE /apis/node.k8s.io/v1/runtimeclasses/name | |
| Kubernetes::NodeV1Api | get_api_resources_node_v1 | GET /apis/node.k8s.io/v1/ | |
| Kubernetes::NodeV1Api | list_runtime_class | GET /apis/node.k8s.io/v1/runtimeclasses | |
| Kubernetes::NodeV1Api | patch_runtime_class | PATCH /apis/node.k8s.io/v1/runtimeclasses/name | |
| Kubernetes::NodeV1Api | read_runtime_class | GET /apis/node.k8s.io/v1/runtimeclasses/name | |
| Kubernetes::NodeV1Api | replace_runtime_class | PUT /apis/node.k8s.io/v1/runtimeclasses/name | |
| Kubernetes::OpenidApi | get_service_account_issuer_open_id_keyset | GET /openid/v1/jwks | |
| Kubernetes::PolicyApi | get_api_group_policy | GET /apis/policy/ | |
| Kubernetes::PolicyV1Api | create_namespaced_pod_disruption_budget | POST /apis/policy/v1/namespaces/namespace/poddisruptionbudgets | |
| Kubernetes::PolicyV1Api | delete_collection_namespaced_pod_disruption_budget | DELETE /apis/policy/v1/namespaces/namespace/poddisruptionbudgets | |
| Kubernetes::PolicyV1Api | delete_namespaced_pod_disruption_budget | DELETE /apis/policy/v1/namespaces/namespace/poddisruptionbudgets/name | |
| Kubernetes::PolicyV1Api | get_api_resources_policy_v1 | GET /apis/policy/v1/ | |
| Kubernetes::PolicyV1Api | list_namespaced_pod_disruption_budget | GET /apis/policy/v1/namespaces/namespace/poddisruptionbudgets | |
| Kubernetes::PolicyV1Api | list_pod_disruption_budget_for_all_namespaces | GET /apis/policy/v1/poddisruptionbudgets | |
| Kubernetes::PolicyV1Api | patch_namespaced_pod_disruption_budget | PATCH /apis/policy/v1/namespaces/namespace/poddisruptionbudgets/name | |
| Kubernetes::PolicyV1Api | patch_namespaced_pod_disruption_budget_status | PATCH /apis/policy/v1/namespaces/namespace/poddisruptionbudgets/name/status | |
| Kubernetes::PolicyV1Api | read_namespaced_pod_disruption_budget | GET /apis/policy/v1/namespaces/namespace/poddisruptionbudgets/name | |
| Kubernetes::PolicyV1Api | read_namespaced_pod_disruption_budget_status | GET /apis/policy/v1/namespaces/namespace/poddisruptionbudgets/name/status | |
| Kubernetes::PolicyV1Api | replace_namespaced_pod_disruption_budget | PUT /apis/policy/v1/namespaces/namespace/poddisruptionbudgets/name | |
| Kubernetes::PolicyV1Api | replace_namespaced_pod_disruption_budget_status | PUT /apis/policy/v1/namespaces/namespace/poddisruptionbudgets/name/status | |
| Kubernetes::RbacAuthorizationApi | get_api_group_rbac | GET /apis/rbac.authorization.k8s.io/ | |
| Kubernetes::RbacAuthorizationV1Api | create_cluster_role | POST /apis/rbac.authorization.k8s.io/v1/clusterroles | |
| Kubernetes::RbacAuthorizationV1Api | create_cluster_role_binding | POST /apis/rbac.authorization.k8s.io/v1/clusterrolebindings | |
| Kubernetes::RbacAuthorizationV1Api | create_namespaced_role | POST /apis/rbac.authorization.k8s.io/v1/namespaces/namespace/roles | |
| Kubernetes::RbacAuthorizationV1Api | create_namespaced_role_binding | POST /apis/rbac.authorization.k8s.io/v1/namespaces/namespace/rolebindings | |
| Kubernetes::RbacAuthorizationV1Api | delete_cluster_role | DELETE /apis/rbac.authorization.k8s.io/v1/clusterroles/name | |
| Kubernetes::RbacAuthorizationV1Api | delete_cluster_role_binding | DELETE /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/name | |
| Kubernetes::RbacAuthorizationV1Api | delete_collection_cluster_role | DELETE /apis/rbac.authorization.k8s.io/v1/clusterroles | |
| Kubernetes::RbacAuthorizationV1Api | delete_collection_cluster_role_binding | DELETE /apis/rbac.authorization.k8s.io/v1/clusterrolebindings | |
| Kubernetes::RbacAuthorizationV1Api | delete_collection_namespaced_role | DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/namespace/roles | |
| Kubernetes::RbacAuthorizationV1Api | delete_collection_namespaced_role_binding | DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/namespace/rolebindings | |
| Kubernetes::RbacAuthorizationV1Api | delete_namespaced_role | DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/namespace/roles/name | |
| Kubernetes::RbacAuthorizationV1Api | delete_namespaced_role_binding | DELETE /apis/rbac.authorization.k8s.io/v1/namespaces/namespace/rolebindings/name | |
| Kubernetes::RbacAuthorizationV1Api | get_api_resources_rbac_v1 | GET /apis/rbac.authorization.k8s.io/v1/ | |
| Kubernetes::RbacAuthorizationV1Api | list_cluster_role | GET /apis/rbac.authorization.k8s.io/v1/clusterroles | |
| Kubernetes::RbacAuthorizationV1Api | list_cluster_role_binding | GET /apis/rbac.authorization.k8s.io/v1/clusterrolebindings | |
| Kubernetes::RbacAuthorizationV1Api | list_namespaced_role | GET /apis/rbac.authorization.k8s.io/v1/namespaces/namespace/roles | |
| Kubernetes::RbacAuthorizationV1Api | list_namespaced_role_binding | GET /apis/rbac.authorization.k8s.io/v1/namespaces/namespace/rolebindings | |
| Kubernetes::RbacAuthorizationV1Api | list_role_binding_for_all_namespaces | GET /apis/rbac.authorization.k8s.io/v1/rolebindings | |
| Kubernetes::RbacAuthorizationV1Api | list_role_for_all_namespaces | GET /apis/rbac.authorization.k8s.io/v1/roles | |
| Kubernetes::RbacAuthorizationV1Api | patch_cluster_role | PATCH /apis/rbac.authorization.k8s.io/v1/clusterroles/name | |
| Kubernetes::RbacAuthorizationV1Api | patch_cluster_role_binding | PATCH /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/name | |
| Kubernetes::RbacAuthorizationV1Api | patch_namespaced_role | PATCH /apis/rbac.authorization.k8s.io/v1/namespaces/namespace/roles/name | |
| Kubernetes::RbacAuthorizationV1Api | patch_namespaced_role_binding | PATCH /apis/rbac.authorization.k8s.io/v1/namespaces/namespace/rolebindings/name | |
| Kubernetes::RbacAuthorizationV1Api | read_cluster_role | GET /apis/rbac.authorization.k8s.io/v1/clusterroles/name | |
| Kubernetes::RbacAuthorizationV1Api | read_cluster_role_binding | GET /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/name | |
| Kubernetes::RbacAuthorizationV1Api | read_namespaced_role | GET /apis/rbac.authorization.k8s.io/v1/namespaces/namespace/roles/name | |
| Kubernetes::RbacAuthorizationV1Api | read_namespaced_role_binding | GET /apis/rbac.authorization.k8s.io/v1/namespaces/namespace/rolebindings/name | |
| Kubernetes::RbacAuthorizationV1Api | replace_cluster_role | PUT /apis/rbac.authorization.k8s.io/v1/clusterroles/name | |
| Kubernetes::RbacAuthorizationV1Api | replace_cluster_role_binding | PUT /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/name | |
| Kubernetes::RbacAuthorizationV1Api | replace_namespaced_role | PUT /apis/rbac.authorization.k8s.io/v1/namespaces/namespace/roles/name | |
| Kubernetes::RbacAuthorizationV1Api | replace_namespaced_role_binding | PUT /apis/rbac.authorization.k8s.io/v1/namespaces/namespace/rolebindings/name | |
| Kubernetes::ResourceApi | get_api_group_resource | GET /apis/resource.k8s.io/ | |
| Kubernetes::ResourceV1Api | create_device_class_resource_v1 | POST /apis/resource.k8s.io/v1/deviceclasses | |
| Kubernetes::ResourceV1Api | create_namespaced_resource_claim_resource_v1 | POST /apis/resource.k8s.io/v1/namespaces/namespace/resourceclaims | |
| Kubernetes::ResourceV1Api | create_namespaced_resource_claim_template_resource_v1 | POST /apis/resource.k8s.io/v1/namespaces/namespace/resourceclaimtemplates | |
| Kubernetes::ResourceV1Api | create_resource_slice_resource_v1 | POST /apis/resource.k8s.io/v1/resourceslices | |
| Kubernetes::ResourceV1Api | delete_collection_device_class_resource_v1 | DELETE /apis/resource.k8s.io/v1/deviceclasses | |
| Kubernetes::ResourceV1Api | delete_collection_namespaced_resource_claim_resource_v1 | DELETE /apis/resource.k8s.io/v1/namespaces/namespace/resourceclaims | |
| Kubernetes::ResourceV1Api | delete_collection_namespaced_resource_claim_template_resource_v1 | DELETE /apis/resource.k8s.io/v1/namespaces/namespace/resourceclaimtemplates | |
| Kubernetes::ResourceV1Api | delete_collection_resource_slice_resource_v1 | DELETE /apis/resource.k8s.io/v1/resourceslices | |
| Kubernetes::ResourceV1Api | delete_device_class_resource_v1 | DELETE /apis/resource.k8s.io/v1/deviceclasses/name | |
| Kubernetes::ResourceV1Api | delete_namespaced_resource_claim_resource_v1 | DELETE /apis/resource.k8s.io/v1/namespaces/namespace/resourceclaims/name | |
| Kubernetes::ResourceV1Api | delete_namespaced_resource_claim_template_resource_v1 | DELETE /apis/resource.k8s.io/v1/namespaces/namespace/resourceclaimtemplates/name | |
| Kubernetes::ResourceV1Api | delete_resource_slice_resource_v1 | DELETE /apis/resource.k8s.io/v1/resourceslices/name | |
| Kubernetes::ResourceV1Api | get_api_resources_resource_v1 | GET /apis/resource.k8s.io/v1/ | |
| Kubernetes::ResourceV1Api | list_device_class_resource_v1 | GET /apis/resource.k8s.io/v1/deviceclasses | |
| Kubernetes::ResourceV1Api | list_namespaced_resource_claim_resource_v1 | GET /apis/resource.k8s.io/v1/namespaces/namespace/resourceclaims | |
| Kubernetes::ResourceV1Api | list_namespaced_resource_claim_template_resource_v1 | GET /apis/resource.k8s.io/v1/namespaces/namespace/resourceclaimtemplates | |
| Kubernetes::ResourceV1Api | list_resource_claim_for_all_namespaces_resource_v1 | GET /apis/resource.k8s.io/v1/resourceclaims | |
| Kubernetes::ResourceV1Api | list_resource_claim_template_for_all_namespaces_resource_v1 | GET /apis/resource.k8s.io/v1/resourceclaimtemplates | |
| Kubernetes::ResourceV1Api | list_resource_slice_resource_v1 | GET /apis/resource.k8s.io/v1/resourceslices | |
| Kubernetes::ResourceV1Api | patch_device_class_resource_v1 | PATCH /apis/resource.k8s.io/v1/deviceclasses/name | |
| Kubernetes::ResourceV1Api | patch_namespaced_resource_claim_resource_v1 | PATCH /apis/resource.k8s.io/v1/namespaces/namespace/resourceclaims/name | |
| Kubernetes::ResourceV1Api | patch_namespaced_resource_claim_status_resource_v1 | PATCH /apis/resource.k8s.io/v1/namespaces/namespace/resourceclaims/name/status | |
| Kubernetes::ResourceV1Api | patch_namespaced_resource_claim_template_resource_v1 | PATCH /apis/resource.k8s.io/v1/namespaces/namespace/resourceclaimtemplates/name | |
| Kubernetes::ResourceV1Api | patch_resource_slice_resource_v1 | PATCH /apis/resource.k8s.io/v1/resourceslices/name | |
| Kubernetes::ResourceV1Api | read_device_class_resource_v1 | GET /apis/resource.k8s.io/v1/deviceclasses/name | |
| Kubernetes::ResourceV1Api | read_namespaced_resource_claim_resource_v1 | GET /apis/resource.k8s.io/v1/namespaces/namespace/resourceclaims/name | |
| Kubernetes::ResourceV1Api | read_namespaced_resource_claim_status_resource_v1 | GET /apis/resource.k8s.io/v1/namespaces/namespace/resourceclaims/name/status | |
| Kubernetes::ResourceV1Api | read_namespaced_resource_claim_template_resource_v1 | GET /apis/resource.k8s.io/v1/namespaces/namespace/resourceclaimtemplates/name | |
| Kubernetes::ResourceV1Api | read_resource_slice_resource_v1 | GET /apis/resource.k8s.io/v1/resourceslices/name | |
| Kubernetes::ResourceV1Api | replace_device_class_resource_v1 | PUT /apis/resource.k8s.io/v1/deviceclasses/name | |
| Kubernetes::ResourceV1Api | replace_namespaced_resource_claim_resource_v1 | PUT /apis/resource.k8s.io/v1/namespaces/namespace/resourceclaims/name | |
| Kubernetes::ResourceV1Api | replace_namespaced_resource_claim_status_resource_v1 | PUT /apis/resource.k8s.io/v1/namespaces/namespace/resourceclaims/name/status | |
| Kubernetes::ResourceV1Api | replace_namespaced_resource_claim_template_resource_v1 | PUT /apis/resource.k8s.io/v1/namespaces/namespace/resourceclaimtemplates/name | |
| Kubernetes::ResourceV1Api | replace_resource_slice_resource_v1 | PUT /apis/resource.k8s.io/v1/resourceslices/name | |
| Kubernetes::ResourceV1alpha3Api | create_device_taint_rule | POST /apis/resource.k8s.io/v1alpha3/devicetaintrules | |
| Kubernetes::ResourceV1alpha3Api | delete_collection_device_taint_rule | DELETE /apis/resource.k8s.io/v1alpha3/devicetaintrules | |
| Kubernetes::ResourceV1alpha3Api | delete_device_taint_rule | DELETE /apis/resource.k8s.io/v1alpha3/devicetaintrules/name | |
| Kubernetes::ResourceV1alpha3Api | get_api_resources_resource_v1alpha3 | GET /apis/resource.k8s.io/v1alpha3/ | |
| Kubernetes::ResourceV1alpha3Api | list_device_taint_rule | GET /apis/resource.k8s.io/v1alpha3/devicetaintrules | |
| Kubernetes::ResourceV1alpha3Api | patch_device_taint_rule | PATCH /apis/resource.k8s.io/v1alpha3/devicetaintrules/name | |
| Kubernetes::ResourceV1alpha3Api | patch_device_taint_rule_status | PATCH /apis/resource.k8s.io/v1alpha3/devicetaintrules/name/status | |
| Kubernetes::ResourceV1alpha3Api | read_device_taint_rule | GET /apis/resource.k8s.io/v1alpha3/devicetaintrules/name | |
| Kubernetes::ResourceV1alpha3Api | read_device_taint_rule_status | GET /apis/resource.k8s.io/v1alpha3/devicetaintrules/name/status | |
| Kubernetes::ResourceV1alpha3Api | replace_device_taint_rule | PUT /apis/resource.k8s.io/v1alpha3/devicetaintrules/name | |
| Kubernetes::ResourceV1alpha3Api | replace_device_taint_rule_status | PUT /apis/resource.k8s.io/v1alpha3/devicetaintrules/name/status | |
| Kubernetes::ResourceV1beta1Api | create_device_class_resource_v1beta1 | POST /apis/resource.k8s.io/v1beta1/deviceclasses | |
| Kubernetes::ResourceV1beta1Api | create_namespaced_resource_claim_resource_v1beta1 | POST /apis/resource.k8s.io/v1beta1/namespaces/namespace/resourceclaims | |
| Kubernetes::ResourceV1beta1Api | create_namespaced_resource_claim_template_resource_v1beta1 | POST /apis/resource.k8s.io/v1beta1/namespaces/namespace/resourceclaimtemplates | |
| Kubernetes::ResourceV1beta1Api | create_resource_slice_resource_v1beta1 | POST /apis/resource.k8s.io/v1beta1/resourceslices | |
| Kubernetes::ResourceV1beta1Api | delete_collection_device_class_resource_v1beta1 | DELETE /apis/resource.k8s.io/v1beta1/deviceclasses | |
| Kubernetes::ResourceV1beta1Api | delete_collection_namespaced_resource_claim_resource_v1beta1 | DELETE /apis/resource.k8s.io/v1beta1/namespaces/namespace/resourceclaims | |
| Kubernetes::ResourceV1beta1Api | delete_collection_namespaced_resource_claim_template_resource_v1beta1 | DELETE /apis/resource.k8s.io/v1beta1/namespaces/namespace/resourceclaimtemplates | |
| Kubernetes::ResourceV1beta1Api | delete_collection_resource_slice_resource_v1beta1 | DELETE /apis/resource.k8s.io/v1beta1/resourceslices | |
| Kubernetes::ResourceV1beta1Api | delete_device_class_resource_v1beta1 | DELETE /apis/resource.k8s.io/v1beta1/deviceclasses/name | |
| Kubernetes::ResourceV1beta1Api | delete_namespaced_resource_claim_resource_v1beta1 | DELETE /apis/resource.k8s.io/v1beta1/namespaces/namespace/resourceclaims/name | |
| Kubernetes::ResourceV1beta1Api | delete_namespaced_resource_claim_template_resource_v1beta1 | DELETE /apis/resource.k8s.io/v1beta1/namespaces/namespace/resourceclaimtemplates/name | |
| Kubernetes::ResourceV1beta1Api | delete_resource_slice_resource_v1beta1 | DELETE /apis/resource.k8s.io/v1beta1/resourceslices/name | |
| Kubernetes::ResourceV1beta1Api | get_api_resources_resource_v1beta1 | GET /apis/resource.k8s.io/v1beta1/ | |
| Kubernetes::ResourceV1beta1Api | list_device_class_resource_v1beta1 | GET /apis/resource.k8s.io/v1beta1/deviceclasses | |
| Kubernetes::ResourceV1beta1Api | list_namespaced_resource_claim_resource_v1beta1 | GET /apis/resource.k8s.io/v1beta1/namespaces/namespace/resourceclaims | |
| Kubernetes::ResourceV1beta1Api | list_namespaced_resource_claim_template_resource_v1beta1 | GET /apis/resource.k8s.io/v1beta1/namespaces/namespace/resourceclaimtemplates | |
| Kubernetes::ResourceV1beta1Api | list_resource_claim_for_all_namespaces_resource_v1beta1 | GET /apis/resource.k8s.io/v1beta1/resourceclaims | |
| Kubernetes::ResourceV1beta1Api | list_resource_claim_template_for_all_namespaces_resource_v1beta1 | GET /apis/resource.k8s.io/v1beta1/resourceclaimtemplates | |
| Kubernetes::ResourceV1beta1Api | list_resource_slice_resource_v1beta1 | GET /apis/resource.k8s.io/v1beta1/resourceslices | |
| Kubernetes::ResourceV1beta1Api | patch_device_class_resource_v1beta1 | PATCH /apis/resource.k8s.io/v1beta1/deviceclasses/name | |
| Kubernetes::ResourceV1beta1Api | patch_namespaced_resource_claim_resource_v1beta1 | PATCH /apis/resource.k8s.io/v1beta1/namespaces/namespace/resourceclaims/name | |
| Kubernetes::ResourceV1beta1Api | patch_namespaced_resource_claim_status_resource_v1beta1 | PATCH /apis/resource.k8s.io/v1beta1/namespaces/namespace/resourceclaims/name/status | |
| Kubernetes::ResourceV1beta1Api | patch_namespaced_resource_claim_template_resource_v1beta1 | PATCH /apis/resource.k8s.io/v1beta1/namespaces/namespace/resourceclaimtemplates/name | |
| Kubernetes::ResourceV1beta1Api | patch_resource_slice_resource_v1beta1 | PATCH /apis/resource.k8s.io/v1beta1/resourceslices/name | |
| Kubernetes::ResourceV1beta1Api | read_device_class_resource_v1beta1 | GET /apis/resource.k8s.io/v1beta1/deviceclasses/name | |
| Kubernetes::ResourceV1beta1Api | read_namespaced_resource_claim_resource_v1beta1 | GET /apis/resource.k8s.io/v1beta1/namespaces/namespace/resourceclaims/name | |
| Kubernetes::ResourceV1beta1Api | read_namespaced_resource_claim_status_resource_v1beta1 | GET /apis/resource.k8s.io/v1beta1/namespaces/namespace/resourceclaims/name/status | |
| Kubernetes::ResourceV1beta1Api | read_namespaced_resource_claim_template_resource_v1beta1 | GET /apis/resource.k8s.io/v1beta1/namespaces/namespace/resourceclaimtemplates/name | |
| Kubernetes::ResourceV1beta1Api | read_resource_slice_resource_v1beta1 | GET /apis/resource.k8s.io/v1beta1/resourceslices/name | |
| Kubernetes::ResourceV1beta1Api | replace_device_class_resource_v1beta1 | PUT /apis/resource.k8s.io/v1beta1/deviceclasses/name | |
| Kubernetes::ResourceV1beta1Api | replace_namespaced_resource_claim_resource_v1beta1 | PUT /apis/resource.k8s.io/v1beta1/namespaces/namespace/resourceclaims/name | |
| Kubernetes::ResourceV1beta1Api | replace_namespaced_resource_claim_status_resource_v1beta1 | PUT /apis/resource.k8s.io/v1beta1/namespaces/namespace/resourceclaims/name/status | |
| Kubernetes::ResourceV1beta1Api | replace_namespaced_resource_claim_template_resource_v1beta1 | PUT /apis/resource.k8s.io/v1beta1/namespaces/namespace/resourceclaimtemplates/name | |
| Kubernetes::ResourceV1beta1Api | replace_resource_slice_resource_v1beta1 | PUT /apis/resource.k8s.io/v1beta1/resourceslices/name | |
| Kubernetes::ResourceV1beta2Api | create_device_class_resource_v1beta2 | POST /apis/resource.k8s.io/v1beta2/deviceclasses | |
| Kubernetes::ResourceV1beta2Api | create_namespaced_resource_claim_resource_v1beta2 | POST /apis/resource.k8s.io/v1beta2/namespaces/namespace/resourceclaims | |
| Kubernetes::ResourceV1beta2Api | create_namespaced_resource_claim_template_resource_v1beta2 | POST /apis/resource.k8s.io/v1beta2/namespaces/namespace/resourceclaimtemplates | |
| Kubernetes::ResourceV1beta2Api | create_resource_slice_resource_v1beta2 | POST /apis/resource.k8s.io/v1beta2/resourceslices | |
| Kubernetes::ResourceV1beta2Api | delete_collection_device_class_resource_v1beta2 | DELETE /apis/resource.k8s.io/v1beta2/deviceclasses | |
| Kubernetes::ResourceV1beta2Api | delete_collection_namespaced_resource_claim_resource_v1beta2 | DELETE /apis/resource.k8s.io/v1beta2/namespaces/namespace/resourceclaims | |
| Kubernetes::ResourceV1beta2Api | delete_collection_namespaced_resource_claim_template_resource_v1beta2 | DELETE /apis/resource.k8s.io/v1beta2/namespaces/namespace/resourceclaimtemplates | |
| Kubernetes::ResourceV1beta2Api | delete_collection_resource_slice_resource_v1beta2 | DELETE /apis/resource.k8s.io/v1beta2/resourceslices | |
| Kubernetes::ResourceV1beta2Api | delete_device_class_resource_v1beta2 | DELETE /apis/resource.k8s.io/v1beta2/deviceclasses/name | |
| Kubernetes::ResourceV1beta2Api | delete_namespaced_resource_claim_resource_v1beta2 | DELETE /apis/resource.k8s.io/v1beta2/namespaces/namespace/resourceclaims/name | |
| Kubernetes::ResourceV1beta2Api | delete_namespaced_resource_claim_template_resource_v1beta2 | DELETE /apis/resource.k8s.io/v1beta2/namespaces/namespace/resourceclaimtemplates/name | |
| Kubernetes::ResourceV1beta2Api | delete_resource_slice_resource_v1beta2 | DELETE /apis/resource.k8s.io/v1beta2/resourceslices/name | |
| Kubernetes::ResourceV1beta2Api | get_api_resources_resource_v1beta2 | GET /apis/resource.k8s.io/v1beta2/ | |
| Kubernetes::ResourceV1beta2Api | list_device_class_resource_v1beta2 | GET /apis/resource.k8s.io/v1beta2/deviceclasses | |
| Kubernetes::ResourceV1beta2Api | list_namespaced_resource_claim_resource_v1beta2 | GET /apis/resource.k8s.io/v1beta2/namespaces/namespace/resourceclaims | |
| Kubernetes::ResourceV1beta2Api | list_namespaced_resource_claim_template_resource_v1beta2 | GET /apis/resource.k8s.io/v1beta2/namespaces/namespace/resourceclaimtemplates | |
| Kubernetes::ResourceV1beta2Api | list_resource_claim_for_all_namespaces_resource_v1beta2 | GET /apis/resource.k8s.io/v1beta2/resourceclaims | |
| Kubernetes::ResourceV1beta2Api | list_resource_claim_template_for_all_namespaces_resource_v1beta2 | GET /apis/resource.k8s.io/v1beta2/resourceclaimtemplates | |
| Kubernetes::ResourceV1beta2Api | list_resource_slice_resource_v1beta2 | GET /apis/resource.k8s.io/v1beta2/resourceslices | |
| Kubernetes::ResourceV1beta2Api | patch_device_class_resource_v1beta2 | PATCH /apis/resource.k8s.io/v1beta2/deviceclasses/name | |
| Kubernetes::ResourceV1beta2Api | patch_namespaced_resource_claim_resource_v1beta2 | PATCH /apis/resource.k8s.io/v1beta2/namespaces/namespace/resourceclaims/name | |
| Kubernetes::ResourceV1beta2Api | patch_namespaced_resource_claim_status_resource_v1beta2 | PATCH /apis/resource.k8s.io/v1beta2/namespaces/namespace/resourceclaims/name/status | |
| Kubernetes::ResourceV1beta2Api | patch_namespaced_resource_claim_template_resource_v1beta2 | PATCH /apis/resource.k8s.io/v1beta2/namespaces/namespace/resourceclaimtemplates/name | |
| Kubernetes::ResourceV1beta2Api | patch_resource_slice_resource_v1beta2 | PATCH /apis/resource.k8s.io/v1beta2/resourceslices/name | |
| Kubernetes::ResourceV1beta2Api | read_device_class_resource_v1beta2 | GET /apis/resource.k8s.io/v1beta2/deviceclasses/name | |
| Kubernetes::ResourceV1beta2Api | read_namespaced_resource_claim_resource_v1beta2 | GET /apis/resource.k8s.io/v1beta2/namespaces/namespace/resourceclaims/name | |
| Kubernetes::ResourceV1beta2Api | read_namespaced_resource_claim_status_resource_v1beta2 | GET /apis/resource.k8s.io/v1beta2/namespaces/namespace/resourceclaims/name/status | |
| Kubernetes::ResourceV1beta2Api | read_namespaced_resource_claim_template_resource_v1beta2 | GET /apis/resource.k8s.io/v1beta2/namespaces/namespace/resourceclaimtemplates/name | |
| Kubernetes::ResourceV1beta2Api | read_resource_slice_resource_v1beta2 | GET /apis/resource.k8s.io/v1beta2/resourceslices/name | |
| Kubernetes::ResourceV1beta2Api | replace_device_class_resource_v1beta2 | PUT /apis/resource.k8s.io/v1beta2/deviceclasses/name | |
| Kubernetes::ResourceV1beta2Api | replace_namespaced_resource_claim_resource_v1beta2 | PUT /apis/resource.k8s.io/v1beta2/namespaces/namespace/resourceclaims/name | |
| Kubernetes::ResourceV1beta2Api | replace_namespaced_resource_claim_status_resource_v1beta2 | PUT /apis/resource.k8s.io/v1beta2/namespaces/namespace/resourceclaims/name/status | |
| Kubernetes::ResourceV1beta2Api | replace_namespaced_resource_claim_template_resource_v1beta2 | PUT /apis/resource.k8s.io/v1beta2/namespaces/namespace/resourceclaimtemplates/name | |
| Kubernetes::ResourceV1beta2Api | replace_resource_slice_resource_v1beta2 | PUT /apis/resource.k8s.io/v1beta2/resourceslices/name | |
| Kubernetes::SchedulingApi | get_api_group_scheduling | GET /apis/scheduling.k8s.io/ | |
| Kubernetes::SchedulingV1Api | create_priority_class | POST /apis/scheduling.k8s.io/v1/priorityclasses | |
| Kubernetes::SchedulingV1Api | delete_collection_priority_class | DELETE /apis/scheduling.k8s.io/v1/priorityclasses | |
| Kubernetes::SchedulingV1Api | delete_priority_class | DELETE /apis/scheduling.k8s.io/v1/priorityclasses/name | |
| Kubernetes::SchedulingV1Api | get_api_resources_scheduling_v1 | GET /apis/scheduling.k8s.io/v1/ | |
| Kubernetes::SchedulingV1Api | list_priority_class | GET /apis/scheduling.k8s.io/v1/priorityclasses | |
| Kubernetes::SchedulingV1Api | patch_priority_class | PATCH /apis/scheduling.k8s.io/v1/priorityclasses/name | |
| Kubernetes::SchedulingV1Api | read_priority_class | GET /apis/scheduling.k8s.io/v1/priorityclasses/name | |
| Kubernetes::SchedulingV1Api | replace_priority_class | PUT /apis/scheduling.k8s.io/v1/priorityclasses/name | |
| Kubernetes::SchedulingV1alpha1Api | create_namespaced_workload | POST /apis/scheduling.k8s.io/v1alpha1/namespaces/namespace/workloads | |
| Kubernetes::SchedulingV1alpha1Api | delete_collection_namespaced_workload | DELETE /apis/scheduling.k8s.io/v1alpha1/namespaces/namespace/workloads | |
| Kubernetes::SchedulingV1alpha1Api | delete_namespaced_workload | DELETE /apis/scheduling.k8s.io/v1alpha1/namespaces/namespace/workloads/name | |
| Kubernetes::SchedulingV1alpha1Api | get_api_resources_scheduling_v1alpha1 | GET /apis/scheduling.k8s.io/v1alpha1/ | |
| Kubernetes::SchedulingV1alpha1Api | list_namespaced_workload | GET /apis/scheduling.k8s.io/v1alpha1/namespaces/namespace/workloads | |
| Kubernetes::SchedulingV1alpha1Api | list_workload_for_all_namespaces | GET /apis/scheduling.k8s.io/v1alpha1/workloads | |
| Kubernetes::SchedulingV1alpha1Api | patch_namespaced_workload | PATCH /apis/scheduling.k8s.io/v1alpha1/namespaces/namespace/workloads/name | |
| Kubernetes::SchedulingV1alpha1Api | read_namespaced_workload | GET /apis/scheduling.k8s.io/v1alpha1/namespaces/namespace/workloads/name | |
| Kubernetes::SchedulingV1alpha1Api | replace_namespaced_workload | PUT /apis/scheduling.k8s.io/v1alpha1/namespaces/namespace/workloads/name | |
| Kubernetes::StorageApi | get_api_group_storage | GET /apis/storage.k8s.io/ | |
| Kubernetes::StorageV1Api | create_csi_driver | POST /apis/storage.k8s.io/v1/csidrivers | |
| Kubernetes::StorageV1Api | create_csi_node | POST /apis/storage.k8s.io/v1/csinodes | |
| Kubernetes::StorageV1Api | create_namespaced_csi_storage_capacity | POST /apis/storage.k8s.io/v1/namespaces/namespace/csistoragecapacities | |
| Kubernetes::StorageV1Api | create_storage_class | POST /apis/storage.k8s.io/v1/storageclasses | |
| Kubernetes::StorageV1Api | create_volume_attachment | POST /apis/storage.k8s.io/v1/volumeattachments | |
| Kubernetes::StorageV1Api | create_volume_attributes_class_storage_v1 | POST /apis/storage.k8s.io/v1/volumeattributesclasses | |
| Kubernetes::StorageV1Api | delete_collection_csi_driver | DELETE /apis/storage.k8s.io/v1/csidrivers | |
| Kubernetes::StorageV1Api | delete_collection_csi_node | DELETE /apis/storage.k8s.io/v1/csinodes | |
| Kubernetes::StorageV1Api | delete_collection_namespaced_csi_storage_capacity | DELETE /apis/storage.k8s.io/v1/namespaces/namespace/csistoragecapacities | |
| Kubernetes::StorageV1Api | delete_collection_storage_class | DELETE /apis/storage.k8s.io/v1/storageclasses | |
| Kubernetes::StorageV1Api | delete_collection_volume_attachment | DELETE /apis/storage.k8s.io/v1/volumeattachments | |
| Kubernetes::StorageV1Api | delete_collection_volume_attributes_class_storage_v1 | DELETE /apis/storage.k8s.io/v1/volumeattributesclasses | |
| Kubernetes::StorageV1Api | delete_csi_driver | DELETE /apis/storage.k8s.io/v1/csidrivers/name | |
| Kubernetes::StorageV1Api | delete_csi_node | DELETE /apis/storage.k8s.io/v1/csinodes/name | |
| Kubernetes::StorageV1Api | delete_namespaced_csi_storage_capacity | DELETE /apis/storage.k8s.io/v1/namespaces/namespace/csistoragecapacities/name | |
| Kubernetes::StorageV1Api | delete_storage_class | DELETE /apis/storage.k8s.io/v1/storageclasses/name | |
| Kubernetes::StorageV1Api | delete_volume_attachment | DELETE /apis/storage.k8s.io/v1/volumeattachments/name | |
| Kubernetes::StorageV1Api | delete_volume_attributes_class_storage_v1 | DELETE /apis/storage.k8s.io/v1/volumeattributesclasses/name | |
| Kubernetes::StorageV1Api | get_api_resources_storage_v1 | GET /apis/storage.k8s.io/v1/ | |
| Kubernetes::StorageV1Api | list_csi_driver | GET /apis/storage.k8s.io/v1/csidrivers | |
| Kubernetes::StorageV1Api | list_csi_node | GET /apis/storage.k8s.io/v1/csinodes | |
| Kubernetes::StorageV1Api | list_csi_storage_capacity_for_all_namespaces | GET /apis/storage.k8s.io/v1/csistoragecapacities | |
| Kubernetes::StorageV1Api | list_namespaced_csi_storage_capacity | GET /apis/storage.k8s.io/v1/namespaces/namespace/csistoragecapacities | |
| Kubernetes::StorageV1Api | list_storage_class | GET /apis/storage.k8s.io/v1/storageclasses | |
| Kubernetes::StorageV1Api | list_volume_attachment | GET /apis/storage.k8s.io/v1/volumeattachments | |
| Kubernetes::StorageV1Api | list_volume_attributes_class_storage_v1 | GET /apis/storage.k8s.io/v1/volumeattributesclasses | |
| Kubernetes::StorageV1Api | patch_csi_driver | PATCH /apis/storage.k8s.io/v1/csidrivers/name | |
| Kubernetes::StorageV1Api | patch_csi_node | PATCH /apis/storage.k8s.io/v1/csinodes/name | |
| Kubernetes::StorageV1Api | patch_namespaced_csi_storage_capacity | PATCH /apis/storage.k8s.io/v1/namespaces/namespace/csistoragecapacities/name | |
| Kubernetes::StorageV1Api | patch_storage_class | PATCH /apis/storage.k8s.io/v1/storageclasses/name | |
| Kubernetes::StorageV1Api | patch_volume_attachment | PATCH /apis/storage.k8s.io/v1/volumeattachments/name | |
| Kubernetes::StorageV1Api | patch_volume_attachment_status | PATCH /apis/storage.k8s.io/v1/volumeattachments/name/status | |
| Kubernetes::StorageV1Api | patch_volume_attributes_class_storage_v1 | PATCH /apis/storage.k8s.io/v1/volumeattributesclasses/name | |
| Kubernetes::StorageV1Api | read_csi_driver | GET /apis/storage.k8s.io/v1/csidrivers/name | |
| Kubernetes::StorageV1Api | read_csi_node | GET /apis/storage.k8s.io/v1/csinodes/name | |
| Kubernetes::StorageV1Api | read_namespaced_csi_storage_capacity | GET /apis/storage.k8s.io/v1/namespaces/namespace/csistoragecapacities/name | |
| Kubernetes::StorageV1Api | read_storage_class | GET /apis/storage.k8s.io/v1/storageclasses/name | |
| Kubernetes::StorageV1Api | read_volume_attachment | GET /apis/storage.k8s.io/v1/volumeattachments/name | |
| Kubernetes::StorageV1Api | read_volume_attachment_status | GET /apis/storage.k8s.io/v1/volumeattachments/name/status | |
| Kubernetes::StorageV1Api | read_volume_attributes_class_storage_v1 | GET /apis/storage.k8s.io/v1/volumeattributesclasses/name | |
| Kubernetes::StorageV1Api | replace_csi_driver | PUT /apis/storage.k8s.io/v1/csidrivers/name | |
| Kubernetes::StorageV1Api | replace_csi_node | PUT /apis/storage.k8s.io/v1/csinodes/name | |
| Kubernetes::StorageV1Api | replace_namespaced_csi_storage_capacity | PUT /apis/storage.k8s.io/v1/namespaces/namespace/csistoragecapacities/name | |
| Kubernetes::StorageV1Api | replace_storage_class | PUT /apis/storage.k8s.io/v1/storageclasses/name | |
| Kubernetes::StorageV1Api | replace_volume_attachment | PUT /apis/storage.k8s.io/v1/volumeattachments/name | |
| Kubernetes::StorageV1Api | replace_volume_attachment_status | PUT /apis/storage.k8s.io/v1/volumeattachments/name/status | |
| Kubernetes::StorageV1Api | replace_volume_attributes_class_storage_v1 | PUT /apis/storage.k8s.io/v1/volumeattributesclasses/name | |
| Kubernetes::StorageV1beta1Api | create_volume_attributes_class_storage_v1beta1 | POST /apis/storage.k8s.io/v1beta1/volumeattributesclasses | |
| Kubernetes::StorageV1beta1Api | delete_collection_volume_attributes_class_storage_v1beta1 | DELETE /apis/storage.k8s.io/v1beta1/volumeattributesclasses | |
| Kubernetes::StorageV1beta1Api | delete_volume_attributes_class_storage_v1beta1 | DELETE /apis/storage.k8s.io/v1beta1/volumeattributesclasses/name | |
| Kubernetes::StorageV1beta1Api | get_api_resources_storage_v1beta1 | GET /apis/storage.k8s.io/v1beta1/ | |
| Kubernetes::StorageV1beta1Api | list_volume_attributes_class_storage_v1beta1 | GET /apis/storage.k8s.io/v1beta1/volumeattributesclasses | |
| Kubernetes::StorageV1beta1Api | patch_volume_attributes_class_storage_v1beta1 | PATCH /apis/storage.k8s.io/v1beta1/volumeattributesclasses/name | |
| Kubernetes::StorageV1beta1Api | read_volume_attributes_class_storage_v1beta1 | GET /apis/storage.k8s.io/v1beta1/volumeattributesclasses/name | |
| Kubernetes::StorageV1beta1Api | replace_volume_attributes_class_storage_v1beta1 | PUT /apis/storage.k8s.io/v1beta1/volumeattributesclasses/name | |
| Kubernetes::StoragemigrationApi | get_api_group_storagemigration | GET /apis/storagemigration.k8s.io/ | |
| Kubernetes::StoragemigrationV1beta1Api | create_storage_version_migration | POST /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations | |
| Kubernetes::StoragemigrationV1beta1Api | delete_collection_storage_version_migration | DELETE /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations | |
| Kubernetes::StoragemigrationV1beta1Api | delete_storage_version_migration | DELETE /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations/name | |
| Kubernetes::StoragemigrationV1beta1Api | get_api_resources_storagemigration_v1beta1 | GET /apis/storagemigration.k8s.io/v1beta1/ | |
| Kubernetes::StoragemigrationV1beta1Api | list_storage_version_migration | GET /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations | |
| Kubernetes::StoragemigrationV1beta1Api | patch_storage_version_migration | PATCH /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations/name | |
| Kubernetes::StoragemigrationV1beta1Api | patch_storage_version_migration_status | PATCH /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations/name/status | |
| Kubernetes::StoragemigrationV1beta1Api | read_storage_version_migration | GET /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations/name | |
| Kubernetes::StoragemigrationV1beta1Api | read_storage_version_migration_status | GET /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations/name/status | |
| Kubernetes::StoragemigrationV1beta1Api | replace_storage_version_migration | PUT /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations/name | |
| Kubernetes::StoragemigrationV1beta1Api | replace_storage_version_migration_status | PUT /apis/storagemigration.k8s.io/v1beta1/storageversionmigrations/name/status | |
| Kubernetes::VersionApi | get_code | GET /version/ | |
| Kubernetes::WellKnownApi | get_service_account_issuer_open_id_configuration | GET /.well-known/openid-configuration |
Documentation for Models
- Kubernetes::AdmissionregistrationV1ServiceReference
- Kubernetes::AdmissionregistrationV1WebhookClientConfig
- Kubernetes::ApiextensionsV1ServiceReference
- Kubernetes::ApiextensionsV1WebhookClientConfig
- Kubernetes::ApiregistrationV1ServiceReference
- Kubernetes::AuthenticationV1TokenRequest
- Kubernetes::CoreV1EndpointPort
- Kubernetes::CoreV1Event
- Kubernetes::CoreV1EventList
- Kubernetes::CoreV1EventSeries
- Kubernetes::CoreV1ResourceClaim
- Kubernetes::DiscoveryV1EndpointPort
- Kubernetes::EventsV1Event
- Kubernetes::EventsV1EventList
- Kubernetes::EventsV1EventSeries
- Kubernetes::FlowcontrolV1Subject
- Kubernetes::RbacV1Subject
- Kubernetes::ResourceV1ResourceClaim
- Kubernetes::StorageV1TokenRequest
- Kubernetes::V1APIGroup
- Kubernetes::V1APIGroupList
- Kubernetes::V1APIResource
- Kubernetes::V1APIResourceList
- Kubernetes::V1APIService
- Kubernetes::V1APIServiceCondition
- Kubernetes::V1APIServiceList
- Kubernetes::V1APIServiceSpec
- Kubernetes::V1APIServiceStatus
- Kubernetes::V1APIVersions
- Kubernetes::V1AWSElasticBlockStoreVolumeSource
- Kubernetes::V1Affinity
- Kubernetes::V1AggregationRule
- Kubernetes::V1AllocatedDeviceStatus
- Kubernetes::V1AllocationResult
- Kubernetes::V1AppArmorProfile
- Kubernetes::V1AttachedVolume
- Kubernetes::V1AuditAnnotation
- Kubernetes::V1AzureDiskVolumeSource
- Kubernetes::V1AzureFilePersistentVolumeSource
- Kubernetes::V1AzureFileVolumeSource
- Kubernetes::V1Binding
- Kubernetes::V1BoundObjectReference
- Kubernetes::V1CELDeviceSelector
- Kubernetes::V1CSIDriver
- Kubernetes::V1CSIDriverList
- Kubernetes::V1CSIDriverSpec
- Kubernetes::V1CSINode
- Kubernetes::V1CSINodeDriver
- Kubernetes::V1CSINodeList
- Kubernetes::V1CSINodeSpec
- Kubernetes::V1CSIPersistentVolumeSource
- Kubernetes::V1CSIStorageCapacity
- Kubernetes::V1CSIStorageCapacityList
- Kubernetes::V1CSIVolumeSource
- Kubernetes::V1Capabilities
- Kubernetes::V1CapacityRequestPolicy
- Kubernetes::V1CapacityRequestPolicyRange
- Kubernetes::V1CapacityRequirements
- Kubernetes::V1CephFSPersistentVolumeSource
- Kubernetes::V1CephFSVolumeSource
- Kubernetes::V1CertificateSigningRequest
- Kubernetes::V1CertificateSigningRequestCondition
- Kubernetes::V1CertificateSigningRequestList
- Kubernetes::V1CertificateSigningRequestSpec
- Kubernetes::V1CertificateSigningRequestStatus
- Kubernetes::V1CinderPersistentVolumeSource
- Kubernetes::V1CinderVolumeSource
- Kubernetes::V1ClientIPConfig
- Kubernetes::V1ClusterRole
- Kubernetes::V1ClusterRoleBinding
- Kubernetes::V1ClusterRoleBindingList
- Kubernetes::V1ClusterRoleList
- Kubernetes::V1ClusterTrustBundleProjection
- Kubernetes::V1ComponentCondition
- Kubernetes::V1ComponentStatus
- Kubernetes::V1ComponentStatusList
- Kubernetes::V1Condition
- Kubernetes::V1ConfigMap
- Kubernetes::V1ConfigMapEnvSource
- Kubernetes::V1ConfigMapKeySelector
- Kubernetes::V1ConfigMapList
- Kubernetes::V1ConfigMapNodeConfigSource
- Kubernetes::V1ConfigMapProjection
- Kubernetes::V1ConfigMapVolumeSource
- Kubernetes::V1Container
- Kubernetes::V1ContainerExtendedResourceRequest
- Kubernetes::V1ContainerImage
- Kubernetes::V1ContainerPort
- Kubernetes::V1ContainerResizePolicy
- Kubernetes::V1ContainerRestartRule
- Kubernetes::V1ContainerRestartRuleOnExitCodes
- Kubernetes::V1ContainerState
- Kubernetes::V1ContainerStateRunning
- Kubernetes::V1ContainerStateTerminated
- Kubernetes::V1ContainerStateWaiting
- Kubernetes::V1ContainerStatus
- Kubernetes::V1ContainerUser
- Kubernetes::V1ControllerRevision
- Kubernetes::V1ControllerRevisionList
- Kubernetes::V1Counter
- Kubernetes::V1CounterSet
- Kubernetes::V1CronJob
- Kubernetes::V1CronJobList
- Kubernetes::V1CronJobSpec
- Kubernetes::V1CronJobStatus
- Kubernetes::V1CrossVersionObjectReference
- Kubernetes::V1CustomResourceColumnDefinition
- Kubernetes::V1CustomResourceConversion
- Kubernetes::V1CustomResourceDefinition
- Kubernetes::V1CustomResourceDefinitionCondition
- Kubernetes::V1CustomResourceDefinitionList
- Kubernetes::V1CustomResourceDefinitionNames
- Kubernetes::V1CustomResourceDefinitionSpec
- Kubernetes::V1CustomResourceDefinitionStatus
- Kubernetes::V1CustomResourceDefinitionVersion
- Kubernetes::V1CustomResourceSubresourceScale
- Kubernetes::V1CustomResourceSubresources
- Kubernetes::V1CustomResourceValidation
- Kubernetes::V1DaemonEndpoint
- Kubernetes::V1DaemonSet
- Kubernetes::V1DaemonSetCondition
- Kubernetes::V1DaemonSetList
- Kubernetes::V1DaemonSetSpec
- Kubernetes::V1DaemonSetStatus
- Kubernetes::V1DaemonSetUpdateStrategy
- Kubernetes::V1DeleteOptions
- Kubernetes::V1Deployment
- Kubernetes::V1DeploymentCondition
- Kubernetes::V1DeploymentList
- Kubernetes::V1DeploymentSpec
- Kubernetes::V1DeploymentStatus
- Kubernetes::V1DeploymentStrategy
- Kubernetes::V1Device
- Kubernetes::V1DeviceAllocationConfiguration
- Kubernetes::V1DeviceAllocationResult
- Kubernetes::V1DeviceAttribute
- Kubernetes::V1DeviceCapacity
- Kubernetes::V1DeviceClaim
- Kubernetes::V1DeviceClaimConfiguration
- Kubernetes::V1DeviceClass
- Kubernetes::V1DeviceClassConfiguration
- Kubernetes::V1DeviceClassList
- Kubernetes::V1DeviceClassSpec
- Kubernetes::V1DeviceConstraint
- Kubernetes::V1DeviceCounterConsumption
- Kubernetes::V1DeviceRequest
- Kubernetes::V1DeviceRequestAllocationResult
- Kubernetes::V1DeviceSelector
- Kubernetes::V1DeviceSubRequest
- Kubernetes::V1DeviceTaint
- Kubernetes::V1DeviceToleration
- Kubernetes::V1DownwardAPIProjection
- Kubernetes::V1DownwardAPIVolumeFile
- Kubernetes::V1DownwardAPIVolumeSource
- Kubernetes::V1EmptyDirVolumeSource
- Kubernetes::V1Endpoint
- Kubernetes::V1EndpointAddress
- Kubernetes::V1EndpointConditions
- Kubernetes::V1EndpointHints
- Kubernetes::V1EndpointSlice
- Kubernetes::V1EndpointSliceList
- Kubernetes::V1EndpointSubset
- Kubernetes::V1Endpoints
- Kubernetes::V1EndpointsList
- Kubernetes::V1EnvFromSource
- Kubernetes::V1EnvVar
- Kubernetes::V1EnvVarSource
- Kubernetes::V1EphemeralContainer
- Kubernetes::V1EphemeralVolumeSource
- Kubernetes::V1EventSource
- Kubernetes::V1Eviction
- Kubernetes::V1ExactDeviceRequest
- Kubernetes::V1ExecAction
- Kubernetes::V1ExemptPriorityLevelConfiguration
- Kubernetes::V1ExpressionWarning
- Kubernetes::V1ExternalDocumentation
- Kubernetes::V1FCVolumeSource
- Kubernetes::V1FieldSelectorAttributes
- Kubernetes::V1FieldSelectorRequirement
- Kubernetes::V1FileKeySelector
- Kubernetes::V1FlexPersistentVolumeSource
- Kubernetes::V1FlexVolumeSource
- Kubernetes::V1FlockerVolumeSource
- Kubernetes::V1FlowDistinguisherMethod
- Kubernetes::V1FlowSchema
- Kubernetes::V1FlowSchemaCondition
- Kubernetes::V1FlowSchemaList
- Kubernetes::V1FlowSchemaSpec
- Kubernetes::V1FlowSchemaStatus
- Kubernetes::V1ForNode
- Kubernetes::V1ForZone
- Kubernetes::V1GCEPersistentDiskVolumeSource
- Kubernetes::V1GRPCAction
- Kubernetes::V1GitRepoVolumeSource
- Kubernetes::V1GlusterfsPersistentVolumeSource
- Kubernetes::V1GlusterfsVolumeSource
- Kubernetes::V1GroupResource
- Kubernetes::V1GroupSubject
- Kubernetes::V1GroupVersionForDiscovery
- Kubernetes::V1HTTPGetAction
- Kubernetes::V1HTTPHeader
- Kubernetes::V1HTTPIngressPath
- Kubernetes::V1HTTPIngressRuleValue
- Kubernetes::V1HorizontalPodAutoscaler
- Kubernetes::V1HorizontalPodAutoscalerList
- Kubernetes::V1HorizontalPodAutoscalerSpec
- Kubernetes::V1HorizontalPodAutoscalerStatus
- Kubernetes::V1HostAlias
- Kubernetes::V1HostIP
- Kubernetes::V1HostPathVolumeSource
- Kubernetes::V1IPAddress
- Kubernetes::V1IPAddressList
- Kubernetes::V1IPAddressSpec
- Kubernetes::V1IPBlock
- Kubernetes::V1ISCSIPersistentVolumeSource
- Kubernetes::V1ISCSIVolumeSource
- Kubernetes::V1ImageVolumeSource
- Kubernetes::V1Ingress
- Kubernetes::V1IngressBackend
- Kubernetes::V1IngressClass
- Kubernetes::V1IngressClassList
- Kubernetes::V1IngressClassParametersReference
- Kubernetes::V1IngressClassSpec
- Kubernetes::V1IngressList
- Kubernetes::V1IngressLoadBalancerIngress
- Kubernetes::V1IngressLoadBalancerStatus
- Kubernetes::V1IngressPortStatus
- Kubernetes::V1IngressRule
- Kubernetes::V1IngressServiceBackend
- Kubernetes::V1IngressSpec
- Kubernetes::V1IngressStatus
- Kubernetes::V1IngressTLS
- Kubernetes::V1JSONSchemaProps
- Kubernetes::V1Job
- Kubernetes::V1JobCondition
- Kubernetes::V1JobList
- Kubernetes::V1JobSpec
- Kubernetes::V1JobStatus
- Kubernetes::V1JobTemplateSpec
- Kubernetes::V1KeyToPath
- Kubernetes::V1LabelSelector
- Kubernetes::V1LabelSelectorAttributes
- Kubernetes::V1LabelSelectorRequirement
- Kubernetes::V1Lease
- Kubernetes::V1LeaseList
- Kubernetes::V1LeaseSpec
- Kubernetes::V1Lifecycle
- Kubernetes::V1LifecycleHandler
- Kubernetes::V1LimitRange
- Kubernetes::V1LimitRangeItem
- Kubernetes::V1LimitRangeList
- Kubernetes::V1LimitRangeSpec
- Kubernetes::V1LimitResponse
- Kubernetes::V1LimitedPriorityLevelConfiguration
- Kubernetes::V1LinuxContainerUser
- Kubernetes::V1ListMeta
- Kubernetes::V1LoadBalancerIngress
- Kubernetes::V1LoadBalancerStatus
- Kubernetes::V1LocalObjectReference
- Kubernetes::V1LocalSubjectAccessReview
- Kubernetes::V1LocalVolumeSource
- Kubernetes::V1ManagedFieldsEntry
- Kubernetes::V1MatchCondition
- Kubernetes::V1MatchResources
- Kubernetes::V1ModifyVolumeStatus
- Kubernetes::V1MutatingWebhook
- Kubernetes::V1MutatingWebhookConfiguration
- Kubernetes::V1MutatingWebhookConfigurationList
- Kubernetes::V1NFSVolumeSource
- Kubernetes::V1NamedRuleWithOperations
- Kubernetes::V1Namespace
- Kubernetes::V1NamespaceCondition
- Kubernetes::V1NamespaceList
- Kubernetes::V1NamespaceSpec
- Kubernetes::V1NamespaceStatus
- Kubernetes::V1NetworkDeviceData
- Kubernetes::V1NetworkPolicy
- Kubernetes::V1NetworkPolicyEgressRule
- Kubernetes::V1NetworkPolicyIngressRule
- Kubernetes::V1NetworkPolicyList
- Kubernetes::V1NetworkPolicyPeer
- Kubernetes::V1NetworkPolicyPort
- Kubernetes::V1NetworkPolicySpec
- Kubernetes::V1Node
- Kubernetes::V1NodeAddress
- Kubernetes::V1NodeAffinity
- Kubernetes::V1NodeCondition
- Kubernetes::V1NodeConfigSource
- Kubernetes::V1NodeConfigStatus
- Kubernetes::V1NodeDaemonEndpoints
- Kubernetes::V1NodeFeatures
- Kubernetes::V1NodeList
- Kubernetes::V1NodeRuntimeHandler
- Kubernetes::V1NodeRuntimeHandlerFeatures
- Kubernetes::V1NodeSelector
- Kubernetes::V1NodeSelectorRequirement
- Kubernetes::V1NodeSelectorTerm
- Kubernetes::V1NodeSpec
- Kubernetes::V1NodeStatus
- Kubernetes::V1NodeSwapStatus
- Kubernetes::V1NodeSystemInfo
- Kubernetes::V1NonResourceAttributes
- Kubernetes::V1NonResourcePolicyRule
- Kubernetes::V1NonResourceRule
- Kubernetes::V1ObjectFieldSelector
- Kubernetes::V1ObjectMeta
- Kubernetes::V1ObjectReference
- Kubernetes::V1OpaqueDeviceConfiguration
- Kubernetes::V1Overhead
- Kubernetes::V1OwnerReference
- Kubernetes::V1ParamKind
- Kubernetes::V1ParamRef
- Kubernetes::V1ParentReference
- Kubernetes::V1PersistentVolume
- Kubernetes::V1PersistentVolumeClaim
- Kubernetes::V1PersistentVolumeClaimCondition
- Kubernetes::V1PersistentVolumeClaimList
- Kubernetes::V1PersistentVolumeClaimSpec
- Kubernetes::V1PersistentVolumeClaimStatus
- Kubernetes::V1PersistentVolumeClaimTemplate
- Kubernetes::V1PersistentVolumeClaimVolumeSource
- Kubernetes::V1PersistentVolumeList
- Kubernetes::V1PersistentVolumeSpec
- Kubernetes::V1PersistentVolumeStatus
- Kubernetes::V1PhotonPersistentDiskVolumeSource
- Kubernetes::V1Pod
- Kubernetes::V1PodAffinity
- Kubernetes::V1PodAffinityTerm
- Kubernetes::V1PodAntiAffinity
- Kubernetes::V1PodCertificateProjection
- Kubernetes::V1PodCondition
- Kubernetes::V1PodDNSConfig
- Kubernetes::V1PodDNSConfigOption
- Kubernetes::V1PodDisruptionBudget
- Kubernetes::V1PodDisruptionBudgetList
- Kubernetes::V1PodDisruptionBudgetSpec
- Kubernetes::V1PodDisruptionBudgetStatus
- Kubernetes::V1PodExtendedResourceClaimStatus
- Kubernetes::V1PodFailurePolicy
- Kubernetes::V1PodFailurePolicyOnExitCodesRequirement
- Kubernetes::V1PodFailurePolicyOnPodConditionsPattern
- Kubernetes::V1PodFailurePolicyRule
- Kubernetes::V1PodIP
- Kubernetes::V1PodList
- Kubernetes::V1PodOS
- Kubernetes::V1PodReadinessGate
- Kubernetes::V1PodResourceClaim
- Kubernetes::V1PodResourceClaimStatus
- Kubernetes::V1PodSchedulingGate
- Kubernetes::V1PodSecurityContext
- Kubernetes::V1PodSpec
- Kubernetes::V1PodStatus
- Kubernetes::V1PodTemplate
- Kubernetes::V1PodTemplateList
- Kubernetes::V1PodTemplateSpec
- Kubernetes::V1PolicyRule
- Kubernetes::V1PolicyRulesWithSubjects
- Kubernetes::V1PortStatus
- Kubernetes::V1PortworxVolumeSource
- Kubernetes::V1Preconditions
- Kubernetes::V1PreferredSchedulingTerm
- Kubernetes::V1PriorityClass
- Kubernetes::V1PriorityClassList
- Kubernetes::V1PriorityLevelConfiguration
- Kubernetes::V1PriorityLevelConfigurationCondition
- Kubernetes::V1PriorityLevelConfigurationList
- Kubernetes::V1PriorityLevelConfigurationReference
- Kubernetes::V1PriorityLevelConfigurationSpec
- Kubernetes::V1PriorityLevelConfigurationStatus
- Kubernetes::V1Probe
- Kubernetes::V1ProjectedVolumeSource
- Kubernetes::V1QueuingConfiguration
- Kubernetes::V1QuobyteVolumeSource
- Kubernetes::V1RBDPersistentVolumeSource
- Kubernetes::V1RBDVolumeSource
- Kubernetes::V1ReplicaSet
- Kubernetes::V1ReplicaSetCondition
- Kubernetes::V1ReplicaSetList
- Kubernetes::V1ReplicaSetSpec
- Kubernetes::V1ReplicaSetStatus
- Kubernetes::V1ReplicationController
- Kubernetes::V1ReplicationControllerCondition
- Kubernetes::V1ReplicationControllerList
- Kubernetes::V1ReplicationControllerSpec
- Kubernetes::V1ReplicationControllerStatus
- Kubernetes::V1ResourceAttributes
- Kubernetes::V1ResourceClaimConsumerReference
- Kubernetes::V1ResourceClaimList
- Kubernetes::V1ResourceClaimSpec
- Kubernetes::V1ResourceClaimStatus
- Kubernetes::V1ResourceClaimTemplate
- Kubernetes::V1ResourceClaimTemplateList
- Kubernetes::V1ResourceClaimTemplateSpec
- Kubernetes::V1ResourceFieldSelector
- Kubernetes::V1ResourceHealth
- Kubernetes::V1ResourcePolicyRule
- Kubernetes::V1ResourcePool
- Kubernetes::V1ResourceQuota
- Kubernetes::V1ResourceQuotaList
- Kubernetes::V1ResourceQuotaSpec
- Kubernetes::V1ResourceQuotaStatus
- Kubernetes::V1ResourceRequirements
- Kubernetes::V1ResourceRule
- Kubernetes::V1ResourceSlice
- Kubernetes::V1ResourceSliceList
- Kubernetes::V1ResourceSliceSpec
- Kubernetes::V1ResourceStatus
- Kubernetes::V1Role
- Kubernetes::V1RoleBinding
- Kubernetes::V1RoleBindingList
- Kubernetes::V1RoleList
- Kubernetes::V1RoleRef
- Kubernetes::V1RollingUpdateDaemonSet
- Kubernetes::V1RollingUpdateDeployment
- Kubernetes::V1RollingUpdateStatefulSetStrategy
- Kubernetes::V1RuleWithOperations
- Kubernetes::V1RuntimeClass
- Kubernetes::V1RuntimeClassList
- Kubernetes::V1SELinuxOptions
- Kubernetes::V1Scale
- Kubernetes::V1ScaleIOPersistentVolumeSource
- Kubernetes::V1ScaleIOVolumeSource
- Kubernetes::V1ScaleSpec
- Kubernetes::V1ScaleStatus
- Kubernetes::V1Scheduling
- Kubernetes::V1ScopeSelector
- Kubernetes::V1ScopedResourceSelectorRequirement
- Kubernetes::V1SeccompProfile
- Kubernetes::V1Secret
- Kubernetes::V1SecretEnvSource
- Kubernetes::V1SecretKeySelector
- Kubernetes::V1SecretList
- Kubernetes::V1SecretProjection
- Kubernetes::V1SecretReference
- Kubernetes::V1SecretVolumeSource
- Kubernetes::V1SecurityContext
- Kubernetes::V1SelectableField
- Kubernetes::V1SelfSubjectAccessReview
- Kubernetes::V1SelfSubjectAccessReviewSpec
- Kubernetes::V1SelfSubjectReview
- Kubernetes::V1SelfSubjectReviewStatus
- Kubernetes::V1SelfSubjectRulesReview
- Kubernetes::V1SelfSubjectRulesReviewSpec
- Kubernetes::V1ServerAddressByClientCIDR
- Kubernetes::V1Service
- Kubernetes::V1ServiceAccount
- Kubernetes::V1ServiceAccountList
- Kubernetes::V1ServiceAccountSubject
- Kubernetes::V1ServiceAccountTokenProjection
- Kubernetes::V1ServiceBackendPort
- Kubernetes::V1ServiceCIDR
- Kubernetes::V1ServiceCIDRList
- Kubernetes::V1ServiceCIDRSpec
- Kubernetes::V1ServiceCIDRStatus
- Kubernetes::V1ServiceList
- Kubernetes::V1ServicePort
- Kubernetes::V1ServiceSpec
- Kubernetes::V1ServiceStatus
- Kubernetes::V1SessionAffinityConfig
- Kubernetes::V1SleepAction
- Kubernetes::V1StatefulSet
- Kubernetes::V1StatefulSetCondition
- Kubernetes::V1StatefulSetList
- Kubernetes::V1StatefulSetOrdinals
- Kubernetes::V1StatefulSetPersistentVolumeClaimRetentionPolicy
- Kubernetes::V1StatefulSetSpec
- Kubernetes::V1StatefulSetStatus
- Kubernetes::V1StatefulSetUpdateStrategy
- Kubernetes::V1Status
- Kubernetes::V1StatusCause
- Kubernetes::V1StatusDetails
- Kubernetes::V1StorageClass
- Kubernetes::V1StorageClassList
- Kubernetes::V1StorageOSPersistentVolumeSource
- Kubernetes::V1StorageOSVolumeSource
- Kubernetes::V1SubjectAccessReview
- Kubernetes::V1SubjectAccessReviewSpec
- Kubernetes::V1SubjectAccessReviewStatus
- Kubernetes::V1SubjectRulesReviewStatus
- Kubernetes::V1SuccessPolicy
- Kubernetes::V1SuccessPolicyRule
- Kubernetes::V1Sysctl
- Kubernetes::V1TCPSocketAction
- Kubernetes::V1Taint
- Kubernetes::V1TokenRequestSpec
- Kubernetes::V1TokenRequestStatus
- Kubernetes::V1TokenReview
- Kubernetes::V1TokenReviewSpec
- Kubernetes::V1TokenReviewStatus
- Kubernetes::V1Toleration
- Kubernetes::V1TopologySelectorLabelRequirement
- Kubernetes::V1TopologySelectorTerm
- Kubernetes::V1TopologySpreadConstraint
- Kubernetes::V1TypeChecking
- Kubernetes::V1TypedLocalObjectReference
- Kubernetes::V1TypedObjectReference
- Kubernetes::V1UncountedTerminatedPods
- Kubernetes::V1UserInfo
- Kubernetes::V1UserSubject
- Kubernetes::V1ValidatingAdmissionPolicy
- Kubernetes::V1ValidatingAdmissionPolicyBinding
- Kubernetes::V1ValidatingAdmissionPolicyBindingList
- Kubernetes::V1ValidatingAdmissionPolicyBindingSpec
- Kubernetes::V1ValidatingAdmissionPolicyList
- Kubernetes::V1ValidatingAdmissionPolicySpec
- Kubernetes::V1ValidatingAdmissionPolicyStatus
- Kubernetes::V1ValidatingWebhook
- Kubernetes::V1ValidatingWebhookConfiguration
- Kubernetes::V1ValidatingWebhookConfigurationList
- Kubernetes::V1Validation
- Kubernetes::V1ValidationRule
- Kubernetes::V1Variable
- Kubernetes::V1Volume
- Kubernetes::V1VolumeAttachment
- Kubernetes::V1VolumeAttachmentList
- Kubernetes::V1VolumeAttachmentSource
- Kubernetes::V1VolumeAttachmentSpec
- Kubernetes::V1VolumeAttachmentStatus
- Kubernetes::V1VolumeAttributesClass
- Kubernetes::V1VolumeAttributesClassList
- Kubernetes::V1VolumeDevice
- Kubernetes::V1VolumeError
- Kubernetes::V1VolumeMount
- Kubernetes::V1VolumeMountStatus
- Kubernetes::V1VolumeNodeAffinity
- Kubernetes::V1VolumeNodeResources
- Kubernetes::V1VolumeProjection
- Kubernetes::V1VolumeResourceRequirements
- Kubernetes::V1VsphereVirtualDiskVolumeSource
- Kubernetes::V1WatchEvent
- Kubernetes::V1WebhookConversion
- Kubernetes::V1WeightedPodAffinityTerm
- Kubernetes::V1WindowsSecurityContextOptions
- Kubernetes::V1WorkloadReference
- Kubernetes::V1alpha1ApplyConfiguration
- Kubernetes::V1alpha1ClusterTrustBundle
- Kubernetes::V1alpha1ClusterTrustBundleList
- Kubernetes::V1alpha1ClusterTrustBundleSpec
- Kubernetes::V1alpha1GangSchedulingPolicy
- Kubernetes::V1alpha1JSONPatch
- Kubernetes::V1alpha1MatchCondition
- Kubernetes::V1alpha1MatchResources
- Kubernetes::V1alpha1MutatingAdmissionPolicy
- Kubernetes::V1alpha1MutatingAdmissionPolicyBinding
- Kubernetes::V1alpha1MutatingAdmissionPolicyBindingList
- Kubernetes::V1alpha1MutatingAdmissionPolicyBindingSpec
- Kubernetes::V1alpha1MutatingAdmissionPolicyList
- Kubernetes::V1alpha1MutatingAdmissionPolicySpec
- Kubernetes::V1alpha1Mutation
- Kubernetes::V1alpha1NamedRuleWithOperations
- Kubernetes::V1alpha1ParamKind
- Kubernetes::V1alpha1ParamRef
- Kubernetes::V1alpha1PodGroup
- Kubernetes::V1alpha1PodGroupPolicy
- Kubernetes::V1alpha1ServerStorageVersion
- Kubernetes::V1alpha1StorageVersion
- Kubernetes::V1alpha1StorageVersionCondition
- Kubernetes::V1alpha1StorageVersionList
- Kubernetes::V1alpha1StorageVersionStatus
- Kubernetes::V1alpha1TypedLocalObjectReference
- Kubernetes::V1alpha1Variable
- Kubernetes::V1alpha1Workload
- Kubernetes::V1alpha1WorkloadList
- Kubernetes::V1alpha1WorkloadSpec
- Kubernetes::V1alpha2LeaseCandidate
- Kubernetes::V1alpha2LeaseCandidateList
- Kubernetes::V1alpha2LeaseCandidateSpec
- Kubernetes::V1alpha3DeviceTaint
- Kubernetes::V1alpha3DeviceTaintRule
- Kubernetes::V1alpha3DeviceTaintRuleList
- Kubernetes::V1alpha3DeviceTaintRuleSpec
- Kubernetes::V1alpha3DeviceTaintRuleStatus
- Kubernetes::V1alpha3DeviceTaintSelector
- Kubernetes::V1beta1AllocatedDeviceStatus
- Kubernetes::V1beta1AllocationResult
- Kubernetes::V1beta1ApplyConfiguration
- Kubernetes::V1beta1BasicDevice
- Kubernetes::V1beta1CELDeviceSelector
- Kubernetes::V1beta1CapacityRequestPolicy
- Kubernetes::V1beta1CapacityRequestPolicyRange
- Kubernetes::V1beta1CapacityRequirements
- Kubernetes::V1beta1ClusterTrustBundle
- Kubernetes::V1beta1ClusterTrustBundleList
- Kubernetes::V1beta1ClusterTrustBundleSpec
- Kubernetes::V1beta1Counter
- Kubernetes::V1beta1CounterSet
- Kubernetes::V1beta1Device
- Kubernetes::V1beta1DeviceAllocationConfiguration
- Kubernetes::V1beta1DeviceAllocationResult
- Kubernetes::V1beta1DeviceAttribute
- Kubernetes::V1beta1DeviceCapacity
- Kubernetes::V1beta1DeviceClaim
- Kubernetes::V1beta1DeviceClaimConfiguration
- Kubernetes::V1beta1DeviceClass
- Kubernetes::V1beta1DeviceClassConfiguration
- Kubernetes::V1beta1DeviceClassList
- Kubernetes::V1beta1DeviceClassSpec
- Kubernetes::V1beta1DeviceConstraint
- Kubernetes::V1beta1DeviceCounterConsumption
- Kubernetes::V1beta1DeviceRequest
- Kubernetes::V1beta1DeviceRequestAllocationResult
- Kubernetes::V1beta1DeviceSelector
- Kubernetes::V1beta1DeviceSubRequest
- Kubernetes::V1beta1DeviceTaint
- Kubernetes::V1beta1DeviceToleration
- Kubernetes::V1beta1IPAddress
- Kubernetes::V1beta1IPAddressList
- Kubernetes::V1beta1IPAddressSpec
- Kubernetes::V1beta1JSONPatch
- Kubernetes::V1beta1LeaseCandidate
- Kubernetes::V1beta1LeaseCandidateList
- Kubernetes::V1beta1LeaseCandidateSpec
- Kubernetes::V1beta1MatchCondition
- Kubernetes::V1beta1MatchResources
- Kubernetes::V1beta1MutatingAdmissionPolicy
- Kubernetes::V1beta1MutatingAdmissionPolicyBinding
- Kubernetes::V1beta1MutatingAdmissionPolicyBindingList
- Kubernetes::V1beta1MutatingAdmissionPolicyBindingSpec
- Kubernetes::V1beta1MutatingAdmissionPolicyList
- Kubernetes::V1beta1MutatingAdmissionPolicySpec
- Kubernetes::V1beta1Mutation
- Kubernetes::V1beta1NamedRuleWithOperations
- Kubernetes::V1beta1NetworkDeviceData
- Kubernetes::V1beta1OpaqueDeviceConfiguration
- Kubernetes::V1beta1ParamKind
- Kubernetes::V1beta1ParamRef
- Kubernetes::V1beta1ParentReference
- Kubernetes::V1beta1PodCertificateRequest
- Kubernetes::V1beta1PodCertificateRequestList
- Kubernetes::V1beta1PodCertificateRequestSpec
- Kubernetes::V1beta1PodCertificateRequestStatus
- Kubernetes::V1beta1ResourceClaim
- Kubernetes::V1beta1ResourceClaimConsumerReference
- Kubernetes::V1beta1ResourceClaimList
- Kubernetes::V1beta1ResourceClaimSpec
- Kubernetes::V1beta1ResourceClaimStatus
- Kubernetes::V1beta1ResourceClaimTemplate
- Kubernetes::V1beta1ResourceClaimTemplateList
- Kubernetes::V1beta1ResourceClaimTemplateSpec
- Kubernetes::V1beta1ResourcePool
- Kubernetes::V1beta1ResourceSlice
- Kubernetes::V1beta1ResourceSliceList
- Kubernetes::V1beta1ResourceSliceSpec
- Kubernetes::V1beta1ServiceCIDR
- Kubernetes::V1beta1ServiceCIDRList
- Kubernetes::V1beta1ServiceCIDRSpec
- Kubernetes::V1beta1ServiceCIDRStatus
- Kubernetes::V1beta1StorageVersionMigration
- Kubernetes::V1beta1StorageVersionMigrationList
- Kubernetes::V1beta1StorageVersionMigrationSpec
- Kubernetes::V1beta1StorageVersionMigrationStatus
- Kubernetes::V1beta1Variable
- Kubernetes::V1beta1VolumeAttributesClass
- Kubernetes::V1beta1VolumeAttributesClassList
- Kubernetes::V1beta2AllocatedDeviceStatus
- Kubernetes::V1beta2AllocationResult
- Kubernetes::V1beta2CELDeviceSelector
- Kubernetes::V1beta2CapacityRequestPolicy
- Kubernetes::V1beta2CapacityRequestPolicyRange
- Kubernetes::V1beta2CapacityRequirements
- Kubernetes::V1beta2Counter
- Kubernetes::V1beta2CounterSet
- Kubernetes::V1beta2Device
- Kubernetes::V1beta2DeviceAllocationConfiguration
- Kubernetes::V1beta2DeviceAllocationResult
- Kubernetes::V1beta2DeviceAttribute
- Kubernetes::V1beta2DeviceCapacity
- Kubernetes::V1beta2DeviceClaim
- Kubernetes::V1beta2DeviceClaimConfiguration
- Kubernetes::V1beta2DeviceClass
- Kubernetes::V1beta2DeviceClassConfiguration
- Kubernetes::V1beta2DeviceClassList
- Kubernetes::V1beta2DeviceClassSpec
- Kubernetes::V1beta2DeviceConstraint
- Kubernetes::V1beta2DeviceCounterConsumption
- Kubernetes::V1beta2DeviceRequest
- Kubernetes::V1beta2DeviceRequestAllocationResult
- Kubernetes::V1beta2DeviceSelector
- Kubernetes::V1beta2DeviceSubRequest
- Kubernetes::V1beta2DeviceTaint
- Kubernetes::V1beta2DeviceToleration
- Kubernetes::V1beta2ExactDeviceRequest
- Kubernetes::V1beta2NetworkDeviceData
- Kubernetes::V1beta2OpaqueDeviceConfiguration
- Kubernetes::V1beta2ResourceClaim
- Kubernetes::V1beta2ResourceClaimConsumerReference
- Kubernetes::V1beta2ResourceClaimList
- Kubernetes::V1beta2ResourceClaimSpec
- Kubernetes::V1beta2ResourceClaimStatus
- Kubernetes::V1beta2ResourceClaimTemplate
- Kubernetes::V1beta2ResourceClaimTemplateList
- Kubernetes::V1beta2ResourceClaimTemplateSpec
- Kubernetes::V1beta2ResourcePool
- Kubernetes::V1beta2ResourceSlice
- Kubernetes::V1beta2ResourceSliceList
- Kubernetes::V1beta2ResourceSliceSpec
- Kubernetes::V2APIGroupDiscovery
- Kubernetes::V2APIGroupDiscoveryList
- Kubernetes::V2APIResourceDiscovery
- Kubernetes::V2APISubresourceDiscovery
- Kubernetes::V2APIVersionDiscovery
- Kubernetes::V2ContainerResourceMetricSource
- Kubernetes::V2ContainerResourceMetricStatus
- Kubernetes::V2CrossVersionObjectReference
- Kubernetes::V2ExternalMetricSource
- Kubernetes::V2ExternalMetricStatus
- Kubernetes::V2HPAScalingPolicy
- Kubernetes::V2HPAScalingRules
- Kubernetes::V2HorizontalPodAutoscaler
- Kubernetes::V2HorizontalPodAutoscalerBehavior
- Kubernetes::V2HorizontalPodAutoscalerCondition
- Kubernetes::V2HorizontalPodAutoscalerList
- Kubernetes::V2HorizontalPodAutoscalerSpec
- Kubernetes::V2HorizontalPodAutoscalerStatus
- Kubernetes::V2MetricIdentifier
- Kubernetes::V2MetricSpec
- Kubernetes::V2MetricStatus
- Kubernetes::V2MetricTarget
- Kubernetes::V2MetricValueStatus
- Kubernetes::V2ObjectMetricSource
- Kubernetes::V2ObjectMetricStatus
- Kubernetes::V2PodsMetricSource
- Kubernetes::V2PodsMetricStatus
- Kubernetes::V2ResourceMetricSource
- Kubernetes::V2ResourceMetricStatus
- Kubernetes::V2beta1APIGroupDiscovery
- Kubernetes::V2beta1APIGroupDiscoveryList
- Kubernetes::V2beta1APIResourceDiscovery
- Kubernetes::V2beta1APISubresourceDiscovery
- Kubernetes::V2beta1APIVersionDiscovery
- Kubernetes::VersionInfo
Documentation for Authorization
BearerToken
- Type: API key
- API key parameter name: authorization
- Location: HTTP header