Skip to content

avranju/kube-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust API client for kube_rust

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

Overview

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

  • API version: v1.7.12
  • Package version: 1.0.0
  • Build package: io.swagger.codegen.languages.RustClientCodegen

Installation

Put the package under your project folder and add the following in import:

    "./kube_rust"

Documentation for API Endpoints

All URIs are relative to https://localhost

Class Method HTTP request Description
AdmissionregistrationApi get_admissionregistration_api_group Get /apis/admissionregistration.k8s.io/
AdmissionregistrationV1alpha1Api create_admissionregistration_v1alpha1_external_admission_hook_configuration Post /apis/admissionregistration.k8s.io/v1alpha1/externaladmissionhookconfigurations
AdmissionregistrationV1alpha1Api create_admissionregistration_v1alpha1_initializer_configuration Post /apis/admissionregistration.k8s.io/v1alpha1/initializerconfigurations
AdmissionregistrationV1alpha1Api delete_admissionregistration_v1alpha1_collection_external_admission_hook_configuration Delete /apis/admissionregistration.k8s.io/v1alpha1/externaladmissionhookconfigurations
AdmissionregistrationV1alpha1Api delete_admissionregistration_v1alpha1_collection_initializer_configuration Delete /apis/admissionregistration.k8s.io/v1alpha1/initializerconfigurations
AdmissionregistrationV1alpha1Api delete_admissionregistration_v1alpha1_external_admission_hook_configuration Delete /apis/admissionregistration.k8s.io/v1alpha1/externaladmissionhookconfigurations/{name}
AdmissionregistrationV1alpha1Api delete_admissionregistration_v1alpha1_initializer_configuration Delete /apis/admissionregistration.k8s.io/v1alpha1/initializerconfigurations/{name}
AdmissionregistrationV1alpha1Api get_admissionregistration_v1alpha1_api_resources Get /apis/admissionregistration.k8s.io/v1alpha1/
AdmissionregistrationV1alpha1Api list_admissionregistration_v1alpha1_external_admission_hook_configuration Get /apis/admissionregistration.k8s.io/v1alpha1/externaladmissionhookconfigurations
AdmissionregistrationV1alpha1Api list_admissionregistration_v1alpha1_initializer_configuration Get /apis/admissionregistration.k8s.io/v1alpha1/initializerconfigurations
AdmissionregistrationV1alpha1Api patch_admissionregistration_v1alpha1_external_admission_hook_configuration Patch /apis/admissionregistration.k8s.io/v1alpha1/externaladmissionhookconfigurations/{name}
AdmissionregistrationV1alpha1Api patch_admissionregistration_v1alpha1_initializer_configuration Patch /apis/admissionregistration.k8s.io/v1alpha1/initializerconfigurations/{name}
AdmissionregistrationV1alpha1Api read_admissionregistration_v1alpha1_external_admission_hook_configuration Get /apis/admissionregistration.k8s.io/v1alpha1/externaladmissionhookconfigurations/{name}
AdmissionregistrationV1alpha1Api read_admissionregistration_v1alpha1_initializer_configuration Get /apis/admissionregistration.k8s.io/v1alpha1/initializerconfigurations/{name}
AdmissionregistrationV1alpha1Api replace_admissionregistration_v1alpha1_external_admission_hook_configuration Put /apis/admissionregistration.k8s.io/v1alpha1/externaladmissionhookconfigurations/{name}
AdmissionregistrationV1alpha1Api replace_admissionregistration_v1alpha1_initializer_configuration Put /apis/admissionregistration.k8s.io/v1alpha1/initializerconfigurations/{name}
AdmissionregistrationV1alpha1Api watch_admissionregistration_v1alpha1_external_admission_hook_configuration Get /apis/admissionregistration.k8s.io/v1alpha1/watch/externaladmissionhookconfigurations/{name}
AdmissionregistrationV1alpha1Api watch_admissionregistration_v1alpha1_external_admission_hook_configuration_list Get /apis/admissionregistration.k8s.io/v1alpha1/watch/externaladmissionhookconfigurations
AdmissionregistrationV1alpha1Api watch_admissionregistration_v1alpha1_initializer_configuration Get /apis/admissionregistration.k8s.io/v1alpha1/watch/initializerconfigurations/{name}
AdmissionregistrationV1alpha1Api watch_admissionregistration_v1alpha1_initializer_configuration_list Get /apis/admissionregistration.k8s.io/v1alpha1/watch/initializerconfigurations
ApiregistrationApi get_apiregistration_api_group Get /apis/apiregistration.k8s.io/
ApiregistrationV1beta1Api create_apiregistration_v1beta1_api_service Post /apis/apiregistration.k8s.io/v1beta1/apiservices
ApiregistrationV1beta1Api delete_apiregistration_v1beta1_api_service Delete /apis/apiregistration.k8s.io/v1beta1/apiservices/{name}
ApiregistrationV1beta1Api delete_apiregistration_v1beta1_collection_api_service Delete /apis/apiregistration.k8s.io/v1beta1/apiservices
ApiregistrationV1beta1Api get_apiregistration_v1beta1_api_resources Get /apis/apiregistration.k8s.io/v1beta1/
ApiregistrationV1beta1Api list_apiregistration_v1beta1_api_service Get /apis/apiregistration.k8s.io/v1beta1/apiservices
ApiregistrationV1beta1Api patch_apiregistration_v1beta1_api_service Patch /apis/apiregistration.k8s.io/v1beta1/apiservices/{name}
ApiregistrationV1beta1Api read_apiregistration_v1beta1_api_service Get /apis/apiregistration.k8s.io/v1beta1/apiservices/{name}
ApiregistrationV1beta1Api replace_apiregistration_v1beta1_api_service Put /apis/apiregistration.k8s.io/v1beta1/apiservices/{name}
ApiregistrationV1beta1Api replace_apiregistration_v1beta1_api_service_status Put /apis/apiregistration.k8s.io/v1beta1/apiservices/{name}/status
ApiregistrationV1beta1Api watch_apiregistration_v1beta1_api_service Get /apis/apiregistration.k8s.io/v1beta1/watch/apiservices/{name}
ApiregistrationV1beta1Api watch_apiregistration_v1beta1_api_service_list Get /apis/apiregistration.k8s.io/v1beta1/watch/apiservices
ApisApi get_api_versions Get /apis/
AppsApi get_apps_api_group Get /apis/apps/
AppsV1beta1Api create_apps_v1beta1_namespaced_controller_revision Post /apis/apps/v1beta1/namespaces/{namespace}/controllerrevisions
AppsV1beta1Api create_apps_v1beta1_namespaced_deployment Post /apis/apps/v1beta1/namespaces/{namespace}/deployments
AppsV1beta1Api create_apps_v1beta1_namespaced_deployment_rollback Post /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/rollback
AppsV1beta1Api create_apps_v1beta1_namespaced_stateful_set Post /apis/apps/v1beta1/namespaces/{namespace}/statefulsets
AppsV1beta1Api delete_apps_v1beta1_collection_namespaced_controller_revision Delete /apis/apps/v1beta1/namespaces/{namespace}/controllerrevisions
AppsV1beta1Api delete_apps_v1beta1_collection_namespaced_deployment Delete /apis/apps/v1beta1/namespaces/{namespace}/deployments
AppsV1beta1Api delete_apps_v1beta1_collection_namespaced_stateful_set Delete /apis/apps/v1beta1/namespaces/{namespace}/statefulsets
AppsV1beta1Api delete_apps_v1beta1_namespaced_controller_revision Delete /apis/apps/v1beta1/namespaces/{namespace}/controllerrevisions/{name}
AppsV1beta1Api delete_apps_v1beta1_namespaced_deployment Delete /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}
AppsV1beta1Api delete_apps_v1beta1_namespaced_stateful_set Delete /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}
AppsV1beta1Api get_apps_v1beta1_api_resources Get /apis/apps/v1beta1/
AppsV1beta1Api list_apps_v1beta1_controller_revision_for_all_namespaces Get /apis/apps/v1beta1/controllerrevisions
AppsV1beta1Api list_apps_v1beta1_deployment_for_all_namespaces Get /apis/apps/v1beta1/deployments
AppsV1beta1Api list_apps_v1beta1_namespaced_controller_revision Get /apis/apps/v1beta1/namespaces/{namespace}/controllerrevisions
AppsV1beta1Api list_apps_v1beta1_namespaced_deployment Get /apis/apps/v1beta1/namespaces/{namespace}/deployments
AppsV1beta1Api list_apps_v1beta1_namespaced_stateful_set Get /apis/apps/v1beta1/namespaces/{namespace}/statefulsets
AppsV1beta1Api list_apps_v1beta1_stateful_set_for_all_namespaces Get /apis/apps/v1beta1/statefulsets
AppsV1beta1Api patch_apps_v1beta1_namespaced_controller_revision Patch /apis/apps/v1beta1/namespaces/{namespace}/controllerrevisions/{name}
AppsV1beta1Api patch_apps_v1beta1_namespaced_deployment Patch /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}
AppsV1beta1Api patch_apps_v1beta1_namespaced_deployment_scale Patch /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/scale
AppsV1beta1Api patch_apps_v1beta1_namespaced_deployment_status Patch /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/status
AppsV1beta1Api patch_apps_v1beta1_namespaced_stateful_set Patch /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}
AppsV1beta1Api patch_apps_v1beta1_namespaced_stateful_set_status Patch /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/status
AppsV1beta1Api read_apps_v1beta1_namespaced_controller_revision Get /apis/apps/v1beta1/namespaces/{namespace}/controllerrevisions/{name}
AppsV1beta1Api read_apps_v1beta1_namespaced_deployment Get /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}
AppsV1beta1Api read_apps_v1beta1_namespaced_deployment_scale Get /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/scale
AppsV1beta1Api read_apps_v1beta1_namespaced_deployment_status Get /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/status
AppsV1beta1Api read_apps_v1beta1_namespaced_stateful_set Get /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}
AppsV1beta1Api read_apps_v1beta1_namespaced_stateful_set_status Get /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/status
AppsV1beta1Api replace_apps_v1beta1_namespaced_controller_revision Put /apis/apps/v1beta1/namespaces/{namespace}/controllerrevisions/{name}
AppsV1beta1Api replace_apps_v1beta1_namespaced_deployment Put /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}
AppsV1beta1Api replace_apps_v1beta1_namespaced_deployment_scale Put /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/scale
AppsV1beta1Api replace_apps_v1beta1_namespaced_deployment_status Put /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/status
AppsV1beta1Api replace_apps_v1beta1_namespaced_stateful_set Put /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}
AppsV1beta1Api replace_apps_v1beta1_namespaced_stateful_set_status Put /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/status
AppsV1beta1Api watch_apps_v1beta1_controller_revision_list_for_all_namespaces Get /apis/apps/v1beta1/watch/controllerrevisions
AppsV1beta1Api watch_apps_v1beta1_deployment_list_for_all_namespaces Get /apis/apps/v1beta1/watch/deployments
AppsV1beta1Api watch_apps_v1beta1_namespaced_controller_revision Get /apis/apps/v1beta1/watch/namespaces/{namespace}/controllerrevisions/{name}
AppsV1beta1Api watch_apps_v1beta1_namespaced_controller_revision_list Get /apis/apps/v1beta1/watch/namespaces/{namespace}/controllerrevisions
AppsV1beta1Api watch_apps_v1beta1_namespaced_deployment Get /apis/apps/v1beta1/watch/namespaces/{namespace}/deployments/{name}
AppsV1beta1Api watch_apps_v1beta1_namespaced_deployment_list Get /apis/apps/v1beta1/watch/namespaces/{namespace}/deployments
AppsV1beta1Api watch_apps_v1beta1_namespaced_stateful_set Get /apis/apps/v1beta1/watch/namespaces/{namespace}/statefulsets/{name}
AppsV1beta1Api watch_apps_v1beta1_namespaced_stateful_set_list Get /apis/apps/v1beta1/watch/namespaces/{namespace}/statefulsets
AppsV1beta1Api watch_apps_v1beta1_stateful_set_list_for_all_namespaces Get /apis/apps/v1beta1/watch/statefulsets
AuthenticationApi get_authentication_api_group Get /apis/authentication.k8s.io/
AuthenticationV1Api create_authentication_v1_token_review Post /apis/authentication.k8s.io/v1/tokenreviews
AuthenticationV1Api get_authentication_v1_api_resources Get /apis/authentication.k8s.io/v1/
AuthenticationV1beta1Api create_authentication_v1beta1_token_review Post /apis/authentication.k8s.io/v1beta1/tokenreviews
AuthenticationV1beta1Api get_authentication_v1beta1_api_resources Get /apis/authentication.k8s.io/v1beta1/
AuthorizationApi get_authorization_api_group Get /apis/authorization.k8s.io/
AuthorizationV1Api create_authorization_v1_namespaced_local_subject_access_review Post /apis/authorization.k8s.io/v1/namespaces/{namespace}/localsubjectaccessreviews
AuthorizationV1Api create_authorization_v1_self_subject_access_review Post /apis/authorization.k8s.io/v1/selfsubjectaccessreviews
AuthorizationV1Api create_authorization_v1_subject_access_review Post /apis/authorization.k8s.io/v1/subjectaccessreviews
AuthorizationV1Api get_authorization_v1_api_resources Get /apis/authorization.k8s.io/v1/
AuthorizationV1beta1Api create_authorization_v1beta1_namespaced_local_subject_access_review Post /apis/authorization.k8s.io/v1beta1/namespaces/{namespace}/localsubjectaccessreviews
AuthorizationV1beta1Api create_authorization_v1beta1_self_subject_access_review Post /apis/authorization.k8s.io/v1beta1/selfsubjectaccessreviews
AuthorizationV1beta1Api create_authorization_v1beta1_subject_access_review Post /apis/authorization.k8s.io/v1beta1/subjectaccessreviews
AuthorizationV1beta1Api get_authorization_v1beta1_api_resources Get /apis/authorization.k8s.io/v1beta1/
AutoscalingApi get_autoscaling_api_group Get /apis/autoscaling/
AutoscalingV1Api create_autoscaling_v1_namespaced_horizontal_pod_autoscaler Post /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers
AutoscalingV1Api delete_autoscaling_v1_collection_namespaced_horizontal_pod_autoscaler Delete /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers
AutoscalingV1Api delete_autoscaling_v1_namespaced_horizontal_pod_autoscaler Delete /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}
AutoscalingV1Api get_autoscaling_v1_api_resources Get /apis/autoscaling/v1/
AutoscalingV1Api list_autoscaling_v1_horizontal_pod_autoscaler_for_all_namespaces Get /apis/autoscaling/v1/horizontalpodautoscalers
AutoscalingV1Api list_autoscaling_v1_namespaced_horizontal_pod_autoscaler Get /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers
AutoscalingV1Api patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler Patch /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}
AutoscalingV1Api patch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status Patch /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
AutoscalingV1Api read_autoscaling_v1_namespaced_horizontal_pod_autoscaler Get /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}
AutoscalingV1Api read_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status Get /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
AutoscalingV1Api replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler Put /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}
AutoscalingV1Api replace_autoscaling_v1_namespaced_horizontal_pod_autoscaler_status Put /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
AutoscalingV1Api watch_autoscaling_v1_horizontal_pod_autoscaler_list_for_all_namespaces Get /apis/autoscaling/v1/watch/horizontalpodautoscalers
AutoscalingV1Api watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler Get /apis/autoscaling/v1/watch/namespaces/{namespace}/horizontalpodautoscalers/{name}
AutoscalingV1Api watch_autoscaling_v1_namespaced_horizontal_pod_autoscaler_list Get /apis/autoscaling/v1/watch/namespaces/{namespace}/horizontalpodautoscalers
AutoscalingV2alpha1Api create_autoscaling_v2alpha1_namespaced_horizontal_pod_autoscaler Post /apis/autoscaling/v2alpha1/namespaces/{namespace}/horizontalpodautoscalers
AutoscalingV2alpha1Api delete_autoscaling_v2alpha1_collection_namespaced_horizontal_pod_autoscaler Delete /apis/autoscaling/v2alpha1/namespaces/{namespace}/horizontalpodautoscalers
AutoscalingV2alpha1Api delete_autoscaling_v2alpha1_namespaced_horizontal_pod_autoscaler Delete /apis/autoscaling/v2alpha1/namespaces/{namespace}/horizontalpodautoscalers/{name}
AutoscalingV2alpha1Api get_autoscaling_v2alpha1_api_resources Get /apis/autoscaling/v2alpha1/
AutoscalingV2alpha1Api list_autoscaling_v2alpha1_horizontal_pod_autoscaler_for_all_namespaces Get /apis/autoscaling/v2alpha1/horizontalpodautoscalers
AutoscalingV2alpha1Api list_autoscaling_v2alpha1_namespaced_horizontal_pod_autoscaler Get /apis/autoscaling/v2alpha1/namespaces/{namespace}/horizontalpodautoscalers
AutoscalingV2alpha1Api patch_autoscaling_v2alpha1_namespaced_horizontal_pod_autoscaler Patch /apis/autoscaling/v2alpha1/namespaces/{namespace}/horizontalpodautoscalers/{name}
AutoscalingV2alpha1Api patch_autoscaling_v2alpha1_namespaced_horizontal_pod_autoscaler_status Patch /apis/autoscaling/v2alpha1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
AutoscalingV2alpha1Api read_autoscaling_v2alpha1_namespaced_horizontal_pod_autoscaler Get /apis/autoscaling/v2alpha1/namespaces/{namespace}/horizontalpodautoscalers/{name}
AutoscalingV2alpha1Api read_autoscaling_v2alpha1_namespaced_horizontal_pod_autoscaler_status Get /apis/autoscaling/v2alpha1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
AutoscalingV2alpha1Api replace_autoscaling_v2alpha1_namespaced_horizontal_pod_autoscaler Put /apis/autoscaling/v2alpha1/namespaces/{namespace}/horizontalpodautoscalers/{name}
AutoscalingV2alpha1Api replace_autoscaling_v2alpha1_namespaced_horizontal_pod_autoscaler_status Put /apis/autoscaling/v2alpha1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status
AutoscalingV2alpha1Api watch_autoscaling_v2alpha1_horizontal_pod_autoscaler_list_for_all_namespaces Get /apis/autoscaling/v2alpha1/watch/horizontalpodautoscalers
AutoscalingV2alpha1Api watch_autoscaling_v2alpha1_namespaced_horizontal_pod_autoscaler Get /apis/autoscaling/v2alpha1/watch/namespaces/{namespace}/horizontalpodautoscalers/{name}
AutoscalingV2alpha1Api watch_autoscaling_v2alpha1_namespaced_horizontal_pod_autoscaler_list Get /apis/autoscaling/v2alpha1/watch/namespaces/{namespace}/horizontalpodautoscalers
BatchApi get_batch_api_group Get /apis/batch/
BatchV1Api create_batch_v1_namespaced_job Post /apis/batch/v1/namespaces/{namespace}/jobs
BatchV1Api delete_batch_v1_collection_namespaced_job Delete /apis/batch/v1/namespaces/{namespace}/jobs
BatchV1Api delete_batch_v1_namespaced_job Delete /apis/batch/v1/namespaces/{namespace}/jobs/{name}
BatchV1Api get_batch_v1_api_resources Get /apis/batch/v1/
BatchV1Api list_batch_v1_job_for_all_namespaces Get /apis/batch/v1/jobs
BatchV1Api list_batch_v1_namespaced_job Get /apis/batch/v1/namespaces/{namespace}/jobs
BatchV1Api patch_batch_v1_namespaced_job Patch /apis/batch/v1/namespaces/{namespace}/jobs/{name}
BatchV1Api patch_batch_v1_namespaced_job_status Patch /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status
BatchV1Api read_batch_v1_namespaced_job Get /apis/batch/v1/namespaces/{namespace}/jobs/{name}
BatchV1Api read_batch_v1_namespaced_job_status Get /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status
BatchV1Api replace_batch_v1_namespaced_job Put /apis/batch/v1/namespaces/{namespace}/jobs/{name}
BatchV1Api replace_batch_v1_namespaced_job_status Put /apis/batch/v1/namespaces/{namespace}/jobs/{name}/status
BatchV1Api watch_batch_v1_job_list_for_all_namespaces Get /apis/batch/v1/watch/jobs
BatchV1Api watch_batch_v1_namespaced_job Get /apis/batch/v1/watch/namespaces/{namespace}/jobs/{name}
BatchV1Api watch_batch_v1_namespaced_job_list Get /apis/batch/v1/watch/namespaces/{namespace}/jobs
BatchV2alpha1Api create_batch_v2alpha1_namespaced_cron_job Post /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs
BatchV2alpha1Api create_batch_v2alpha1_namespaced_scheduled_job Post /apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs
BatchV2alpha1Api delete_batch_v2alpha1_collection_namespaced_cron_job Delete /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs
BatchV2alpha1Api delete_batch_v2alpha1_collection_namespaced_scheduled_job Delete /apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs
BatchV2alpha1Api delete_batch_v2alpha1_namespaced_cron_job Delete /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}
BatchV2alpha1Api delete_batch_v2alpha1_namespaced_scheduled_job Delete /apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs/{name}
BatchV2alpha1Api get_batch_v2alpha1_api_resources Get /apis/batch/v2alpha1/
BatchV2alpha1Api list_batch_v2alpha1_cron_job_for_all_namespaces Get /apis/batch/v2alpha1/cronjobs
BatchV2alpha1Api list_batch_v2alpha1_namespaced_cron_job Get /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs
BatchV2alpha1Api list_batch_v2alpha1_namespaced_scheduled_job Get /apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs
BatchV2alpha1Api list_batch_v2alpha1_scheduled_job_for_all_namespaces Get /apis/batch/v2alpha1/scheduledjobs
BatchV2alpha1Api patch_batch_v2alpha1_namespaced_cron_job Patch /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}
BatchV2alpha1Api patch_batch_v2alpha1_namespaced_cron_job_status Patch /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}/status
BatchV2alpha1Api patch_batch_v2alpha1_namespaced_scheduled_job Patch /apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs/{name}
BatchV2alpha1Api patch_batch_v2alpha1_namespaced_scheduled_job_status Patch /apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs/{name}/status
BatchV2alpha1Api read_batch_v2alpha1_namespaced_cron_job Get /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}
BatchV2alpha1Api read_batch_v2alpha1_namespaced_cron_job_status Get /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}/status
BatchV2alpha1Api read_batch_v2alpha1_namespaced_scheduled_job Get /apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs/{name}
BatchV2alpha1Api read_batch_v2alpha1_namespaced_scheduled_job_status Get /apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs/{name}/status
BatchV2alpha1Api replace_batch_v2alpha1_namespaced_cron_job Put /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}
BatchV2alpha1Api replace_batch_v2alpha1_namespaced_cron_job_status Put /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}/status
BatchV2alpha1Api replace_batch_v2alpha1_namespaced_scheduled_job Put /apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs/{name}
BatchV2alpha1Api replace_batch_v2alpha1_namespaced_scheduled_job_status Put /apis/batch/v2alpha1/namespaces/{namespace}/scheduledjobs/{name}/status
BatchV2alpha1Api watch_batch_v2alpha1_cron_job_list_for_all_namespaces Get /apis/batch/v2alpha1/watch/cronjobs
BatchV2alpha1Api watch_batch_v2alpha1_namespaced_cron_job Get /apis/batch/v2alpha1/watch/namespaces/{namespace}/cronjobs/{name}
BatchV2alpha1Api watch_batch_v2alpha1_namespaced_cron_job_list Get /apis/batch/v2alpha1/watch/namespaces/{namespace}/cronjobs
BatchV2alpha1Api watch_batch_v2alpha1_namespaced_scheduled_job Get /apis/batch/v2alpha1/watch/namespaces/{namespace}/scheduledjobs/{name}
BatchV2alpha1Api watch_batch_v2alpha1_namespaced_scheduled_job_list Get /apis/batch/v2alpha1/watch/namespaces/{namespace}/scheduledjobs
BatchV2alpha1Api watch_batch_v2alpha1_scheduled_job_list_for_all_namespaces Get /apis/batch/v2alpha1/watch/scheduledjobs
CertificatesApi get_certificates_api_group Get /apis/certificates.k8s.io/
CertificatesV1beta1Api create_certificates_v1beta1_certificate_signing_request Post /apis/certificates.k8s.io/v1beta1/certificatesigningrequests
CertificatesV1beta1Api delete_certificates_v1beta1_certificate_signing_request Delete /apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}
CertificatesV1beta1Api delete_certificates_v1beta1_collection_certificate_signing_request Delete /apis/certificates.k8s.io/v1beta1/certificatesigningrequests
CertificatesV1beta1Api get_certificates_v1beta1_api_resources Get /apis/certificates.k8s.io/v1beta1/
CertificatesV1beta1Api list_certificates_v1beta1_certificate_signing_request Get /apis/certificates.k8s.io/v1beta1/certificatesigningrequests
CertificatesV1beta1Api patch_certificates_v1beta1_certificate_signing_request Patch /apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}
CertificatesV1beta1Api read_certificates_v1beta1_certificate_signing_request Get /apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}
CertificatesV1beta1Api replace_certificates_v1beta1_certificate_signing_request Put /apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}
CertificatesV1beta1Api replace_certificates_v1beta1_certificate_signing_request_approval Put /apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}/approval
CertificatesV1beta1Api replace_certificates_v1beta1_certificate_signing_request_status Put /apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}/status
CertificatesV1beta1Api watch_certificates_v1beta1_certificate_signing_request Get /apis/certificates.k8s.io/v1beta1/watch/certificatesigningrequests/{name}
CertificatesV1beta1Api watch_certificates_v1beta1_certificate_signing_request_list Get /apis/certificates.k8s.io/v1beta1/watch/certificatesigningrequests
CoreApi get_core_api_versions Get /api/
CoreV1Api connect_core_v1_delete_namespaced_pod_proxy Delete /api/v1/namespaces/{namespace}/pods/{name}/proxy
CoreV1Api connect_core_v1_delete_namespaced_pod_proxy_with_path Delete /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
CoreV1Api connect_core_v1_delete_namespaced_service_proxy Delete /api/v1/namespaces/{namespace}/services/{name}/proxy
CoreV1Api connect_core_v1_delete_namespaced_service_proxy_with_path Delete /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
CoreV1Api connect_core_v1_delete_node_proxy Delete /api/v1/nodes/{name}/proxy
CoreV1Api connect_core_v1_delete_node_proxy_with_path Delete /api/v1/nodes/{name}/proxy/{path}
CoreV1Api connect_core_v1_get_namespaced_pod_attach Get /api/v1/namespaces/{namespace}/pods/{name}/attach
CoreV1Api connect_core_v1_get_namespaced_pod_exec Get /api/v1/namespaces/{namespace}/pods/{name}/exec
CoreV1Api connect_core_v1_get_namespaced_pod_portforward Get /api/v1/namespaces/{namespace}/pods/{name}/portforward
CoreV1Api connect_core_v1_get_namespaced_pod_proxy Get /api/v1/namespaces/{namespace}/pods/{name}/proxy
CoreV1Api connect_core_v1_get_namespaced_pod_proxy_with_path Get /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
CoreV1Api connect_core_v1_get_namespaced_service_proxy Get /api/v1/namespaces/{namespace}/services/{name}/proxy
CoreV1Api connect_core_v1_get_namespaced_service_proxy_with_path Get /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
CoreV1Api connect_core_v1_get_node_proxy Get /api/v1/nodes/{name}/proxy
CoreV1Api connect_core_v1_get_node_proxy_with_path Get /api/v1/nodes/{name}/proxy/{path}
CoreV1Api connect_core_v1_head_namespaced_pod_proxy Head /api/v1/namespaces/{namespace}/pods/{name}/proxy
CoreV1Api connect_core_v1_head_namespaced_pod_proxy_with_path Head /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
CoreV1Api connect_core_v1_head_namespaced_service_proxy Head /api/v1/namespaces/{namespace}/services/{name}/proxy
CoreV1Api connect_core_v1_head_namespaced_service_proxy_with_path Head /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
CoreV1Api connect_core_v1_head_node_proxy Head /api/v1/nodes/{name}/proxy
CoreV1Api connect_core_v1_head_node_proxy_with_path Head /api/v1/nodes/{name}/proxy/{path}
CoreV1Api connect_core_v1_options_namespaced_pod_proxy Options /api/v1/namespaces/{namespace}/pods/{name}/proxy
CoreV1Api connect_core_v1_options_namespaced_pod_proxy_with_path Options /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
CoreV1Api connect_core_v1_options_namespaced_service_proxy Options /api/v1/namespaces/{namespace}/services/{name}/proxy
CoreV1Api connect_core_v1_options_namespaced_service_proxy_with_path Options /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
CoreV1Api connect_core_v1_options_node_proxy Options /api/v1/nodes/{name}/proxy
CoreV1Api connect_core_v1_options_node_proxy_with_path Options /api/v1/nodes/{name}/proxy/{path}
CoreV1Api connect_core_v1_patch_namespaced_pod_proxy Patch /api/v1/namespaces/{namespace}/pods/{name}/proxy
CoreV1Api connect_core_v1_patch_namespaced_pod_proxy_with_path Patch /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
CoreV1Api connect_core_v1_patch_namespaced_service_proxy Patch /api/v1/namespaces/{namespace}/services/{name}/proxy
CoreV1Api connect_core_v1_patch_namespaced_service_proxy_with_path Patch /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
CoreV1Api connect_core_v1_patch_node_proxy Patch /api/v1/nodes/{name}/proxy
CoreV1Api connect_core_v1_patch_node_proxy_with_path Patch /api/v1/nodes/{name}/proxy/{path}
CoreV1Api connect_core_v1_post_namespaced_pod_attach Post /api/v1/namespaces/{namespace}/pods/{name}/attach
CoreV1Api connect_core_v1_post_namespaced_pod_exec Post /api/v1/namespaces/{namespace}/pods/{name}/exec
CoreV1Api connect_core_v1_post_namespaced_pod_portforward Post /api/v1/namespaces/{namespace}/pods/{name}/portforward
CoreV1Api connect_core_v1_post_namespaced_pod_proxy Post /api/v1/namespaces/{namespace}/pods/{name}/proxy
CoreV1Api connect_core_v1_post_namespaced_pod_proxy_with_path Post /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
CoreV1Api connect_core_v1_post_namespaced_service_proxy Post /api/v1/namespaces/{namespace}/services/{name}/proxy
CoreV1Api connect_core_v1_post_namespaced_service_proxy_with_path Post /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
CoreV1Api connect_core_v1_post_node_proxy Post /api/v1/nodes/{name}/proxy
CoreV1Api connect_core_v1_post_node_proxy_with_path Post /api/v1/nodes/{name}/proxy/{path}
CoreV1Api connect_core_v1_put_namespaced_pod_proxy Put /api/v1/namespaces/{namespace}/pods/{name}/proxy
CoreV1Api connect_core_v1_put_namespaced_pod_proxy_with_path Put /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
CoreV1Api connect_core_v1_put_namespaced_service_proxy Put /api/v1/namespaces/{namespace}/services/{name}/proxy
CoreV1Api connect_core_v1_put_namespaced_service_proxy_with_path Put /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
CoreV1Api connect_core_v1_put_node_proxy Put /api/v1/nodes/{name}/proxy
CoreV1Api connect_core_v1_put_node_proxy_with_path Put /api/v1/nodes/{name}/proxy/{path}
CoreV1Api create_core_v1_namespace Post /api/v1/namespaces
CoreV1Api create_core_v1_namespaced_binding Post /api/v1/namespaces/{namespace}/bindings
CoreV1Api create_core_v1_namespaced_config_map Post /api/v1/namespaces/{namespace}/configmaps
CoreV1Api create_core_v1_namespaced_endpoints Post /api/v1/namespaces/{namespace}/endpoints
CoreV1Api create_core_v1_namespaced_event Post /api/v1/namespaces/{namespace}/events
CoreV1Api create_core_v1_namespaced_limit_range Post /api/v1/namespaces/{namespace}/limitranges
CoreV1Api create_core_v1_namespaced_persistent_volume_claim Post /api/v1/namespaces/{namespace}/persistentvolumeclaims
CoreV1Api create_core_v1_namespaced_pod Post /api/v1/namespaces/{namespace}/pods
CoreV1Api create_core_v1_namespaced_pod_binding Post /api/v1/namespaces/{namespace}/pods/{name}/binding
CoreV1Api create_core_v1_namespaced_pod_eviction Post /api/v1/namespaces/{namespace}/pods/{name}/eviction
CoreV1Api create_core_v1_namespaced_pod_template Post /api/v1/namespaces/{namespace}/podtemplates
CoreV1Api create_core_v1_namespaced_replication_controller Post /api/v1/namespaces/{namespace}/replicationcontrollers
CoreV1Api create_core_v1_namespaced_resource_quota Post /api/v1/namespaces/{namespace}/resourcequotas
CoreV1Api create_core_v1_namespaced_secret Post /api/v1/namespaces/{namespace}/secrets
CoreV1Api create_core_v1_namespaced_service Post /api/v1/namespaces/{namespace}/services
CoreV1Api create_core_v1_namespaced_service_account Post /api/v1/namespaces/{namespace}/serviceaccounts
CoreV1Api create_core_v1_node Post /api/v1/nodes
CoreV1Api create_core_v1_persistent_volume Post /api/v1/persistentvolumes
CoreV1Api delete_core_v1_collection_namespaced_config_map Delete /api/v1/namespaces/{namespace}/configmaps
CoreV1Api delete_core_v1_collection_namespaced_endpoints Delete /api/v1/namespaces/{namespace}/endpoints
CoreV1Api delete_core_v1_collection_namespaced_event Delete /api/v1/namespaces/{namespace}/events
CoreV1Api delete_core_v1_collection_namespaced_limit_range Delete /api/v1/namespaces/{namespace}/limitranges
CoreV1Api delete_core_v1_collection_namespaced_persistent_volume_claim Delete /api/v1/namespaces/{namespace}/persistentvolumeclaims
CoreV1Api delete_core_v1_collection_namespaced_pod Delete /api/v1/namespaces/{namespace}/pods
CoreV1Api delete_core_v1_collection_namespaced_pod_template Delete /api/v1/namespaces/{namespace}/podtemplates
CoreV1Api delete_core_v1_collection_namespaced_replication_controller Delete /api/v1/namespaces/{namespace}/replicationcontrollers
CoreV1Api delete_core_v1_collection_namespaced_resource_quota Delete /api/v1/namespaces/{namespace}/resourcequotas
CoreV1Api delete_core_v1_collection_namespaced_secret Delete /api/v1/namespaces/{namespace}/secrets
CoreV1Api delete_core_v1_collection_namespaced_service_account Delete /api/v1/namespaces/{namespace}/serviceaccounts
CoreV1Api delete_core_v1_collection_node Delete /api/v1/nodes
CoreV1Api delete_core_v1_collection_persistent_volume Delete /api/v1/persistentvolumes
CoreV1Api delete_core_v1_namespace Delete /api/v1/namespaces/{name}
CoreV1Api delete_core_v1_namespaced_config_map Delete /api/v1/namespaces/{namespace}/configmaps/{name}
CoreV1Api delete_core_v1_namespaced_endpoints Delete /api/v1/namespaces/{namespace}/endpoints/{name}
CoreV1Api delete_core_v1_namespaced_event Delete /api/v1/namespaces/{namespace}/events/{name}
CoreV1Api delete_core_v1_namespaced_limit_range Delete /api/v1/namespaces/{namespace}/limitranges/{name}
CoreV1Api delete_core_v1_namespaced_persistent_volume_claim Delete /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}
CoreV1Api delete_core_v1_namespaced_pod Delete /api/v1/namespaces/{namespace}/pods/{name}
CoreV1Api delete_core_v1_namespaced_pod_template Delete /api/v1/namespaces/{namespace}/podtemplates/{name}
CoreV1Api delete_core_v1_namespaced_replication_controller Delete /api/v1/namespaces/{namespace}/replicationcontrollers/{name}
CoreV1Api delete_core_v1_namespaced_resource_quota Delete /api/v1/namespaces/{namespace}/resourcequotas/{name}
CoreV1Api delete_core_v1_namespaced_secret Delete /api/v1/namespaces/{namespace}/secrets/{name}
CoreV1Api delete_core_v1_namespaced_service Delete /api/v1/namespaces/{namespace}/services/{name}
CoreV1Api delete_core_v1_namespaced_service_account Delete /api/v1/namespaces/{namespace}/serviceaccounts/{name}
CoreV1Api delete_core_v1_node Delete /api/v1/nodes/{name}
CoreV1Api delete_core_v1_persistent_volume Delete /api/v1/persistentvolumes/{name}
CoreV1Api get_core_v1_api_resources Get /api/v1/
CoreV1Api list_core_v1_component_status Get /api/v1/componentstatuses
CoreV1Api list_core_v1_config_map_for_all_namespaces Get /api/v1/configmaps
CoreV1Api list_core_v1_endpoints_for_all_namespaces Get /api/v1/endpoints
CoreV1Api list_core_v1_event_for_all_namespaces Get /api/v1/events
CoreV1Api list_core_v1_limit_range_for_all_namespaces Get /api/v1/limitranges
CoreV1Api list_core_v1_namespace Get /api/v1/namespaces
CoreV1Api list_core_v1_namespaced_config_map Get /api/v1/namespaces/{namespace}/configmaps
CoreV1Api list_core_v1_namespaced_endpoints Get /api/v1/namespaces/{namespace}/endpoints
CoreV1Api list_core_v1_namespaced_event Get /api/v1/namespaces/{namespace}/events
CoreV1Api list_core_v1_namespaced_limit_range Get /api/v1/namespaces/{namespace}/limitranges
CoreV1Api list_core_v1_namespaced_persistent_volume_claim Get /api/v1/namespaces/{namespace}/persistentvolumeclaims
CoreV1Api list_core_v1_namespaced_pod Get /api/v1/namespaces/{namespace}/pods
CoreV1Api list_core_v1_namespaced_pod_template Get /api/v1/namespaces/{namespace}/podtemplates
CoreV1Api list_core_v1_namespaced_replication_controller Get /api/v1/namespaces/{namespace}/replicationcontrollers
CoreV1Api list_core_v1_namespaced_resource_quota Get /api/v1/namespaces/{namespace}/resourcequotas
CoreV1Api list_core_v1_namespaced_secret Get /api/v1/namespaces/{namespace}/secrets
CoreV1Api list_core_v1_namespaced_service Get /api/v1/namespaces/{namespace}/services
CoreV1Api list_core_v1_namespaced_service_account Get /api/v1/namespaces/{namespace}/serviceaccounts
CoreV1Api list_core_v1_node Get /api/v1/nodes
CoreV1Api list_core_v1_persistent_volume Get /api/v1/persistentvolumes
CoreV1Api list_core_v1_persistent_volume_claim_for_all_namespaces Get /api/v1/persistentvolumeclaims
CoreV1Api list_core_v1_pod_for_all_namespaces Get /api/v1/pods
CoreV1Api list_core_v1_pod_template_for_all_namespaces Get /api/v1/podtemplates
CoreV1Api list_core_v1_replication_controller_for_all_namespaces Get /api/v1/replicationcontrollers
CoreV1Api list_core_v1_resource_quota_for_all_namespaces Get /api/v1/resourcequotas
CoreV1Api list_core_v1_secret_for_all_namespaces Get /api/v1/secrets
CoreV1Api list_core_v1_service_account_for_all_namespaces Get /api/v1/serviceaccounts
CoreV1Api list_core_v1_service_for_all_namespaces Get /api/v1/services
CoreV1Api patch_core_v1_namespace Patch /api/v1/namespaces/{name}
CoreV1Api patch_core_v1_namespace_status Patch /api/v1/namespaces/{name}/status
CoreV1Api patch_core_v1_namespaced_config_map Patch /api/v1/namespaces/{namespace}/configmaps/{name}
CoreV1Api patch_core_v1_namespaced_endpoints Patch /api/v1/namespaces/{namespace}/endpoints/{name}
CoreV1Api patch_core_v1_namespaced_event Patch /api/v1/namespaces/{namespace}/events/{name}
CoreV1Api patch_core_v1_namespaced_limit_range Patch /api/v1/namespaces/{namespace}/limitranges/{name}
CoreV1Api patch_core_v1_namespaced_persistent_volume_claim Patch /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}
CoreV1Api patch_core_v1_namespaced_persistent_volume_claim_status Patch /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status
CoreV1Api patch_core_v1_namespaced_pod Patch /api/v1/namespaces/{namespace}/pods/{name}
CoreV1Api patch_core_v1_namespaced_pod_status Patch /api/v1/namespaces/{namespace}/pods/{name}/status
CoreV1Api patch_core_v1_namespaced_pod_template Patch /api/v1/namespaces/{namespace}/podtemplates/{name}
CoreV1Api patch_core_v1_namespaced_replication_controller Patch /api/v1/namespaces/{namespace}/replicationcontrollers/{name}
CoreV1Api patch_core_v1_namespaced_replication_controller_scale Patch /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale
CoreV1Api patch_core_v1_namespaced_replication_controller_status Patch /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status
CoreV1Api patch_core_v1_namespaced_resource_quota Patch /api/v1/namespaces/{namespace}/resourcequotas/{name}
CoreV1Api patch_core_v1_namespaced_resource_quota_status Patch /api/v1/namespaces/{namespace}/resourcequotas/{name}/status
CoreV1Api patch_core_v1_namespaced_secret Patch /api/v1/namespaces/{namespace}/secrets/{name}
CoreV1Api patch_core_v1_namespaced_service Patch /api/v1/namespaces/{namespace}/services/{name}
CoreV1Api patch_core_v1_namespaced_service_account Patch /api/v1/namespaces/{namespace}/serviceaccounts/{name}
CoreV1Api patch_core_v1_namespaced_service_status Patch /api/v1/namespaces/{namespace}/services/{name}/status
CoreV1Api patch_core_v1_node Patch /api/v1/nodes/{name}
CoreV1Api patch_core_v1_node_status Patch /api/v1/nodes/{name}/status
CoreV1Api patch_core_v1_persistent_volume Patch /api/v1/persistentvolumes/{name}
CoreV1Api patch_core_v1_persistent_volume_status Patch /api/v1/persistentvolumes/{name}/status
CoreV1Api proxy_core_v1_delete_namespaced_pod Delete /api/v1/proxy/namespaces/{namespace}/pods/{name}
CoreV1Api proxy_core_v1_delete_namespaced_pod_with_path Delete /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path}
CoreV1Api proxy_core_v1_delete_namespaced_service Delete /api/v1/proxy/namespaces/{namespace}/services/{name}
CoreV1Api proxy_core_v1_delete_namespaced_service_with_path Delete /api/v1/proxy/namespaces/{namespace}/services/{name}/{path}
CoreV1Api proxy_core_v1_delete_node Delete /api/v1/proxy/nodes/{name}
CoreV1Api proxy_core_v1_delete_node_with_path Delete /api/v1/proxy/nodes/{name}/{path}
CoreV1Api proxy_core_v1_get_namespaced_pod Get /api/v1/proxy/namespaces/{namespace}/pods/{name}
CoreV1Api proxy_core_v1_get_namespaced_pod_with_path Get /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path}
CoreV1Api proxy_core_v1_get_namespaced_service Get /api/v1/proxy/namespaces/{namespace}/services/{name}
CoreV1Api proxy_core_v1_get_namespaced_service_with_path Get /api/v1/proxy/namespaces/{namespace}/services/{name}/{path}
CoreV1Api proxy_core_v1_get_node Get /api/v1/proxy/nodes/{name}
CoreV1Api proxy_core_v1_get_node_with_path Get /api/v1/proxy/nodes/{name}/{path}
CoreV1Api proxy_core_v1_head_namespaced_pod Head /api/v1/proxy/namespaces/{namespace}/pods/{name}
CoreV1Api proxy_core_v1_head_namespaced_pod_with_path Head /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path}
CoreV1Api proxy_core_v1_head_namespaced_service Head /api/v1/proxy/namespaces/{namespace}/services/{name}
CoreV1Api proxy_core_v1_head_namespaced_service_with_path Head /api/v1/proxy/namespaces/{namespace}/services/{name}/{path}
CoreV1Api proxy_core_v1_head_node Head /api/v1/proxy/nodes/{name}
CoreV1Api proxy_core_v1_head_node_with_path Head /api/v1/proxy/nodes/{name}/{path}
CoreV1Api proxy_core_v1_options_namespaced_pod Options /api/v1/proxy/namespaces/{namespace}/pods/{name}
CoreV1Api proxy_core_v1_options_namespaced_pod_with_path Options /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path}
CoreV1Api proxy_core_v1_options_namespaced_service Options /api/v1/proxy/namespaces/{namespace}/services/{name}
CoreV1Api proxy_core_v1_options_namespaced_service_with_path Options /api/v1/proxy/namespaces/{namespace}/services/{name}/{path}
CoreV1Api proxy_core_v1_options_node Options /api/v1/proxy/nodes/{name}
CoreV1Api proxy_core_v1_options_node_with_path Options /api/v1/proxy/nodes/{name}/{path}
CoreV1Api proxy_core_v1_patch_namespaced_pod Patch /api/v1/proxy/namespaces/{namespace}/pods/{name}
CoreV1Api proxy_core_v1_patch_namespaced_pod_with_path Patch /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path}
CoreV1Api proxy_core_v1_patch_namespaced_service Patch /api/v1/proxy/namespaces/{namespace}/services/{name}
CoreV1Api proxy_core_v1_patch_namespaced_service_with_path Patch /api/v1/proxy/namespaces/{namespace}/services/{name}/{path}
CoreV1Api proxy_core_v1_patch_node Patch /api/v1/proxy/nodes/{name}
CoreV1Api proxy_core_v1_patch_node_with_path Patch /api/v1/proxy/nodes/{name}/{path}
CoreV1Api proxy_core_v1_post_namespaced_pod Post /api/v1/proxy/namespaces/{namespace}/pods/{name}
CoreV1Api proxy_core_v1_post_namespaced_pod_with_path Post /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path}
CoreV1Api proxy_core_v1_post_namespaced_service Post /api/v1/proxy/namespaces/{namespace}/services/{name}
CoreV1Api proxy_core_v1_post_namespaced_service_with_path Post /api/v1/proxy/namespaces/{namespace}/services/{name}/{path}
CoreV1Api proxy_core_v1_post_node Post /api/v1/proxy/nodes/{name}
CoreV1Api proxy_core_v1_post_node_with_path Post /api/v1/proxy/nodes/{name}/{path}
CoreV1Api proxy_core_v1_put_namespaced_pod Put /api/v1/proxy/namespaces/{namespace}/pods/{name}
CoreV1Api proxy_core_v1_put_namespaced_pod_with_path Put /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path}
CoreV1Api proxy_core_v1_put_namespaced_service Put /api/v1/proxy/namespaces/{namespace}/services/{name}
CoreV1Api proxy_core_v1_put_namespaced_service_with_path Put /api/v1/proxy/namespaces/{namespace}/services/{name}/{path}
CoreV1Api proxy_core_v1_put_node Put /api/v1/proxy/nodes/{name}
CoreV1Api proxy_core_v1_put_node_with_path Put /api/v1/proxy/nodes/{name}/{path}
CoreV1Api read_core_v1_component_status Get /api/v1/componentstatuses/{name}
CoreV1Api read_core_v1_namespace Get /api/v1/namespaces/{name}
CoreV1Api read_core_v1_namespace_status Get /api/v1/namespaces/{name}/status
CoreV1Api read_core_v1_namespaced_config_map Get /api/v1/namespaces/{namespace}/configmaps/{name}
CoreV1Api read_core_v1_namespaced_endpoints Get /api/v1/namespaces/{namespace}/endpoints/{name}
CoreV1Api read_core_v1_namespaced_event Get /api/v1/namespaces/{namespace}/events/{name}
CoreV1Api read_core_v1_namespaced_limit_range Get /api/v1/namespaces/{namespace}/limitranges/{name}
CoreV1Api read_core_v1_namespaced_persistent_volume_claim Get /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}
CoreV1Api read_core_v1_namespaced_persistent_volume_claim_status Get /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status
CoreV1Api read_core_v1_namespaced_pod Get /api/v1/namespaces/{namespace}/pods/{name}
CoreV1Api read_core_v1_namespaced_pod_log Get /api/v1/namespaces/{namespace}/pods/{name}/log
CoreV1Api read_core_v1_namespaced_pod_status Get /api/v1/namespaces/{namespace}/pods/{name}/status
CoreV1Api read_core_v1_namespaced_pod_template Get /api/v1/namespaces/{namespace}/podtemplates/{name}
CoreV1Api read_core_v1_namespaced_replication_controller Get /api/v1/namespaces/{namespace}/replicationcontrollers/{name}
CoreV1Api read_core_v1_namespaced_replication_controller_scale Get /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale
CoreV1Api read_core_v1_namespaced_replication_controller_status Get /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status
CoreV1Api read_core_v1_namespaced_resource_quota Get /api/v1/namespaces/{namespace}/resourcequotas/{name}
CoreV1Api read_core_v1_namespaced_resource_quota_status Get /api/v1/namespaces/{namespace}/resourcequotas/{name}/status
CoreV1Api read_core_v1_namespaced_secret Get /api/v1/namespaces/{namespace}/secrets/{name}
CoreV1Api read_core_v1_namespaced_service Get /api/v1/namespaces/{namespace}/services/{name}
CoreV1Api read_core_v1_namespaced_service_account Get /api/v1/namespaces/{namespace}/serviceaccounts/{name}
CoreV1Api read_core_v1_namespaced_service_status Get /api/v1/namespaces/{namespace}/services/{name}/status
CoreV1Api read_core_v1_node Get /api/v1/nodes/{name}
CoreV1Api read_core_v1_node_status Get /api/v1/nodes/{name}/status
CoreV1Api read_core_v1_persistent_volume Get /api/v1/persistentvolumes/{name}
CoreV1Api read_core_v1_persistent_volume_status Get /api/v1/persistentvolumes/{name}/status
CoreV1Api replace_core_v1_namespace Put /api/v1/namespaces/{name}
CoreV1Api replace_core_v1_namespace_finalize Put /api/v1/namespaces/{name}/finalize
CoreV1Api replace_core_v1_namespace_status Put /api/v1/namespaces/{name}/status
CoreV1Api replace_core_v1_namespaced_config_map Put /api/v1/namespaces/{namespace}/configmaps/{name}
CoreV1Api replace_core_v1_namespaced_endpoints Put /api/v1/namespaces/{namespace}/endpoints/{name}
CoreV1Api replace_core_v1_namespaced_event Put /api/v1/namespaces/{namespace}/events/{name}
CoreV1Api replace_core_v1_namespaced_limit_range Put /api/v1/namespaces/{namespace}/limitranges/{name}
CoreV1Api replace_core_v1_namespaced_persistent_volume_claim Put /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}
CoreV1Api replace_core_v1_namespaced_persistent_volume_claim_status Put /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status
CoreV1Api replace_core_v1_namespaced_pod Put /api/v1/namespaces/{namespace}/pods/{name}
CoreV1Api replace_core_v1_namespaced_pod_status Put /api/v1/namespaces/{namespace}/pods/{name}/status
CoreV1Api replace_core_v1_namespaced_pod_template Put /api/v1/namespaces/{namespace}/podtemplates/{name}
CoreV1Api replace_core_v1_namespaced_replication_controller Put /api/v1/namespaces/{namespace}/replicationcontrollers/{name}
CoreV1Api replace_core_v1_namespaced_replication_controller_scale Put /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale
CoreV1Api replace_core_v1_namespaced_replication_controller_status Put /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status
CoreV1Api replace_core_v1_namespaced_resource_quota Put /api/v1/namespaces/{namespace}/resourcequotas/{name}
CoreV1Api replace_core_v1_namespaced_resource_quota_status Put /api/v1/namespaces/{namespace}/resourcequotas/{name}/status
CoreV1Api replace_core_v1_namespaced_secret Put /api/v1/namespaces/{namespace}/secrets/{name}
CoreV1Api replace_core_v1_namespaced_service Put /api/v1/namespaces/{namespace}/services/{name}
CoreV1Api replace_core_v1_namespaced_service_account Put /api/v1/namespaces/{namespace}/serviceaccounts/{name}
CoreV1Api replace_core_v1_namespaced_service_status Put /api/v1/namespaces/{namespace}/services/{name}/status
CoreV1Api replace_core_v1_node Put /api/v1/nodes/{name}
CoreV1Api replace_core_v1_node_status Put /api/v1/nodes/{name}/status
CoreV1Api replace_core_v1_persistent_volume Put /api/v1/persistentvolumes/{name}
CoreV1Api replace_core_v1_persistent_volume_status Put /api/v1/persistentvolumes/{name}/status
CoreV1Api watch_core_v1_config_map_list_for_all_namespaces Get /api/v1/watch/configmaps
CoreV1Api watch_core_v1_endpoints_list_for_all_namespaces Get /api/v1/watch/endpoints
CoreV1Api watch_core_v1_event_list_for_all_namespaces Get /api/v1/watch/events
CoreV1Api watch_core_v1_limit_range_list_for_all_namespaces Get /api/v1/watch/limitranges
CoreV1Api watch_core_v1_namespace Get /api/v1/watch/namespaces/{name}
CoreV1Api watch_core_v1_namespace_list Get /api/v1/watch/namespaces
CoreV1Api watch_core_v1_namespaced_config_map Get /api/v1/watch/namespaces/{namespace}/configmaps/{name}
CoreV1Api watch_core_v1_namespaced_config_map_list Get /api/v1/watch/namespaces/{namespace}/configmaps
CoreV1Api watch_core_v1_namespaced_endpoints Get /api/v1/watch/namespaces/{namespace}/endpoints/{name}
CoreV1Api watch_core_v1_namespaced_endpoints_list Get /api/v1/watch/namespaces/{namespace}/endpoints
CoreV1Api watch_core_v1_namespaced_event Get /api/v1/watch/namespaces/{namespace}/events/{name}
CoreV1Api watch_core_v1_namespaced_event_list Get /api/v1/watch/namespaces/{namespace}/events
CoreV1Api watch_core_v1_namespaced_limit_range Get /api/v1/watch/namespaces/{namespace}/limitranges/{name}
CoreV1Api watch_core_v1_namespaced_limit_range_list Get /api/v1/watch/namespaces/{namespace}/limitranges
CoreV1Api watch_core_v1_namespaced_persistent_volume_claim Get /api/v1/watch/namespaces/{namespace}/persistentvolumeclaims/{name}
CoreV1Api watch_core_v1_namespaced_persistent_volume_claim_list Get /api/v1/watch/namespaces/{namespace}/persistentvolumeclaims
CoreV1Api watch_core_v1_namespaced_pod Get /api/v1/watch/namespaces/{namespace}/pods/{name}
CoreV1Api watch_core_v1_namespaced_pod_list Get /api/v1/watch/namespaces/{namespace}/pods
CoreV1Api watch_core_v1_namespaced_pod_template Get /api/v1/watch/namespaces/{namespace}/podtemplates/{name}
CoreV1Api watch_core_v1_namespaced_pod_template_list Get /api/v1/watch/namespaces/{namespace}/podtemplates
CoreV1Api watch_core_v1_namespaced_replication_controller Get /api/v1/watch/namespaces/{namespace}/replicationcontrollers/{name}
CoreV1Api watch_core_v1_namespaced_replication_controller_list Get /api/v1/watch/namespaces/{namespace}/replicationcontrollers
CoreV1Api watch_core_v1_namespaced_resource_quota Get /api/v1/watch/namespaces/{namespace}/resourcequotas/{name}
CoreV1Api watch_core_v1_namespaced_resource_quota_list Get /api/v1/watch/namespaces/{namespace}/resourcequotas
CoreV1Api watch_core_v1_namespaced_secret Get /api/v1/watch/namespaces/{namespace}/secrets/{name}
CoreV1Api watch_core_v1_namespaced_secret_list Get /api/v1/watch/namespaces/{namespace}/secrets
CoreV1Api watch_core_v1_namespaced_service Get /api/v1/watch/namespaces/{namespace}/services/{name}
CoreV1Api watch_core_v1_namespaced_service_account Get /api/v1/watch/namespaces/{namespace}/serviceaccounts/{name}
CoreV1Api watch_core_v1_namespaced_service_account_list Get /api/v1/watch/namespaces/{namespace}/serviceaccounts
CoreV1Api watch_core_v1_namespaced_service_list Get /api/v1/watch/namespaces/{namespace}/services
CoreV1Api watch_core_v1_node Get /api/v1/watch/nodes/{name}
CoreV1Api watch_core_v1_node_list Get /api/v1/watch/nodes
CoreV1Api watch_core_v1_persistent_volume Get /api/v1/watch/persistentvolumes/{name}
CoreV1Api watch_core_v1_persistent_volume_claim_list_for_all_namespaces Get /api/v1/watch/persistentvolumeclaims
CoreV1Api watch_core_v1_persistent_volume_list Get /api/v1/watch/persistentvolumes
CoreV1Api watch_core_v1_pod_list_for_all_namespaces Get /api/v1/watch/pods
CoreV1Api watch_core_v1_pod_template_list_for_all_namespaces Get /api/v1/watch/podtemplates
CoreV1Api watch_core_v1_replication_controller_list_for_all_namespaces Get /api/v1/watch/replicationcontrollers
CoreV1Api watch_core_v1_resource_quota_list_for_all_namespaces Get /api/v1/watch/resourcequotas
CoreV1Api watch_core_v1_secret_list_for_all_namespaces Get /api/v1/watch/secrets
CoreV1Api watch_core_v1_service_account_list_for_all_namespaces Get /api/v1/watch/serviceaccounts
CoreV1Api watch_core_v1_service_list_for_all_namespaces Get /api/v1/watch/services
ExtensionsApi get_extensions_api_group Get /apis/extensions/
ExtensionsV1beta1Api create_extensions_v1beta1_namespaced_daemon_set Post /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets
ExtensionsV1beta1Api create_extensions_v1beta1_namespaced_deployment Post /apis/extensions/v1beta1/namespaces/{namespace}/deployments
ExtensionsV1beta1Api create_extensions_v1beta1_namespaced_deployment_rollback Post /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/rollback
ExtensionsV1beta1Api create_extensions_v1beta1_namespaced_ingress Post /apis/extensions/v1beta1/namespaces/{namespace}/ingresses
ExtensionsV1beta1Api create_extensions_v1beta1_namespaced_network_policy Post /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies
ExtensionsV1beta1Api create_extensions_v1beta1_namespaced_replica_set Post /apis/extensions/v1beta1/namespaces/{namespace}/replicasets
ExtensionsV1beta1Api create_extensions_v1beta1_pod_security_policy Post /apis/extensions/v1beta1/podsecuritypolicies
ExtensionsV1beta1Api create_extensions_v1beta1_third_party_resource Post /apis/extensions/v1beta1/thirdpartyresources
ExtensionsV1beta1Api delete_extensions_v1beta1_collection_namespaced_daemon_set Delete /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets
ExtensionsV1beta1Api delete_extensions_v1beta1_collection_namespaced_deployment Delete /apis/extensions/v1beta1/namespaces/{namespace}/deployments
ExtensionsV1beta1Api delete_extensions_v1beta1_collection_namespaced_ingress Delete /apis/extensions/v1beta1/namespaces/{namespace}/ingresses
ExtensionsV1beta1Api delete_extensions_v1beta1_collection_namespaced_network_policy Delete /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies
ExtensionsV1beta1Api delete_extensions_v1beta1_collection_namespaced_replica_set Delete /apis/extensions/v1beta1/namespaces/{namespace}/replicasets
ExtensionsV1beta1Api delete_extensions_v1beta1_collection_pod_security_policy Delete /apis/extensions/v1beta1/podsecuritypolicies
ExtensionsV1beta1Api delete_extensions_v1beta1_collection_third_party_resource Delete /apis/extensions/v1beta1/thirdpartyresources
ExtensionsV1beta1Api delete_extensions_v1beta1_namespaced_daemon_set Delete /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}
ExtensionsV1beta1Api delete_extensions_v1beta1_namespaced_deployment Delete /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}
ExtensionsV1beta1Api delete_extensions_v1beta1_namespaced_ingress Delete /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}
ExtensionsV1beta1Api delete_extensions_v1beta1_namespaced_network_policy Delete /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name}
ExtensionsV1beta1Api delete_extensions_v1beta1_namespaced_replica_set Delete /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}
ExtensionsV1beta1Api delete_extensions_v1beta1_pod_security_policy Delete /apis/extensions/v1beta1/podsecuritypolicies/{name}
ExtensionsV1beta1Api delete_extensions_v1beta1_third_party_resource Delete /apis/extensions/v1beta1/thirdpartyresources/{name}
ExtensionsV1beta1Api get_extensions_v1beta1_api_resources Get /apis/extensions/v1beta1/
ExtensionsV1beta1Api list_extensions_v1beta1_daemon_set_for_all_namespaces Get /apis/extensions/v1beta1/daemonsets
ExtensionsV1beta1Api list_extensions_v1beta1_deployment_for_all_namespaces Get /apis/extensions/v1beta1/deployments
ExtensionsV1beta1Api list_extensions_v1beta1_ingress_for_all_namespaces Get /apis/extensions/v1beta1/ingresses
ExtensionsV1beta1Api list_extensions_v1beta1_namespaced_daemon_set Get /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets
ExtensionsV1beta1Api list_extensions_v1beta1_namespaced_deployment Get /apis/extensions/v1beta1/namespaces/{namespace}/deployments
ExtensionsV1beta1Api list_extensions_v1beta1_namespaced_ingress Get /apis/extensions/v1beta1/namespaces/{namespace}/ingresses
ExtensionsV1beta1Api list_extensions_v1beta1_namespaced_network_policy Get /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies
ExtensionsV1beta1Api list_extensions_v1beta1_namespaced_replica_set Get /apis/extensions/v1beta1/namespaces/{namespace}/replicasets
ExtensionsV1beta1Api list_extensions_v1beta1_network_policy_for_all_namespaces Get /apis/extensions/v1beta1/networkpolicies
ExtensionsV1beta1Api list_extensions_v1beta1_pod_security_policy Get /apis/extensions/v1beta1/podsecuritypolicies
ExtensionsV1beta1Api list_extensions_v1beta1_replica_set_for_all_namespaces Get /apis/extensions/v1beta1/replicasets
ExtensionsV1beta1Api list_extensions_v1beta1_third_party_resource Get /apis/extensions/v1beta1/thirdpartyresources
ExtensionsV1beta1Api patch_extensions_v1beta1_namespaced_daemon_set Patch /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}
ExtensionsV1beta1Api patch_extensions_v1beta1_namespaced_daemon_set_status Patch /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}/status
ExtensionsV1beta1Api patch_extensions_v1beta1_namespaced_deployment Patch /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}
ExtensionsV1beta1Api patch_extensions_v1beta1_namespaced_deployment_scale Patch /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/scale
ExtensionsV1beta1Api patch_extensions_v1beta1_namespaced_deployment_status Patch /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status
ExtensionsV1beta1Api patch_extensions_v1beta1_namespaced_ingress Patch /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}
ExtensionsV1beta1Api patch_extensions_v1beta1_namespaced_ingress_status Patch /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status
ExtensionsV1beta1Api patch_extensions_v1beta1_namespaced_network_policy Patch /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name}
ExtensionsV1beta1Api patch_extensions_v1beta1_namespaced_replica_set Patch /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}
ExtensionsV1beta1Api patch_extensions_v1beta1_namespaced_replica_set_scale Patch /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale
ExtensionsV1beta1Api patch_extensions_v1beta1_namespaced_replica_set_status Patch /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/status
ExtensionsV1beta1Api patch_extensions_v1beta1_namespaced_replication_controller_dummy_scale Patch /apis/extensions/v1beta1/namespaces/{namespace}/replicationcontrollers/{name}/scale
ExtensionsV1beta1Api patch_extensions_v1beta1_pod_security_policy Patch /apis/extensions/v1beta1/podsecuritypolicies/{name}
ExtensionsV1beta1Api patch_extensions_v1beta1_third_party_resource Patch /apis/extensions/v1beta1/thirdpartyresources/{name}
ExtensionsV1beta1Api read_extensions_v1beta1_namespaced_daemon_set Get /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}
ExtensionsV1beta1Api read_extensions_v1beta1_namespaced_daemon_set_status Get /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}/status
ExtensionsV1beta1Api read_extensions_v1beta1_namespaced_deployment Get /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}
ExtensionsV1beta1Api read_extensions_v1beta1_namespaced_deployment_scale Get /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/scale
ExtensionsV1beta1Api read_extensions_v1beta1_namespaced_deployment_status Get /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status
ExtensionsV1beta1Api read_extensions_v1beta1_namespaced_ingress Get /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}
ExtensionsV1beta1Api read_extensions_v1beta1_namespaced_ingress_status Get /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status
ExtensionsV1beta1Api read_extensions_v1beta1_namespaced_network_policy Get /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name}
ExtensionsV1beta1Api read_extensions_v1beta1_namespaced_replica_set Get /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}
ExtensionsV1beta1Api read_extensions_v1beta1_namespaced_replica_set_scale Get /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale
ExtensionsV1beta1Api read_extensions_v1beta1_namespaced_replica_set_status Get /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/status
ExtensionsV1beta1Api read_extensions_v1beta1_namespaced_replication_controller_dummy_scale Get /apis/extensions/v1beta1/namespaces/{namespace}/replicationcontrollers/{name}/scale
ExtensionsV1beta1Api read_extensions_v1beta1_pod_security_policy Get /apis/extensions/v1beta1/podsecuritypolicies/{name}
ExtensionsV1beta1Api read_extensions_v1beta1_third_party_resource Get /apis/extensions/v1beta1/thirdpartyresources/{name}
ExtensionsV1beta1Api replace_extensions_v1beta1_namespaced_daemon_set Put /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}
ExtensionsV1beta1Api replace_extensions_v1beta1_namespaced_daemon_set_status Put /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}/status
ExtensionsV1beta1Api replace_extensions_v1beta1_namespaced_deployment Put /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}
ExtensionsV1beta1Api replace_extensions_v1beta1_namespaced_deployment_scale Put /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/scale
ExtensionsV1beta1Api replace_extensions_v1beta1_namespaced_deployment_status Put /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status
ExtensionsV1beta1Api replace_extensions_v1beta1_namespaced_ingress Put /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}
ExtensionsV1beta1Api replace_extensions_v1beta1_namespaced_ingress_status Put /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status
ExtensionsV1beta1Api replace_extensions_v1beta1_namespaced_network_policy Put /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name}
ExtensionsV1beta1Api replace_extensions_v1beta1_namespaced_replica_set Put /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}
ExtensionsV1beta1Api replace_extensions_v1beta1_namespaced_replica_set_scale Put /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale
ExtensionsV1beta1Api replace_extensions_v1beta1_namespaced_replica_set_status Put /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/status
ExtensionsV1beta1Api replace_extensions_v1beta1_namespaced_replication_controller_dummy_scale Put /apis/extensions/v1beta1/namespaces/{namespace}/replicationcontrollers/{name}/scale
ExtensionsV1beta1Api replace_extensions_v1beta1_pod_security_policy Put /apis/extensions/v1beta1/podsecuritypolicies/{name}
ExtensionsV1beta1Api replace_extensions_v1beta1_third_party_resource Put /apis/extensions/v1beta1/thirdpartyresources/{name}
ExtensionsV1beta1Api watch_extensions_v1beta1_daemon_set_list_for_all_namespaces Get /apis/extensions/v1beta1/watch/daemonsets
ExtensionsV1beta1Api watch_extensions_v1beta1_deployment_list_for_all_namespaces Get /apis/extensions/v1beta1/watch/deployments
ExtensionsV1beta1Api watch_extensions_v1beta1_ingress_list_for_all_namespaces Get /apis/extensions/v1beta1/watch/ingresses
ExtensionsV1beta1Api watch_extensions_v1beta1_namespaced_daemon_set Get /apis/extensions/v1beta1/watch/namespaces/{namespace}/daemonsets/{name}
ExtensionsV1beta1Api watch_extensions_v1beta1_namespaced_daemon_set_list Get /apis/extensions/v1beta1/watch/namespaces/{namespace}/daemonsets
ExtensionsV1beta1Api watch_extensions_v1beta1_namespaced_deployment Get /apis/extensions/v1beta1/watch/namespaces/{namespace}/deployments/{name}
ExtensionsV1beta1Api watch_extensions_v1beta1_namespaced_deployment_list Get /apis/extensions/v1beta1/watch/namespaces/{namespace}/deployments
ExtensionsV1beta1Api watch_extensions_v1beta1_namespaced_ingress Get /apis/extensions/v1beta1/watch/namespaces/{namespace}/ingresses/{name}
ExtensionsV1beta1Api watch_extensions_v1beta1_namespaced_ingress_list Get /apis/extensions/v1beta1/watch/namespaces/{namespace}/ingresses
ExtensionsV1beta1Api watch_extensions_v1beta1_namespaced_network_policy Get /apis/extensions/v1beta1/watch/namespaces/{namespace}/networkpolicies/{name}
ExtensionsV1beta1Api watch_extensions_v1beta1_namespaced_network_policy_list Get /apis/extensions/v1beta1/watch/namespaces/{namespace}/networkpolicies
ExtensionsV1beta1Api watch_extensions_v1beta1_namespaced_replica_set Get /apis/extensions/v1beta1/watch/namespaces/{namespace}/replicasets/{name}
ExtensionsV1beta1Api watch_extensions_v1beta1_namespaced_replica_set_list Get /apis/extensions/v1beta1/watch/namespaces/{namespace}/replicasets
ExtensionsV1beta1Api watch_extensions_v1beta1_network_policy_list_for_all_namespaces Get /apis/extensions/v1beta1/watch/networkpolicies
ExtensionsV1beta1Api watch_extensions_v1beta1_pod_security_policy Get /apis/extensions/v1beta1/watch/podsecuritypolicies/{name}
ExtensionsV1beta1Api watch_extensions_v1beta1_pod_security_policy_list Get /apis/extensions/v1beta1/watch/podsecuritypolicies
ExtensionsV1beta1Api watch_extensions_v1beta1_replica_set_list_for_all_namespaces Get /apis/extensions/v1beta1/watch/replicasets
ExtensionsV1beta1Api watch_extensions_v1beta1_third_party_resource Get /apis/extensions/v1beta1/watch/thirdpartyresources/{name}
ExtensionsV1beta1Api watch_extensions_v1beta1_third_party_resource_list Get /apis/extensions/v1beta1/watch/thirdpartyresources
LogsApi log_file_handler Get /logs/{logpath}
LogsApi log_file_list_handler Get /logs/
NetworkingApi get_networking_api_group Get /apis/networking.k8s.io/
NetworkingV1Api create_networking_v1_namespaced_network_policy Post /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies
NetworkingV1Api delete_networking_v1_collection_namespaced_network_policy Delete /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies
NetworkingV1Api delete_networking_v1_namespaced_network_policy Delete /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name}
NetworkingV1Api get_networking_v1_api_resources Get /apis/networking.k8s.io/v1/
NetworkingV1Api list_networking_v1_namespaced_network_policy Get /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies
NetworkingV1Api list_networking_v1_network_policy_for_all_namespaces Get /apis/networking.k8s.io/v1/networkpolicies
NetworkingV1Api patch_networking_v1_namespaced_network_policy Patch /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name}
NetworkingV1Api read_networking_v1_namespaced_network_policy Get /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name}
NetworkingV1Api replace_networking_v1_namespaced_network_policy Put /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name}
NetworkingV1Api watch_networking_v1_namespaced_network_policy Get /apis/networking.k8s.io/v1/watch/namespaces/{namespace}/networkpolicies/{name}
NetworkingV1Api watch_networking_v1_namespaced_network_policy_list Get /apis/networking.k8s.io/v1/watch/namespaces/{namespace}/networkpolicies
NetworkingV1Api watch_networking_v1_network_policy_list_for_all_namespaces Get /apis/networking.k8s.io/v1/watch/networkpolicies
PolicyApi get_policy_api_group Get /apis/policy/
PolicyV1beta1Api create_policy_v1beta1_namespaced_pod_disruption_budget Post /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets
PolicyV1beta1Api delete_policy_v1beta1_collection_namespaced_pod_disruption_budget Delete /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets
PolicyV1beta1Api delete_policy_v1beta1_namespaced_pod_disruption_budget Delete /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}
PolicyV1beta1Api get_policy_v1beta1_api_resources Get /apis/policy/v1beta1/
PolicyV1beta1Api list_policy_v1beta1_namespaced_pod_disruption_budget Get /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets
PolicyV1beta1Api list_policy_v1beta1_pod_disruption_budget_for_all_namespaces Get /apis/policy/v1beta1/poddisruptionbudgets
PolicyV1beta1Api patch_policy_v1beta1_namespaced_pod_disruption_budget Patch /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}
PolicyV1beta1Api patch_policy_v1beta1_namespaced_pod_disruption_budget_status Patch /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}/status
PolicyV1beta1Api read_policy_v1beta1_namespaced_pod_disruption_budget Get /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}
PolicyV1beta1Api read_policy_v1beta1_namespaced_pod_disruption_budget_status Get /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}/status
PolicyV1beta1Api replace_policy_v1beta1_namespaced_pod_disruption_budget Put /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}
PolicyV1beta1Api replace_policy_v1beta1_namespaced_pod_disruption_budget_status Put /apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}/status
PolicyV1beta1Api watch_policy_v1beta1_namespaced_pod_disruption_budget Get /apis/policy/v1beta1/watch/namespaces/{namespace}/poddisruptionbudgets/{name}
PolicyV1beta1Api watch_policy_v1beta1_namespaced_pod_disruption_budget_list Get /apis/policy/v1beta1/watch/namespaces/{namespace}/poddisruptionbudgets
PolicyV1beta1Api watch_policy_v1beta1_pod_disruption_budget_list_for_all_namespaces Get /apis/policy/v1beta1/watch/poddisruptionbudgets
RbacAuthorizationApi get_rbac_authorization_api_group Get /apis/rbac.authorization.k8s.io/
RbacAuthorizationV1alpha1Api create_rbac_authorization_v1alpha1_cluster_role Post /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles
RbacAuthorizationV1alpha1Api create_rbac_authorization_v1alpha1_cluster_role_binding Post /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings
RbacAuthorizationV1alpha1Api create_rbac_authorization_v1alpha1_namespaced_role Post /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles
RbacAuthorizationV1alpha1Api create_rbac_authorization_v1alpha1_namespaced_role_binding Post /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings
RbacAuthorizationV1alpha1Api delete_rbac_authorization_v1alpha1_cluster_role Delete /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles/{name}
RbacAuthorizationV1alpha1Api delete_rbac_authorization_v1alpha1_cluster_role_binding Delete /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings/{name}
RbacAuthorizationV1alpha1Api delete_rbac_authorization_v1alpha1_collection_cluster_role Delete /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles
RbacAuthorizationV1alpha1Api delete_rbac_authorization_v1alpha1_collection_cluster_role_binding Delete /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings
RbacAuthorizationV1alpha1Api delete_rbac_authorization_v1alpha1_collection_namespaced_role Delete /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles
RbacAuthorizationV1alpha1Api delete_rbac_authorization_v1alpha1_collection_namespaced_role_binding Delete /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings
RbacAuthorizationV1alpha1Api delete_rbac_authorization_v1alpha1_namespaced_role Delete /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles/{name}
RbacAuthorizationV1alpha1Api delete_rbac_authorization_v1alpha1_namespaced_role_binding Delete /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings/{name}
RbacAuthorizationV1alpha1Api get_rbac_authorization_v1alpha1_api_resources Get /apis/rbac.authorization.k8s.io/v1alpha1/
RbacAuthorizationV1alpha1Api list_rbac_authorization_v1alpha1_cluster_role Get /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles
RbacAuthorizationV1alpha1Api list_rbac_authorization_v1alpha1_cluster_role_binding Get /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings
RbacAuthorizationV1alpha1Api list_rbac_authorization_v1alpha1_namespaced_role Get /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles
RbacAuthorizationV1alpha1Api list_rbac_authorization_v1alpha1_namespaced_role_binding Get /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings
RbacAuthorizationV1alpha1Api list_rbac_authorization_v1alpha1_role_binding_for_all_namespaces Get /apis/rbac.authorization.k8s.io/v1alpha1/rolebindings
RbacAuthorizationV1alpha1Api list_rbac_authorization_v1alpha1_role_for_all_namespaces Get /apis/rbac.authorization.k8s.io/v1alpha1/roles
RbacAuthorizationV1alpha1Api patch_rbac_authorization_v1alpha1_cluster_role Patch /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles/{name}
RbacAuthorizationV1alpha1Api patch_rbac_authorization_v1alpha1_cluster_role_binding Patch /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings/{name}
RbacAuthorizationV1alpha1Api patch_rbac_authorization_v1alpha1_namespaced_role Patch /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles/{name}
RbacAuthorizationV1alpha1Api patch_rbac_authorization_v1alpha1_namespaced_role_binding Patch /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings/{name}
RbacAuthorizationV1alpha1Api read_rbac_authorization_v1alpha1_cluster_role Get /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles/{name}
RbacAuthorizationV1alpha1Api read_rbac_authorization_v1alpha1_cluster_role_binding Get /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings/{name}
RbacAuthorizationV1alpha1Api read_rbac_authorization_v1alpha1_namespaced_role Get /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles/{name}
RbacAuthorizationV1alpha1Api read_rbac_authorization_v1alpha1_namespaced_role_binding Get /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings/{name}
RbacAuthorizationV1alpha1Api replace_rbac_authorization_v1alpha1_cluster_role Put /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles/{name}
RbacAuthorizationV1alpha1Api replace_rbac_authorization_v1alpha1_cluster_role_binding Put /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings/{name}
RbacAuthorizationV1alpha1Api replace_rbac_authorization_v1alpha1_namespaced_role Put /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles/{name}
RbacAuthorizationV1alpha1Api replace_rbac_authorization_v1alpha1_namespaced_role_binding Put /apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings/{name}
RbacAuthorizationV1alpha1Api watch_rbac_authorization_v1alpha1_cluster_role Get /apis/rbac.authorization.k8s.io/v1alpha1/watch/clusterroles/{name}
RbacAuthorizationV1alpha1Api watch_rbac_authorization_v1alpha1_cluster_role_binding Get /apis/rbac.authorization.k8s.io/v1alpha1/watch/clusterrolebindings/{name}
RbacAuthorizationV1alpha1Api watch_rbac_authorization_v1alpha1_cluster_role_binding_list Get /apis/rbac.authorization.k8s.io/v1alpha1/watch/clusterrolebindings
RbacAuthorizationV1alpha1Api watch_rbac_authorization_v1alpha1_cluster_role_list Get /apis/rbac.authorization.k8s.io/v1alpha1/watch/clusterroles
RbacAuthorizationV1alpha1Api watch_rbac_authorization_v1alpha1_namespaced_role Get /apis/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/roles/{name}
RbacAuthorizationV1alpha1Api watch_rbac_authorization_v1alpha1_namespaced_role_binding Get /apis/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/rolebindings/{name}
RbacAuthorizationV1alpha1Api watch_rbac_authorization_v1alpha1_namespaced_role_binding_list Get /apis/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/rolebindings
RbacAuthorizationV1alpha1Api watch_rbac_authorization_v1alpha1_namespaced_role_list Get /apis/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/roles
RbacAuthorizationV1alpha1Api watch_rbac_authorization_v1alpha1_role_binding_list_for_all_namespaces Get /apis/rbac.authorization.k8s.io/v1alpha1/watch/rolebindings
RbacAuthorizationV1alpha1Api watch_rbac_authorization_v1alpha1_role_list_for_all_namespaces Get /apis/rbac.authorization.k8s.io/v1alpha1/watch/roles
RbacAuthorizationV1beta1Api create_rbac_authorization_v1beta1_cluster_role Post /apis/rbac.authorization.k8s.io/v1beta1/clusterroles
RbacAuthorizationV1beta1Api create_rbac_authorization_v1beta1_cluster_role_binding Post /apis/rbac.authorization.k8s.io/v1beta1/clusterrolebindings
RbacAuthorizationV1beta1Api create_rbac_authorization_v1beta1_namespaced_role Post /apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/roles
RbacAuthorizationV1beta1Api create_rbac_authorization_v1beta1_namespaced_role_binding Post /apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/rolebindings
RbacAuthorizationV1beta1Api delete_rbac_authorization_v1beta1_cluster_role Delete /apis/rbac.authorization.k8s.io/v1beta1/clusterroles/{name}
RbacAuthorizationV1beta1Api delete_rbac_authorization_v1beta1_cluster_role_binding Delete /apis/rbac.authorization.k8s.io/v1beta1/clusterrolebindings/{name}
RbacAuthorizationV1beta1Api delete_rbac_authorization_v1beta1_collection_cluster_role Delete /apis/rbac.authorization.k8s.io/v1beta1/clusterroles
RbacAuthorizationV1beta1Api delete_rbac_authorization_v1beta1_collection_cluster_role_binding Delete /apis/rbac.authorization.k8s.io/v1beta1/clusterrolebindings
RbacAuthorizationV1beta1Api delete_rbac_authorization_v1beta1_collection_namespaced_role Delete /apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/roles
RbacAuthorizationV1beta1Api delete_rbac_authorization_v1beta1_collection_namespaced_role_binding Delete /apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/rolebindings
RbacAuthorizationV1beta1Api delete_rbac_authorization_v1beta1_namespaced_role Delete /apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/roles/{name}
RbacAuthorizationV1beta1Api delete_rbac_authorization_v1beta1_namespaced_role_binding Delete /apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/rolebindings/{name}
RbacAuthorizationV1beta1Api get_rbac_authorization_v1beta1_api_resources Get /apis/rbac.authorization.k8s.io/v1beta1/
RbacAuthorizationV1beta1Api list_rbac_authorization_v1beta1_cluster_role Get /apis/rbac.authorization.k8s.io/v1beta1/clusterroles
RbacAuthorizationV1beta1Api list_rbac_authorization_v1beta1_cluster_role_binding Get /apis/rbac.authorization.k8s.io/v1beta1/clusterrolebindings
RbacAuthorizationV1beta1Api list_rbac_authorization_v1beta1_namespaced_role Get /apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/roles
RbacAuthorizationV1beta1Api list_rbac_authorization_v1beta1_namespaced_role_binding Get /apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/rolebindings
RbacAuthorizationV1beta1Api list_rbac_authorization_v1beta1_role_binding_for_all_namespaces Get /apis/rbac.authorization.k8s.io/v1beta1/rolebindings
RbacAuthorizationV1beta1Api list_rbac_authorization_v1beta1_role_for_all_namespaces Get /apis/rbac.authorization.k8s.io/v1beta1/roles
RbacAuthorizationV1beta1Api patch_rbac_authorization_v1beta1_cluster_role Patch /apis/rbac.authorization.k8s.io/v1beta1/clusterroles/{name}
RbacAuthorizationV1beta1Api patch_rbac_authorization_v1beta1_cluster_role_binding Patch /apis/rbac.authorization.k8s.io/v1beta1/clusterrolebindings/{name}
RbacAuthorizationV1beta1Api patch_rbac_authorization_v1beta1_namespaced_role Patch /apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/roles/{name}
RbacAuthorizationV1beta1Api patch_rbac_authorization_v1beta1_namespaced_role_binding Patch /apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/rolebindings/{name}
RbacAuthorizationV1beta1Api read_rbac_authorization_v1beta1_cluster_role Get /apis/rbac.authorization.k8s.io/v1beta1/clusterroles/{name}
RbacAuthorizationV1beta1Api read_rbac_authorization_v1beta1_cluster_role_binding Get /apis/rbac.authorization.k8s.io/v1beta1/clusterrolebindings/{name}
RbacAuthorizationV1beta1Api read_rbac_authorization_v1beta1_namespaced_role Get /apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/roles/{name}
RbacAuthorizationV1beta1Api read_rbac_authorization_v1beta1_namespaced_role_binding Get /apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/rolebindings/{name}
RbacAuthorizationV1beta1Api replace_rbac_authorization_v1beta1_cluster_role Put /apis/rbac.authorization.k8s.io/v1beta1/clusterroles/{name}
RbacAuthorizationV1beta1Api replace_rbac_authorization_v1beta1_cluster_role_binding Put /apis/rbac.authorization.k8s.io/v1beta1/clusterrolebindings/{name}
RbacAuthorizationV1beta1Api replace_rbac_authorization_v1beta1_namespaced_role Put /apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/roles/{name}
RbacAuthorizationV1beta1Api replace_rbac_authorization_v1beta1_namespaced_role_binding Put /apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/rolebindings/{name}
RbacAuthorizationV1beta1Api watch_rbac_authorization_v1beta1_cluster_role Get /apis/rbac.authorization.k8s.io/v1beta1/watch/clusterroles/{name}
RbacAuthorizationV1beta1Api watch_rbac_authorization_v1beta1_cluster_role_binding Get /apis/rbac.authorization.k8s.io/v1beta1/watch/clusterrolebindings/{name}
RbacAuthorizationV1beta1Api watch_rbac_authorization_v1beta1_cluster_role_binding_list Get /apis/rbac.authorization.k8s.io/v1beta1/watch/clusterrolebindings
RbacAuthorizationV1beta1Api watch_rbac_authorization_v1beta1_cluster_role_list Get /apis/rbac.authorization.k8s.io/v1beta1/watch/clusterroles
RbacAuthorizationV1beta1Api watch_rbac_authorization_v1beta1_namespaced_role Get /apis/rbac.authorization.k8s.io/v1beta1/watch/namespaces/{namespace}/roles/{name}
RbacAuthorizationV1beta1Api watch_rbac_authorization_v1beta1_namespaced_role_binding Get /apis/rbac.authorization.k8s.io/v1beta1/watch/namespaces/{namespace}/rolebindings/{name}
RbacAuthorizationV1beta1Api watch_rbac_authorization_v1beta1_namespaced_role_binding_list Get /apis/rbac.authorization.k8s.io/v1beta1/watch/namespaces/{namespace}/rolebindings
RbacAuthorizationV1beta1Api watch_rbac_authorization_v1beta1_namespaced_role_list Get /apis/rbac.authorization.k8s.io/v1beta1/watch/namespaces/{namespace}/roles
RbacAuthorizationV1beta1Api watch_rbac_authorization_v1beta1_role_binding_list_for_all_namespaces Get /apis/rbac.authorization.k8s.io/v1beta1/watch/rolebindings
RbacAuthorizationV1beta1Api watch_rbac_authorization_v1beta1_role_list_for_all_namespaces Get /apis/rbac.authorization.k8s.io/v1beta1/watch/roles
SettingsApi get_settings_api_group Get /apis/settings.k8s.io/
SettingsV1alpha1Api create_settings_v1alpha1_namespaced_pod_preset Post /apis/settings.k8s.io/v1alpha1/namespaces/{namespace}/podpresets
SettingsV1alpha1Api delete_settings_v1alpha1_collection_namespaced_pod_preset Delete /apis/settings.k8s.io/v1alpha1/namespaces/{namespace}/podpresets
SettingsV1alpha1Api delete_settings_v1alpha1_namespaced_pod_preset Delete /apis/settings.k8s.io/v1alpha1/namespaces/{namespace}/podpresets/{name}
SettingsV1alpha1Api get_settings_v1alpha1_api_resources Get /apis/settings.k8s.io/v1alpha1/
SettingsV1alpha1Api list_settings_v1alpha1_namespaced_pod_preset Get /apis/settings.k8s.io/v1alpha1/namespaces/{namespace}/podpresets
SettingsV1alpha1Api list_settings_v1alpha1_pod_preset_for_all_namespaces Get /apis/settings.k8s.io/v1alpha1/podpresets
SettingsV1alpha1Api patch_settings_v1alpha1_namespaced_pod_preset Patch /apis/settings.k8s.io/v1alpha1/namespaces/{namespace}/podpresets/{name}
SettingsV1alpha1Api read_settings_v1alpha1_namespaced_pod_preset Get /apis/settings.k8s.io/v1alpha1/namespaces/{namespace}/podpresets/{name}
SettingsV1alpha1Api replace_settings_v1alpha1_namespaced_pod_preset Put /apis/settings.k8s.io/v1alpha1/namespaces/{namespace}/podpresets/{name}
SettingsV1alpha1Api watch_settings_v1alpha1_namespaced_pod_preset Get /apis/settings.k8s.io/v1alpha1/watch/namespaces/{namespace}/podpresets/{name}
SettingsV1alpha1Api watch_settings_v1alpha1_namespaced_pod_preset_list Get /apis/settings.k8s.io/v1alpha1/watch/namespaces/{namespace}/podpresets
SettingsV1alpha1Api watch_settings_v1alpha1_pod_preset_list_for_all_namespaces Get /apis/settings.k8s.io/v1alpha1/watch/podpresets
StorageApi get_storage_api_group Get /apis/storage.k8s.io/
StorageV1Api create_storage_v1_storage_class Post /apis/storage.k8s.io/v1/storageclasses
StorageV1Api delete_storage_v1_collection_storage_class Delete /apis/storage.k8s.io/v1/storageclasses
StorageV1Api delete_storage_v1_storage_class Delete /apis/storage.k8s.io/v1/storageclasses/{name}
StorageV1Api get_storage_v1_api_resources Get /apis/storage.k8s.io/v1/
StorageV1Api list_storage_v1_storage_class Get /apis/storage.k8s.io/v1/storageclasses
StorageV1Api patch_storage_v1_storage_class Patch /apis/storage.k8s.io/v1/storageclasses/{name}
StorageV1Api read_storage_v1_storage_class Get /apis/storage.k8s.io/v1/storageclasses/{name}
StorageV1Api replace_storage_v1_storage_class Put /apis/storage.k8s.io/v1/storageclasses/{name}
StorageV1Api watch_storage_v1_storage_class Get /apis/storage.k8s.io/v1/watch/storageclasses/{name}
StorageV1Api watch_storage_v1_storage_class_list Get /apis/storage.k8s.io/v1/watch/storageclasses
StorageV1beta1Api create_storage_v1beta1_storage_class Post /apis/storage.k8s.io/v1beta1/storageclasses
StorageV1beta1Api delete_storage_v1beta1_collection_storage_class Delete /apis/storage.k8s.io/v1beta1/storageclasses
StorageV1beta1Api delete_storage_v1beta1_storage_class Delete /apis/storage.k8s.io/v1beta1/storageclasses/{name}
StorageV1beta1Api get_storage_v1beta1_api_resources Get /apis/storage.k8s.io/v1beta1/
StorageV1beta1Api list_storage_v1beta1_storage_class Get /apis/storage.k8s.io/v1beta1/storageclasses
StorageV1beta1Api patch_storage_v1beta1_storage_class Patch /apis/storage.k8s.io/v1beta1/storageclasses/{name}
StorageV1beta1Api read_storage_v1beta1_storage_class Get /apis/storage.k8s.io/v1beta1/storageclasses/{name}
StorageV1beta1Api replace_storage_v1beta1_storage_class Put /apis/storage.k8s.io/v1beta1/storageclasses/{name}
StorageV1beta1Api watch_storage_v1beta1_storage_class Get /apis/storage.k8s.io/v1beta1/watch/storageclasses/{name}
StorageV1beta1Api watch_storage_v1beta1_storage_class_list Get /apis/storage.k8s.io/v1beta1/watch/storageclasses
VersionApi get_code_version Get /version/

Documentation For Models

Documentation For Authorization

BearerToken

  • Type: API key

Example

	auth := context.WithValue(context.TODO(), sw.ContextAPIKey, sw.APIKey{
		Key: "APIKEY",
		Prefix: "Bearer", // Omit if not necessary.
	})
    r, err := client.Service.Operation(auth, args)

Author

About

OpenAPI generated Rust library for Kubernetes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published