Documentation ¶
Index ¶
- type KubernetesAPI
- func (o *KubernetesAPI) AddMiddlewareFor(method, path string, builder middleware.Builder)
- func (o *KubernetesAPI) AuthenticatorsFor(schemes map[string]spec.SecurityScheme) map[string]runtime.Authenticator
- func (o *KubernetesAPI) Authorizer() runtime.Authorizer
- func (o *KubernetesAPI) ConsumersFor(mediaTypes []string) map[string]runtime.Consumer
- func (o *KubernetesAPI) Context() *middleware.Context
- func (o *KubernetesAPI) DefaultConsumes() string
- func (o *KubernetesAPI) DefaultProduces() string
- func (o *KubernetesAPI) Formats() strfmt.Registry
- func (o *KubernetesAPI) HandlerFor(method, path string) (http.Handler, bool)
- func (o *KubernetesAPI) Init()
- func (o *KubernetesAPI) ProducersFor(mediaTypes []string) map[string]runtime.Producer
- func (o *KubernetesAPI) RegisterConsumer(mediaType string, consumer runtime.Consumer)
- func (o *KubernetesAPI) RegisterFormat(name string, format strfmt.Format, validator strfmt.Validator)
- func (o *KubernetesAPI) RegisterProducer(mediaType string, producer runtime.Producer)
- func (o *KubernetesAPI) Serve(builder middleware.Builder) http.Handler
- func (o *KubernetesAPI) ServeErrorFor(operationID string) func(http.ResponseWriter, *http.Request, error)
- func (o *KubernetesAPI) SetDefaultConsumes(mediaType string)
- func (o *KubernetesAPI) SetDefaultProduces(mediaType string)
- func (o *KubernetesAPI) SetSpec(spec *loads.Document)
- func (o *KubernetesAPI) UseRedoc()
- func (o *KubernetesAPI) UseSwaggerUI()
- func (o *KubernetesAPI) Validate() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KubernetesAPI ¶
type KubernetesAPI struct { Middleware func(middleware.Builder) http.Handler // BasicAuthenticator generates a runtime.Authenticator from the supplied basic auth function. // It has a default implementation in the security package, however you can replace it for your particular usage. BasicAuthenticator func(security.UserPassAuthentication) runtime.Authenticator // APIKeyAuthenticator generates a runtime.Authenticator from the supplied token auth function. // It has a default implementation in the security package, however you can replace it for your particular usage. APIKeyAuthenticator func(string, string, security.TokenAuthentication) runtime.Authenticator // BearerAuthenticator generates a runtime.Authenticator from the supplied bearer token auth function. // It has a default implementation in the security package, however you can replace it for your particular usage. BearerAuthenticator func(string, security.ScopedTokenAuthentication) runtime.Authenticator // EmptyConsumer registers a consumer for the following mime types: // - */* EmptyConsumer runtime.Consumer // JSONConsumer registers a consumer for the following mime types: // - application/json // - application/json-patch+json // - application/merge-patch+json // - application/strategic-merge-patch+json JSONConsumer runtime.Consumer // ProtobufConsumer registers a consumer for the following mime types: // - application/vnd.kubernetes.protobuf ProtobufConsumer runtime.Consumer // YamlConsumer registers a consumer for the following mime types: // - application/apply-patch+yaml // - application/yaml YamlConsumer runtime.Consumer // EmptyProducer registers a producer for the following mime types: // - */* EmptyProducer runtime.Producer // JSONProducer registers a producer for the following mime types: // - application/json JSONProducer runtime.Producer // ProtobufProducer registers a producer for the following mime types: // - application/vnd.kubernetes.protobuf ProtobufProducer runtime.Producer // TxtProducer registers a producer for the following mime types: // - text/plain TxtProducer runtime.Producer // YamlProducer registers a producer for the following mime types: // - application/yaml YamlProducer runtime.Producer // CiliumDeleteApisCiliumIoV2CiliumEndpointHandler sets the operation handler for the delete apis cilium io v2 cilium endpoint operation CiliumDeleteApisCiliumIoV2CiliumEndpointHandler cilium.DeleteApisCiliumIoV2CiliumEndpointHandler // CiliumListApisCiliumIoV2CiliumClusterwideLocalRedirectPolicyHandler sets the operation handler for the list apis cilium io v2 cilium clusterwide local redirect policy operation CiliumListApisCiliumIoV2CiliumClusterwideLocalRedirectPolicyHandler cilium.ListApisCiliumIoV2CiliumClusterwideLocalRedirectPolicyHandler // CiliumListApisCiliumIoV2CiliumClusterwideNetworkPolicyHandler sets the operation handler for the list apis cilium io v2 cilium clusterwide network policy operation CiliumListApisCiliumIoV2CiliumClusterwideNetworkPolicyHandler cilium.ListApisCiliumIoV2CiliumClusterwideNetworkPolicyHandler // CiliumListApisCiliumIoV2CiliumEndpointHandler sets the operation handler for the list apis cilium io v2 cilium endpoint operation CiliumListApisCiliumIoV2CiliumEndpointHandler cilium.ListApisCiliumIoV2CiliumEndpointHandler // CiliumListApisCiliumIoV2CiliumIdentityHandler sets the operation handler for the list apis cilium io v2 cilium identity operation CiliumListApisCiliumIoV2CiliumIdentityHandler cilium.ListApisCiliumIoV2CiliumIdentityHandler // CiliumListApisCiliumIoV2CiliumLocalRedirectPolicyHandler sets the operation handler for the list apis cilium io v2 cilium local redirect policy operation CiliumListApisCiliumIoV2CiliumLocalRedirectPolicyHandler cilium.ListApisCiliumIoV2CiliumLocalRedirectPolicyHandler // CiliumListApisCiliumIoV2CiliumNetworkPolicyHandler sets the operation handler for the list apis cilium io v2 cilium network policy operation CiliumListApisCiliumIoV2CiliumNetworkPolicyHandler cilium.ListApisCiliumIoV2CiliumNetworkPolicyHandler // CiliumListApisCiliumIoV2CiliumNodesHandler sets the operation handler for the list apis cilium io v2 cilium nodes operation CiliumListApisCiliumIoV2CiliumNodesHandler cilium.ListApisCiliumIoV2CiliumNodesHandler // CiliumPatchApisCiliumIoV2CiliumEndpointStatusHandler sets the operation handler for the patch apis cilium io v2 cilium endpoint status operation CiliumPatchApisCiliumIoV2CiliumEndpointStatusHandler cilium.PatchApisCiliumIoV2CiliumEndpointStatusHandler // CiliumPatchApisCiliumIoV2CiliumIdentityStatusHandler sets the operation handler for the patch apis cilium io v2 cilium identity status operation CiliumPatchApisCiliumIoV2CiliumIdentityStatusHandler cilium.PatchApisCiliumIoV2CiliumIdentityStatusHandler // CiliumPostApisCiliumIoV2CiliumEndpointHandler sets the operation handler for the post apis cilium io v2 cilium endpoint operation CiliumPostApisCiliumIoV2CiliumEndpointHandler cilium.PostApisCiliumIoV2CiliumEndpointHandler // CiliumPostApisCiliumIoV2CiliumNodesHandler sets the operation handler for the post apis cilium io v2 cilium nodes operation CiliumPostApisCiliumIoV2CiliumNodesHandler cilium.PostApisCiliumIoV2CiliumNodesHandler // CiliumPutApisCiliumIoV2CiliumNodesHandler sets the operation handler for the put apis cilium io v2 cilium nodes operation CiliumPutApisCiliumIoV2CiliumNodesHandler cilium.PutApisCiliumIoV2CiliumNodesHandler // CiliumReadApisCiliumIoV2CiliumNodeHandler sets the operation handler for the read apis cilium io v2 cilium node operation CiliumReadApisCiliumIoV2CiliumNodeHandler cilium.ReadApisCiliumIoV2CiliumNodeHandler // CoreV1ConnectCoreV1DeleteNamespacedPodProxyHandler sets the operation handler for the connect core v1 delete namespaced pod proxy operation CoreV1ConnectCoreV1DeleteNamespacedPodProxyHandler core_v1.ConnectCoreV1DeleteNamespacedPodProxyHandler // CoreV1ConnectCoreV1DeleteNamespacedPodProxyWithPathHandler sets the operation handler for the connect core v1 delete namespaced pod proxy with path operation CoreV1ConnectCoreV1DeleteNamespacedPodProxyWithPathHandler core_v1.ConnectCoreV1DeleteNamespacedPodProxyWithPathHandler // CoreV1ConnectCoreV1DeleteNamespacedServiceProxyHandler sets the operation handler for the connect core v1 delete namespaced service proxy operation CoreV1ConnectCoreV1DeleteNamespacedServiceProxyHandler core_v1.ConnectCoreV1DeleteNamespacedServiceProxyHandler // CoreV1ConnectCoreV1DeleteNamespacedServiceProxyWithPathHandler sets the operation handler for the connect core v1 delete namespaced service proxy with path operation CoreV1ConnectCoreV1DeleteNamespacedServiceProxyWithPathHandler core_v1.ConnectCoreV1DeleteNamespacedServiceProxyWithPathHandler // CoreV1ConnectCoreV1DeleteNodeProxyHandler sets the operation handler for the connect core v1 delete node proxy operation CoreV1ConnectCoreV1DeleteNodeProxyHandler core_v1.ConnectCoreV1DeleteNodeProxyHandler // CoreV1ConnectCoreV1DeleteNodeProxyWithPathHandler sets the operation handler for the connect core v1 delete node proxy with path operation CoreV1ConnectCoreV1DeleteNodeProxyWithPathHandler core_v1.ConnectCoreV1DeleteNodeProxyWithPathHandler // CoreV1ConnectCoreV1GetNamespacedPodAttachHandler sets the operation handler for the connect core v1 get namespaced pod attach operation CoreV1ConnectCoreV1GetNamespacedPodAttachHandler core_v1.ConnectCoreV1GetNamespacedPodAttachHandler // CoreV1ConnectCoreV1GetNamespacedPodExecHandler sets the operation handler for the connect core v1 get namespaced pod exec operation CoreV1ConnectCoreV1GetNamespacedPodExecHandler core_v1.ConnectCoreV1GetNamespacedPodExecHandler // CoreV1ConnectCoreV1GetNamespacedPodPortforwardHandler sets the operation handler for the connect core v1 get namespaced pod portforward operation CoreV1ConnectCoreV1GetNamespacedPodPortforwardHandler core_v1.ConnectCoreV1GetNamespacedPodPortforwardHandler // CoreV1ConnectCoreV1GetNamespacedPodProxyHandler sets the operation handler for the connect core v1 get namespaced pod proxy operation CoreV1ConnectCoreV1GetNamespacedPodProxyHandler core_v1.ConnectCoreV1GetNamespacedPodProxyHandler // CoreV1ConnectCoreV1GetNamespacedPodProxyWithPathHandler sets the operation handler for the connect core v1 get namespaced pod proxy with path operation CoreV1ConnectCoreV1GetNamespacedPodProxyWithPathHandler core_v1.ConnectCoreV1GetNamespacedPodProxyWithPathHandler // CoreV1ConnectCoreV1GetNamespacedServiceProxyHandler sets the operation handler for the connect core v1 get namespaced service proxy operation CoreV1ConnectCoreV1GetNamespacedServiceProxyHandler core_v1.ConnectCoreV1GetNamespacedServiceProxyHandler // CoreV1ConnectCoreV1GetNamespacedServiceProxyWithPathHandler sets the operation handler for the connect core v1 get namespaced service proxy with path operation CoreV1ConnectCoreV1GetNamespacedServiceProxyWithPathHandler core_v1.ConnectCoreV1GetNamespacedServiceProxyWithPathHandler // CoreV1ConnectCoreV1GetNodeProxyHandler sets the operation handler for the connect core v1 get node proxy operation CoreV1ConnectCoreV1GetNodeProxyHandler core_v1.ConnectCoreV1GetNodeProxyHandler // CoreV1ConnectCoreV1GetNodeProxyWithPathHandler sets the operation handler for the connect core v1 get node proxy with path operation CoreV1ConnectCoreV1GetNodeProxyWithPathHandler core_v1.ConnectCoreV1GetNodeProxyWithPathHandler // CoreV1ConnectCoreV1HeadNamespacedPodProxyHandler sets the operation handler for the connect core v1 head namespaced pod proxy operation CoreV1ConnectCoreV1HeadNamespacedPodProxyHandler core_v1.ConnectCoreV1HeadNamespacedPodProxyHandler // CoreV1ConnectCoreV1HeadNamespacedPodProxyWithPathHandler sets the operation handler for the connect core v1 head namespaced pod proxy with path operation CoreV1ConnectCoreV1HeadNamespacedPodProxyWithPathHandler core_v1.ConnectCoreV1HeadNamespacedPodProxyWithPathHandler // CoreV1ConnectCoreV1HeadNamespacedServiceProxyHandler sets the operation handler for the connect core v1 head namespaced service proxy operation CoreV1ConnectCoreV1HeadNamespacedServiceProxyHandler core_v1.ConnectCoreV1HeadNamespacedServiceProxyHandler // CoreV1ConnectCoreV1HeadNamespacedServiceProxyWithPathHandler sets the operation handler for the connect core v1 head namespaced service proxy with path operation CoreV1ConnectCoreV1HeadNamespacedServiceProxyWithPathHandler core_v1.ConnectCoreV1HeadNamespacedServiceProxyWithPathHandler // CoreV1ConnectCoreV1HeadNodeProxyHandler sets the operation handler for the connect core v1 head node proxy operation CoreV1ConnectCoreV1HeadNodeProxyHandler core_v1.ConnectCoreV1HeadNodeProxyHandler // CoreV1ConnectCoreV1HeadNodeProxyWithPathHandler sets the operation handler for the connect core v1 head node proxy with path operation CoreV1ConnectCoreV1HeadNodeProxyWithPathHandler core_v1.ConnectCoreV1HeadNodeProxyWithPathHandler // CoreV1ConnectCoreV1OptionsNamespacedPodProxyHandler sets the operation handler for the connect core v1 options namespaced pod proxy operation CoreV1ConnectCoreV1OptionsNamespacedPodProxyHandler core_v1.ConnectCoreV1OptionsNamespacedPodProxyHandler // CoreV1ConnectCoreV1OptionsNamespacedPodProxyWithPathHandler sets the operation handler for the connect core v1 options namespaced pod proxy with path operation CoreV1ConnectCoreV1OptionsNamespacedPodProxyWithPathHandler core_v1.ConnectCoreV1OptionsNamespacedPodProxyWithPathHandler // CoreV1ConnectCoreV1OptionsNamespacedServiceProxyHandler sets the operation handler for the connect core v1 options namespaced service proxy operation CoreV1ConnectCoreV1OptionsNamespacedServiceProxyHandler core_v1.ConnectCoreV1OptionsNamespacedServiceProxyHandler // CoreV1ConnectCoreV1OptionsNamespacedServiceProxyWithPathHandler sets the operation handler for the connect core v1 options namespaced service proxy with path operation CoreV1ConnectCoreV1OptionsNamespacedServiceProxyWithPathHandler core_v1.ConnectCoreV1OptionsNamespacedServiceProxyWithPathHandler // CoreV1ConnectCoreV1OptionsNodeProxyHandler sets the operation handler for the connect core v1 options node proxy operation CoreV1ConnectCoreV1OptionsNodeProxyHandler core_v1.ConnectCoreV1OptionsNodeProxyHandler // CoreV1ConnectCoreV1OptionsNodeProxyWithPathHandler sets the operation handler for the connect core v1 options node proxy with path operation CoreV1ConnectCoreV1OptionsNodeProxyWithPathHandler core_v1.ConnectCoreV1OptionsNodeProxyWithPathHandler // CoreV1ConnectCoreV1PatchNamespacedPodProxyHandler sets the operation handler for the connect core v1 patch namespaced pod proxy operation CoreV1ConnectCoreV1PatchNamespacedPodProxyHandler core_v1.ConnectCoreV1PatchNamespacedPodProxyHandler // CoreV1ConnectCoreV1PatchNamespacedPodProxyWithPathHandler sets the operation handler for the connect core v1 patch namespaced pod proxy with path operation CoreV1ConnectCoreV1PatchNamespacedPodProxyWithPathHandler core_v1.ConnectCoreV1PatchNamespacedPodProxyWithPathHandler // CoreV1ConnectCoreV1PatchNamespacedServiceProxyHandler sets the operation handler for the connect core v1 patch namespaced service proxy operation CoreV1ConnectCoreV1PatchNamespacedServiceProxyHandler core_v1.ConnectCoreV1PatchNamespacedServiceProxyHandler // CoreV1ConnectCoreV1PatchNamespacedServiceProxyWithPathHandler sets the operation handler for the connect core v1 patch namespaced service proxy with path operation CoreV1ConnectCoreV1PatchNamespacedServiceProxyWithPathHandler core_v1.ConnectCoreV1PatchNamespacedServiceProxyWithPathHandler // CoreV1ConnectCoreV1PatchNodeProxyHandler sets the operation handler for the connect core v1 patch node proxy operation CoreV1ConnectCoreV1PatchNodeProxyHandler core_v1.ConnectCoreV1PatchNodeProxyHandler // CoreV1ConnectCoreV1PatchNodeProxyWithPathHandler sets the operation handler for the connect core v1 patch node proxy with path operation CoreV1ConnectCoreV1PatchNodeProxyWithPathHandler core_v1.ConnectCoreV1PatchNodeProxyWithPathHandler // CoreV1ConnectCoreV1PostNamespacedPodAttachHandler sets the operation handler for the connect core v1 post namespaced pod attach operation CoreV1ConnectCoreV1PostNamespacedPodAttachHandler core_v1.ConnectCoreV1PostNamespacedPodAttachHandler // CoreV1ConnectCoreV1PostNamespacedPodExecHandler sets the operation handler for the connect core v1 post namespaced pod exec operation CoreV1ConnectCoreV1PostNamespacedPodExecHandler core_v1.ConnectCoreV1PostNamespacedPodExecHandler // CoreV1ConnectCoreV1PostNamespacedPodPortforwardHandler sets the operation handler for the connect core v1 post namespaced pod portforward operation CoreV1ConnectCoreV1PostNamespacedPodPortforwardHandler core_v1.ConnectCoreV1PostNamespacedPodPortforwardHandler // CoreV1ConnectCoreV1PostNamespacedPodProxyHandler sets the operation handler for the connect core v1 post namespaced pod proxy operation CoreV1ConnectCoreV1PostNamespacedPodProxyHandler core_v1.ConnectCoreV1PostNamespacedPodProxyHandler // CoreV1ConnectCoreV1PostNamespacedPodProxyWithPathHandler sets the operation handler for the connect core v1 post namespaced pod proxy with path operation CoreV1ConnectCoreV1PostNamespacedPodProxyWithPathHandler core_v1.ConnectCoreV1PostNamespacedPodProxyWithPathHandler // CoreV1ConnectCoreV1PostNamespacedServiceProxyHandler sets the operation handler for the connect core v1 post namespaced service proxy operation CoreV1ConnectCoreV1PostNamespacedServiceProxyHandler core_v1.ConnectCoreV1PostNamespacedServiceProxyHandler // CoreV1ConnectCoreV1PostNamespacedServiceProxyWithPathHandler sets the operation handler for the connect core v1 post namespaced service proxy with path operation CoreV1ConnectCoreV1PostNamespacedServiceProxyWithPathHandler core_v1.ConnectCoreV1PostNamespacedServiceProxyWithPathHandler // CoreV1ConnectCoreV1PostNodeProxyHandler sets the operation handler for the connect core v1 post node proxy operation CoreV1ConnectCoreV1PostNodeProxyHandler core_v1.ConnectCoreV1PostNodeProxyHandler // CoreV1ConnectCoreV1PostNodeProxyWithPathHandler sets the operation handler for the connect core v1 post node proxy with path operation CoreV1ConnectCoreV1PostNodeProxyWithPathHandler core_v1.ConnectCoreV1PostNodeProxyWithPathHandler // CoreV1ConnectCoreV1PutNamespacedPodProxyHandler sets the operation handler for the connect core v1 put namespaced pod proxy operation CoreV1ConnectCoreV1PutNamespacedPodProxyHandler core_v1.ConnectCoreV1PutNamespacedPodProxyHandler // CoreV1ConnectCoreV1PutNamespacedPodProxyWithPathHandler sets the operation handler for the connect core v1 put namespaced pod proxy with path operation CoreV1ConnectCoreV1PutNamespacedPodProxyWithPathHandler core_v1.ConnectCoreV1PutNamespacedPodProxyWithPathHandler // CoreV1ConnectCoreV1PutNamespacedServiceProxyHandler sets the operation handler for the connect core v1 put namespaced service proxy operation CoreV1ConnectCoreV1PutNamespacedServiceProxyHandler core_v1.ConnectCoreV1PutNamespacedServiceProxyHandler // CoreV1ConnectCoreV1PutNamespacedServiceProxyWithPathHandler sets the operation handler for the connect core v1 put namespaced service proxy with path operation CoreV1ConnectCoreV1PutNamespacedServiceProxyWithPathHandler core_v1.ConnectCoreV1PutNamespacedServiceProxyWithPathHandler // CoreV1ConnectCoreV1PutNodeProxyHandler sets the operation handler for the connect core v1 put node proxy operation CoreV1ConnectCoreV1PutNodeProxyHandler core_v1.ConnectCoreV1PutNodeProxyHandler // CoreV1ConnectCoreV1PutNodeProxyWithPathHandler sets the operation handler for the connect core v1 put node proxy with path operation CoreV1ConnectCoreV1PutNodeProxyWithPathHandler core_v1.ConnectCoreV1PutNodeProxyWithPathHandler // AdmissionregistrationV1CreateAdmissionregistrationV1MutatingWebhookConfigurationHandler sets the operation handler for the create admissionregistration v1 mutating webhook configuration operation AdmissionregistrationV1CreateAdmissionregistrationV1MutatingWebhookConfigurationHandler admissionregistration_v1.CreateAdmissionregistrationV1MutatingWebhookConfigurationHandler // AdmissionregistrationV1CreateAdmissionregistrationV1ValidatingWebhookConfigurationHandler sets the operation handler for the create admissionregistration v1 validating webhook configuration operation AdmissionregistrationV1CreateAdmissionregistrationV1ValidatingWebhookConfigurationHandler admissionregistration_v1.CreateAdmissionregistrationV1ValidatingWebhookConfigurationHandler // AdmissionregistrationV1beta1CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationHandler sets the operation handler for the create admissionregistration v1beta1 mutating webhook configuration operation AdmissionregistrationV1beta1CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationHandler admissionregistration_v1beta1.CreateAdmissionregistrationV1beta1MutatingWebhookConfigurationHandler // AdmissionregistrationV1beta1CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationHandler sets the operation handler for the create admissionregistration v1beta1 validating webhook configuration operation AdmissionregistrationV1beta1CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationHandler admissionregistration_v1beta1.CreateAdmissionregistrationV1beta1ValidatingWebhookConfigurationHandler // ApiextensionsV1CreateApiextensionsV1CustomResourceDefinitionHandler sets the operation handler for the create apiextensions v1 custom resource definition operation ApiextensionsV1CreateApiextensionsV1CustomResourceDefinitionHandler apiextensions_v1.CreateApiextensionsV1CustomResourceDefinitionHandler // ApiextensionsV1beta1CreateApiextensionsV1beta1CustomResourceDefinitionHandler sets the operation handler for the create apiextensions v1beta1 custom resource definition operation ApiextensionsV1beta1CreateApiextensionsV1beta1CustomResourceDefinitionHandler apiextensions_v1beta1.CreateApiextensionsV1beta1CustomResourceDefinitionHandler // ApiregistrationV1CreateApiregistrationV1APIServiceHandler sets the operation handler for the create apiregistration v1 API service operation ApiregistrationV1CreateApiregistrationV1APIServiceHandler apiregistration_v1.CreateApiregistrationV1APIServiceHandler // ApiregistrationV1beta1CreateApiregistrationV1beta1APIServiceHandler sets the operation handler for the create apiregistration v1beta1 API service operation ApiregistrationV1beta1CreateApiregistrationV1beta1APIServiceHandler apiregistration_v1beta1.CreateApiregistrationV1beta1APIServiceHandler // AppsV1CreateAppsV1NamespacedControllerRevisionHandler sets the operation handler for the create apps v1 namespaced controller revision operation AppsV1CreateAppsV1NamespacedControllerRevisionHandler apps_v1.CreateAppsV1NamespacedControllerRevisionHandler // AppsV1CreateAppsV1NamespacedDaemonSetHandler sets the operation handler for the create apps v1 namespaced daemon set operation AppsV1CreateAppsV1NamespacedDaemonSetHandler apps_v1.CreateAppsV1NamespacedDaemonSetHandler // AppsV1CreateAppsV1NamespacedDeploymentHandler sets the operation handler for the create apps v1 namespaced deployment operation AppsV1CreateAppsV1NamespacedDeploymentHandler apps_v1.CreateAppsV1NamespacedDeploymentHandler // AppsV1CreateAppsV1NamespacedReplicaSetHandler sets the operation handler for the create apps v1 namespaced replica set operation AppsV1CreateAppsV1NamespacedReplicaSetHandler apps_v1.CreateAppsV1NamespacedReplicaSetHandler // AppsV1CreateAppsV1NamespacedStatefulSetHandler sets the operation handler for the create apps v1 namespaced stateful set operation AppsV1CreateAppsV1NamespacedStatefulSetHandler apps_v1.CreateAppsV1NamespacedStatefulSetHandler // AuthenticationV1CreateAuthenticationV1TokenReviewHandler sets the operation handler for the create authentication v1 token review operation AuthenticationV1CreateAuthenticationV1TokenReviewHandler authentication_v1.CreateAuthenticationV1TokenReviewHandler // AuthenticationV1beta1CreateAuthenticationV1beta1TokenReviewHandler sets the operation handler for the create authentication v1beta1 token review operation AuthenticationV1beta1CreateAuthenticationV1beta1TokenReviewHandler authentication_v1beta1.CreateAuthenticationV1beta1TokenReviewHandler // AuthorizationV1CreateAuthorizationV1NamespacedLocalSubjectAccessReviewHandler sets the operation handler for the create authorization v1 namespaced local subject access review operation AuthorizationV1CreateAuthorizationV1NamespacedLocalSubjectAccessReviewHandler authorization_v1.CreateAuthorizationV1NamespacedLocalSubjectAccessReviewHandler // AuthorizationV1CreateAuthorizationV1SelfSubjectAccessReviewHandler sets the operation handler for the create authorization v1 self subject access review operation AuthorizationV1CreateAuthorizationV1SelfSubjectAccessReviewHandler authorization_v1.CreateAuthorizationV1SelfSubjectAccessReviewHandler // AuthorizationV1CreateAuthorizationV1SelfSubjectRulesReviewHandler sets the operation handler for the create authorization v1 self subject rules review operation AuthorizationV1CreateAuthorizationV1SelfSubjectRulesReviewHandler authorization_v1.CreateAuthorizationV1SelfSubjectRulesReviewHandler // AuthorizationV1CreateAuthorizationV1SubjectAccessReviewHandler sets the operation handler for the create authorization v1 subject access review operation AuthorizationV1CreateAuthorizationV1SubjectAccessReviewHandler authorization_v1.CreateAuthorizationV1SubjectAccessReviewHandler // AuthorizationV1beta1CreateAuthorizationV1beta1NamespacedLocalSubjectAccessReviewHandler sets the operation handler for the create authorization v1beta1 namespaced local subject access review operation AuthorizationV1beta1CreateAuthorizationV1beta1NamespacedLocalSubjectAccessReviewHandler authorization_v1beta1.CreateAuthorizationV1beta1NamespacedLocalSubjectAccessReviewHandler // AuthorizationV1beta1CreateAuthorizationV1beta1SelfSubjectAccessReviewHandler sets the operation handler for the create authorization v1beta1 self subject access review operation AuthorizationV1beta1CreateAuthorizationV1beta1SelfSubjectAccessReviewHandler authorization_v1beta1.CreateAuthorizationV1beta1SelfSubjectAccessReviewHandler // AuthorizationV1beta1CreateAuthorizationV1beta1SelfSubjectRulesReviewHandler sets the operation handler for the create authorization v1beta1 self subject rules review operation AuthorizationV1beta1CreateAuthorizationV1beta1SelfSubjectRulesReviewHandler authorization_v1beta1.CreateAuthorizationV1beta1SelfSubjectRulesReviewHandler // AuthorizationV1beta1CreateAuthorizationV1beta1SubjectAccessReviewHandler sets the operation handler for the create authorization v1beta1 subject access review operation AuthorizationV1beta1CreateAuthorizationV1beta1SubjectAccessReviewHandler authorization_v1beta1.CreateAuthorizationV1beta1SubjectAccessReviewHandler // AutoscalingV1CreateAutoscalingV1NamespacedHorizontalPodAutoscalerHandler sets the operation handler for the create autoscaling v1 namespaced horizontal pod autoscaler operation AutoscalingV1CreateAutoscalingV1NamespacedHorizontalPodAutoscalerHandler autoscaling_v1.CreateAutoscalingV1NamespacedHorizontalPodAutoscalerHandler // AutoscalingV2beta1CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerHandler sets the operation handler for the create autoscaling v2beta1 namespaced horizontal pod autoscaler operation AutoscalingV2beta1CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerHandler autoscaling_v2beta1.CreateAutoscalingV2beta1NamespacedHorizontalPodAutoscalerHandler // AutoscalingV2beta2CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerHandler sets the operation handler for the create autoscaling v2beta2 namespaced horizontal pod autoscaler operation AutoscalingV2beta2CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerHandler autoscaling_v2beta2.CreateAutoscalingV2beta2NamespacedHorizontalPodAutoscalerHandler // BatchV1CreateBatchV1NamespacedJobHandler sets the operation handler for the create batch v1 namespaced job operation BatchV1CreateBatchV1NamespacedJobHandler batch_v1.CreateBatchV1NamespacedJobHandler // BatchV1beta1CreateBatchV1beta1NamespacedCronJobHandler sets the operation handler for the create batch v1beta1 namespaced cron job operation BatchV1beta1CreateBatchV1beta1NamespacedCronJobHandler batch_v1beta1.CreateBatchV1beta1NamespacedCronJobHandler // BatchV2alpha1CreateBatchV2alpha1NamespacedCronJobHandler sets the operation handler for the create batch v2alpha1 namespaced cron job operation BatchV2alpha1CreateBatchV2alpha1NamespacedCronJobHandler batch_v2alpha1.CreateBatchV2alpha1NamespacedCronJobHandler // CertificatesV1CreateCertificatesV1CertificateSigningRequestHandler sets the operation handler for the create certificates v1 certificate signing request operation CertificatesV1CreateCertificatesV1CertificateSigningRequestHandler certificates_v1.CreateCertificatesV1CertificateSigningRequestHandler // CertificatesV1beta1CreateCertificatesV1beta1CertificateSigningRequestHandler sets the operation handler for the create certificates v1beta1 certificate signing request operation CertificatesV1beta1CreateCertificatesV1beta1CertificateSigningRequestHandler certificates_v1beta1.CreateCertificatesV1beta1CertificateSigningRequestHandler // CoordinationV1CreateCoordinationV1NamespacedLeaseHandler sets the operation handler for the create coordination v1 namespaced lease operation CoordinationV1CreateCoordinationV1NamespacedLeaseHandler coordination_v1.CreateCoordinationV1NamespacedLeaseHandler // CoordinationV1beta1CreateCoordinationV1beta1NamespacedLeaseHandler sets the operation handler for the create coordination v1beta1 namespaced lease operation CoordinationV1beta1CreateCoordinationV1beta1NamespacedLeaseHandler coordination_v1beta1.CreateCoordinationV1beta1NamespacedLeaseHandler // CoreV1CreateCoreV1NamespaceHandler sets the operation handler for the create core v1 namespace operation CoreV1CreateCoreV1NamespaceHandler core_v1.CreateCoreV1NamespaceHandler // CoreV1CreateCoreV1NamespacedBindingHandler sets the operation handler for the create core v1 namespaced binding operation CoreV1CreateCoreV1NamespacedBindingHandler core_v1.CreateCoreV1NamespacedBindingHandler // CoreV1CreateCoreV1NamespacedConfigMapHandler sets the operation handler for the create core v1 namespaced config map operation CoreV1CreateCoreV1NamespacedConfigMapHandler core_v1.CreateCoreV1NamespacedConfigMapHandler // CoreV1CreateCoreV1NamespacedEndpointsHandler sets the operation handler for the create core v1 namespaced endpoints operation CoreV1CreateCoreV1NamespacedEndpointsHandler core_v1.CreateCoreV1NamespacedEndpointsHandler // CoreV1CreateCoreV1NamespacedEventHandler sets the operation handler for the create core v1 namespaced event operation CoreV1CreateCoreV1NamespacedEventHandler core_v1.CreateCoreV1NamespacedEventHandler // CoreV1CreateCoreV1NamespacedLimitRangeHandler sets the operation handler for the create core v1 namespaced limit range operation CoreV1CreateCoreV1NamespacedLimitRangeHandler core_v1.CreateCoreV1NamespacedLimitRangeHandler // CoreV1CreateCoreV1NamespacedPersistentVolumeClaimHandler sets the operation handler for the create core v1 namespaced persistent volume claim operation CoreV1CreateCoreV1NamespacedPersistentVolumeClaimHandler core_v1.CreateCoreV1NamespacedPersistentVolumeClaimHandler // CoreV1CreateCoreV1NamespacedPodHandler sets the operation handler for the create core v1 namespaced pod operation CoreV1CreateCoreV1NamespacedPodHandler core_v1.CreateCoreV1NamespacedPodHandler // CoreV1CreateCoreV1NamespacedPodBindingHandler sets the operation handler for the create core v1 namespaced pod binding operation CoreV1CreateCoreV1NamespacedPodBindingHandler core_v1.CreateCoreV1NamespacedPodBindingHandler // CoreV1CreateCoreV1NamespacedPodEvictionHandler sets the operation handler for the create core v1 namespaced pod eviction operation CoreV1CreateCoreV1NamespacedPodEvictionHandler core_v1.CreateCoreV1NamespacedPodEvictionHandler // CoreV1CreateCoreV1NamespacedPodTemplateHandler sets the operation handler for the create core v1 namespaced pod template operation CoreV1CreateCoreV1NamespacedPodTemplateHandler core_v1.CreateCoreV1NamespacedPodTemplateHandler // CoreV1CreateCoreV1NamespacedReplicationControllerHandler sets the operation handler for the create core v1 namespaced replication controller operation CoreV1CreateCoreV1NamespacedReplicationControllerHandler core_v1.CreateCoreV1NamespacedReplicationControllerHandler // CoreV1CreateCoreV1NamespacedResourceQuotaHandler sets the operation handler for the create core v1 namespaced resource quota operation CoreV1CreateCoreV1NamespacedResourceQuotaHandler core_v1.CreateCoreV1NamespacedResourceQuotaHandler // CoreV1CreateCoreV1NamespacedSecretHandler sets the operation handler for the create core v1 namespaced secret operation CoreV1CreateCoreV1NamespacedSecretHandler core_v1.CreateCoreV1NamespacedSecretHandler // CoreV1CreateCoreV1NamespacedServiceHandler sets the operation handler for the create core v1 namespaced service operation CoreV1CreateCoreV1NamespacedServiceHandler core_v1.CreateCoreV1NamespacedServiceHandler // CoreV1CreateCoreV1NamespacedServiceAccountHandler sets the operation handler for the create core v1 namespaced service account operation CoreV1CreateCoreV1NamespacedServiceAccountHandler core_v1.CreateCoreV1NamespacedServiceAccountHandler // CoreV1CreateCoreV1NamespacedServiceAccountTokenHandler sets the operation handler for the create core v1 namespaced service account token operation CoreV1CreateCoreV1NamespacedServiceAccountTokenHandler core_v1.CreateCoreV1NamespacedServiceAccountTokenHandler // CoreV1CreateCoreV1NodeHandler sets the operation handler for the create core v1 node operation CoreV1CreateCoreV1NodeHandler core_v1.CreateCoreV1NodeHandler // CoreV1CreateCoreV1PersistentVolumeHandler sets the operation handler for the create core v1 persistent volume operation CoreV1CreateCoreV1PersistentVolumeHandler core_v1.CreateCoreV1PersistentVolumeHandler // DiscoveryV1beta1CreateDiscoveryV1beta1NamespacedEndpointSliceHandler sets the operation handler for the create discovery v1beta1 namespaced endpoint slice operation DiscoveryV1beta1CreateDiscoveryV1beta1NamespacedEndpointSliceHandler discovery_v1beta1.CreateDiscoveryV1beta1NamespacedEndpointSliceHandler // EventsV1CreateEventsV1NamespacedEventHandler sets the operation handler for the create events v1 namespaced event operation EventsV1CreateEventsV1NamespacedEventHandler events_v1.CreateEventsV1NamespacedEventHandler // EventsV1beta1CreateEventsV1beta1NamespacedEventHandler sets the operation handler for the create events v1beta1 namespaced event operation EventsV1beta1CreateEventsV1beta1NamespacedEventHandler events_v1beta1.CreateEventsV1beta1NamespacedEventHandler // ExtensionsV1beta1CreateExtensionsV1beta1NamespacedIngressHandler sets the operation handler for the create extensions v1beta1 namespaced ingress operation ExtensionsV1beta1CreateExtensionsV1beta1NamespacedIngressHandler extensions_v1beta1.CreateExtensionsV1beta1NamespacedIngressHandler // FlowcontrolApiserverV1alpha1CreateFlowcontrolApiserverV1alpha1FlowSchemaHandler sets the operation handler for the create flowcontrol apiserver v1alpha1 flow schema operation FlowcontrolApiserverV1alpha1CreateFlowcontrolApiserverV1alpha1FlowSchemaHandler flowcontrol_apiserver_v1alpha1.CreateFlowcontrolApiserverV1alpha1FlowSchemaHandler // FlowcontrolApiserverV1alpha1CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationHandler sets the operation handler for the create flowcontrol apiserver v1alpha1 priority level configuration operation FlowcontrolApiserverV1alpha1CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationHandler flowcontrol_apiserver_v1alpha1.CreateFlowcontrolApiserverV1alpha1PriorityLevelConfigurationHandler // NetworkingV1CreateNetworkingV1IngressClassHandler sets the operation handler for the create networking v1 ingress class operation NetworkingV1CreateNetworkingV1IngressClassHandler networking_v1.CreateNetworkingV1IngressClassHandler // NetworkingV1CreateNetworkingV1NamespacedIngressHandler sets the operation handler for the create networking v1 namespaced ingress operation NetworkingV1CreateNetworkingV1NamespacedIngressHandler networking_v1.CreateNetworkingV1NamespacedIngressHandler // NetworkingV1CreateNetworkingV1NamespacedNetworkPolicyHandler sets the operation handler for the create networking v1 namespaced network policy operation NetworkingV1CreateNetworkingV1NamespacedNetworkPolicyHandler networking_v1.CreateNetworkingV1NamespacedNetworkPolicyHandler // NetworkingV1beta1CreateNetworkingV1beta1IngressClassHandler sets the operation handler for the create networking v1beta1 ingress class operation NetworkingV1beta1CreateNetworkingV1beta1IngressClassHandler networking_v1beta1.CreateNetworkingV1beta1IngressClassHandler // NetworkingV1beta1CreateNetworkingV1beta1NamespacedIngressHandler sets the operation handler for the create networking v1beta1 namespaced ingress operation NetworkingV1beta1CreateNetworkingV1beta1NamespacedIngressHandler networking_v1beta1.CreateNetworkingV1beta1NamespacedIngressHandler // NodeV1alpha1CreateNodeV1alpha1RuntimeClassHandler sets the operation handler for the create node v1alpha1 runtime class operation NodeV1alpha1CreateNodeV1alpha1RuntimeClassHandler node_v1alpha1.CreateNodeV1alpha1RuntimeClassHandler // NodeV1beta1CreateNodeV1beta1RuntimeClassHandler sets the operation handler for the create node v1beta1 runtime class operation NodeV1beta1CreateNodeV1beta1RuntimeClassHandler node_v1beta1.CreateNodeV1beta1RuntimeClassHandler // PolicyV1beta1CreatePolicyV1beta1NamespacedPodDisruptionBudgetHandler sets the operation handler for the create policy v1beta1 namespaced pod disruption budget operation PolicyV1beta1CreatePolicyV1beta1NamespacedPodDisruptionBudgetHandler policy_v1beta1.CreatePolicyV1beta1NamespacedPodDisruptionBudgetHandler // PolicyV1beta1CreatePolicyV1beta1PodSecurityPolicyHandler sets the operation handler for the create policy v1beta1 pod security policy operation PolicyV1beta1CreatePolicyV1beta1PodSecurityPolicyHandler policy_v1beta1.CreatePolicyV1beta1PodSecurityPolicyHandler // RbacAuthorizationV1CreateRbacAuthorizationV1ClusterRoleHandler sets the operation handler for the create rbac authorization v1 cluster role operation RbacAuthorizationV1CreateRbacAuthorizationV1ClusterRoleHandler rbac_authorization_v1.CreateRbacAuthorizationV1ClusterRoleHandler // RbacAuthorizationV1CreateRbacAuthorizationV1ClusterRoleBindingHandler sets the operation handler for the create rbac authorization v1 cluster role binding operation RbacAuthorizationV1CreateRbacAuthorizationV1ClusterRoleBindingHandler rbac_authorization_v1.CreateRbacAuthorizationV1ClusterRoleBindingHandler // RbacAuthorizationV1CreateRbacAuthorizationV1NamespacedRoleHandler sets the operation handler for the create rbac authorization v1 namespaced role operation RbacAuthorizationV1CreateRbacAuthorizationV1NamespacedRoleHandler rbac_authorization_v1.CreateRbacAuthorizationV1NamespacedRoleHandler // RbacAuthorizationV1CreateRbacAuthorizationV1NamespacedRoleBindingHandler sets the operation handler for the create rbac authorization v1 namespaced role binding operation RbacAuthorizationV1CreateRbacAuthorizationV1NamespacedRoleBindingHandler rbac_authorization_v1.CreateRbacAuthorizationV1NamespacedRoleBindingHandler // RbacAuthorizationV1alpha1CreateRbacAuthorizationV1alpha1ClusterRoleHandler sets the operation handler for the create rbac authorization v1alpha1 cluster role operation RbacAuthorizationV1alpha1CreateRbacAuthorizationV1alpha1ClusterRoleHandler rbac_authorization_v1alpha1.CreateRbacAuthorizationV1alpha1ClusterRoleHandler // RbacAuthorizationV1alpha1CreateRbacAuthorizationV1alpha1ClusterRoleBindingHandler sets the operation handler for the create rbac authorization v1alpha1 cluster role binding operation RbacAuthorizationV1alpha1CreateRbacAuthorizationV1alpha1ClusterRoleBindingHandler rbac_authorization_v1alpha1.CreateRbacAuthorizationV1alpha1ClusterRoleBindingHandler // RbacAuthorizationV1alpha1CreateRbacAuthorizationV1alpha1NamespacedRoleHandler sets the operation handler for the create rbac authorization v1alpha1 namespaced role operation RbacAuthorizationV1alpha1CreateRbacAuthorizationV1alpha1NamespacedRoleHandler rbac_authorization_v1alpha1.CreateRbacAuthorizationV1alpha1NamespacedRoleHandler // RbacAuthorizationV1alpha1CreateRbacAuthorizationV1alpha1NamespacedRoleBindingHandler sets the operation handler for the create rbac authorization v1alpha1 namespaced role binding operation RbacAuthorizationV1alpha1CreateRbacAuthorizationV1alpha1NamespacedRoleBindingHandler rbac_authorization_v1alpha1.CreateRbacAuthorizationV1alpha1NamespacedRoleBindingHandler // RbacAuthorizationV1beta1CreateRbacAuthorizationV1beta1ClusterRoleHandler sets the operation handler for the create rbac authorization v1beta1 cluster role operation RbacAuthorizationV1beta1CreateRbacAuthorizationV1beta1ClusterRoleHandler rbac_authorization_v1beta1.CreateRbacAuthorizationV1beta1ClusterRoleHandler // RbacAuthorizationV1beta1CreateRbacAuthorizationV1beta1ClusterRoleBindingHandler sets the operation handler for the create rbac authorization v1beta1 cluster role binding operation RbacAuthorizationV1beta1CreateRbacAuthorizationV1beta1ClusterRoleBindingHandler rbac_authorization_v1beta1.CreateRbacAuthorizationV1beta1ClusterRoleBindingHandler // RbacAuthorizationV1beta1CreateRbacAuthorizationV1beta1NamespacedRoleHandler sets the operation handler for the create rbac authorization v1beta1 namespaced role operation RbacAuthorizationV1beta1CreateRbacAuthorizationV1beta1NamespacedRoleHandler rbac_authorization_v1beta1.CreateRbacAuthorizationV1beta1NamespacedRoleHandler // RbacAuthorizationV1beta1CreateRbacAuthorizationV1beta1NamespacedRoleBindingHandler sets the operation handler for the create rbac authorization v1beta1 namespaced role binding operation RbacAuthorizationV1beta1CreateRbacAuthorizationV1beta1NamespacedRoleBindingHandler rbac_authorization_v1beta1.CreateRbacAuthorizationV1beta1NamespacedRoleBindingHandler // SchedulingV1CreateSchedulingV1PriorityClassHandler sets the operation handler for the create scheduling v1 priority class operation SchedulingV1CreateSchedulingV1PriorityClassHandler scheduling_v1.CreateSchedulingV1PriorityClassHandler // SchedulingV1alpha1CreateSchedulingV1alpha1PriorityClassHandler sets the operation handler for the create scheduling v1alpha1 priority class operation SchedulingV1alpha1CreateSchedulingV1alpha1PriorityClassHandler scheduling_v1alpha1.CreateSchedulingV1alpha1PriorityClassHandler // SchedulingV1beta1CreateSchedulingV1beta1PriorityClassHandler sets the operation handler for the create scheduling v1beta1 priority class operation SchedulingV1beta1CreateSchedulingV1beta1PriorityClassHandler scheduling_v1beta1.CreateSchedulingV1beta1PriorityClassHandler // SettingsV1alpha1CreateSettingsV1alpha1NamespacedPodPresetHandler sets the operation handler for the create settings v1alpha1 namespaced pod preset operation SettingsV1alpha1CreateSettingsV1alpha1NamespacedPodPresetHandler settings_v1alpha1.CreateSettingsV1alpha1NamespacedPodPresetHandler // StorageV1CreateStorageV1CSIDriverHandler sets the operation handler for the create storage v1 c s i driver operation StorageV1CreateStorageV1CSIDriverHandler storage_v1.CreateStorageV1CSIDriverHandler // StorageV1CreateStorageV1CSINodeHandler sets the operation handler for the create storage v1 c s i node operation StorageV1CreateStorageV1CSINodeHandler storage_v1.CreateStorageV1CSINodeHandler // StorageV1CreateStorageV1StorageClassHandler sets the operation handler for the create storage v1 storage class operation StorageV1CreateStorageV1StorageClassHandler storage_v1.CreateStorageV1StorageClassHandler // StorageV1CreateStorageV1VolumeAttachmentHandler sets the operation handler for the create storage v1 volume attachment operation StorageV1CreateStorageV1VolumeAttachmentHandler storage_v1.CreateStorageV1VolumeAttachmentHandler // StorageV1alpha1CreateStorageV1alpha1VolumeAttachmentHandler sets the operation handler for the create storage v1alpha1 volume attachment operation StorageV1alpha1CreateStorageV1alpha1VolumeAttachmentHandler storage_v1alpha1.CreateStorageV1alpha1VolumeAttachmentHandler // StorageV1beta1CreateStorageV1beta1CSIDriverHandler sets the operation handler for the create storage v1beta1 c s i driver operation StorageV1beta1CreateStorageV1beta1CSIDriverHandler storage_v1beta1.CreateStorageV1beta1CSIDriverHandler // StorageV1beta1CreateStorageV1beta1CSINodeHandler sets the operation handler for the create storage v1beta1 c s i node operation StorageV1beta1CreateStorageV1beta1CSINodeHandler storage_v1beta1.CreateStorageV1beta1CSINodeHandler // StorageV1beta1CreateStorageV1beta1StorageClassHandler sets the operation handler for the create storage v1beta1 storage class operation StorageV1beta1CreateStorageV1beta1StorageClassHandler storage_v1beta1.CreateStorageV1beta1StorageClassHandler // StorageV1beta1CreateStorageV1beta1VolumeAttachmentHandler sets the operation handler for the create storage v1beta1 volume attachment operation StorageV1beta1CreateStorageV1beta1VolumeAttachmentHandler storage_v1beta1.CreateStorageV1beta1VolumeAttachmentHandler // AdmissionregistrationV1DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationHandler sets the operation handler for the delete admissionregistration v1 collection mutating webhook configuration operation AdmissionregistrationV1DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationHandler admissionregistration_v1.DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationHandler // AdmissionregistrationV1DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationHandler sets the operation handler for the delete admissionregistration v1 collection validating webhook configuration operation AdmissionregistrationV1DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationHandler admissionregistration_v1.DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationHandler // AdmissionregistrationV1DeleteAdmissionregistrationV1MutatingWebhookConfigurationHandler sets the operation handler for the delete admissionregistration v1 mutating webhook configuration operation AdmissionregistrationV1DeleteAdmissionregistrationV1MutatingWebhookConfigurationHandler admissionregistration_v1.DeleteAdmissionregistrationV1MutatingWebhookConfigurationHandler // AdmissionregistrationV1DeleteAdmissionregistrationV1ValidatingWebhookConfigurationHandler sets the operation handler for the delete admissionregistration v1 validating webhook configuration operation AdmissionregistrationV1DeleteAdmissionregistrationV1ValidatingWebhookConfigurationHandler admissionregistration_v1.DeleteAdmissionregistrationV1ValidatingWebhookConfigurationHandler // AdmissionregistrationV1beta1DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationHandler sets the operation handler for the delete admissionregistration v1beta1 collection mutating webhook configuration operation AdmissionregistrationV1beta1DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationHandler admissionregistration_v1beta1.DeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfigurationHandler // AdmissionregistrationV1beta1DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationHandler sets the operation handler for the delete admissionregistration v1beta1 collection validating webhook configuration operation AdmissionregistrationV1beta1DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationHandler admissionregistration_v1beta1.DeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfigurationHandler // AdmissionregistrationV1beta1DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationHandler sets the operation handler for the delete admissionregistration v1beta1 mutating webhook configuration operation AdmissionregistrationV1beta1DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationHandler admissionregistration_v1beta1.DeleteAdmissionregistrationV1beta1MutatingWebhookConfigurationHandler // AdmissionregistrationV1beta1DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationHandler sets the operation handler for the delete admissionregistration v1beta1 validating webhook configuration operation AdmissionregistrationV1beta1DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationHandler admissionregistration_v1beta1.DeleteAdmissionregistrationV1beta1ValidatingWebhookConfigurationHandler // ApiextensionsV1DeleteApiextensionsV1CollectionCustomResourceDefinitionHandler sets the operation handler for the delete apiextensions v1 collection custom resource definition operation ApiextensionsV1DeleteApiextensionsV1CollectionCustomResourceDefinitionHandler apiextensions_v1.DeleteApiextensionsV1CollectionCustomResourceDefinitionHandler // ApiextensionsV1DeleteApiextensionsV1CustomResourceDefinitionHandler sets the operation handler for the delete apiextensions v1 custom resource definition operation ApiextensionsV1DeleteApiextensionsV1CustomResourceDefinitionHandler apiextensions_v1.DeleteApiextensionsV1CustomResourceDefinitionHandler // ApiextensionsV1beta1DeleteApiextensionsV1beta1CollectionCustomResourceDefinitionHandler sets the operation handler for the delete apiextensions v1beta1 collection custom resource definition operation ApiextensionsV1beta1DeleteApiextensionsV1beta1CollectionCustomResourceDefinitionHandler apiextensions_v1beta1.DeleteApiextensionsV1beta1CollectionCustomResourceDefinitionHandler // ApiextensionsV1beta1DeleteApiextensionsV1beta1CustomResourceDefinitionHandler sets the operation handler for the delete apiextensions v1beta1 custom resource definition operation ApiextensionsV1beta1DeleteApiextensionsV1beta1CustomResourceDefinitionHandler apiextensions_v1beta1.DeleteApiextensionsV1beta1CustomResourceDefinitionHandler // ApiregistrationV1DeleteApiregistrationV1APIServiceHandler sets the operation handler for the delete apiregistration v1 API service operation ApiregistrationV1DeleteApiregistrationV1APIServiceHandler apiregistration_v1.DeleteApiregistrationV1APIServiceHandler // ApiregistrationV1DeleteApiregistrationV1CollectionAPIServiceHandler sets the operation handler for the delete apiregistration v1 collection API service operation ApiregistrationV1DeleteApiregistrationV1CollectionAPIServiceHandler apiregistration_v1.DeleteApiregistrationV1CollectionAPIServiceHandler // ApiregistrationV1beta1DeleteApiregistrationV1beta1APIServiceHandler sets the operation handler for the delete apiregistration v1beta1 API service operation ApiregistrationV1beta1DeleteApiregistrationV1beta1APIServiceHandler apiregistration_v1beta1.DeleteApiregistrationV1beta1APIServiceHandler // ApiregistrationV1beta1DeleteApiregistrationV1beta1CollectionAPIServiceHandler sets the operation handler for the delete apiregistration v1beta1 collection API service operation ApiregistrationV1beta1DeleteApiregistrationV1beta1CollectionAPIServiceHandler apiregistration_v1beta1.DeleteApiregistrationV1beta1CollectionAPIServiceHandler // AppsV1DeleteAppsV1CollectionNamespacedControllerRevisionHandler sets the operation handler for the delete apps v1 collection namespaced controller revision operation AppsV1DeleteAppsV1CollectionNamespacedControllerRevisionHandler apps_v1.DeleteAppsV1CollectionNamespacedControllerRevisionHandler // AppsV1DeleteAppsV1CollectionNamespacedDaemonSetHandler sets the operation handler for the delete apps v1 collection namespaced daemon set operation AppsV1DeleteAppsV1CollectionNamespacedDaemonSetHandler apps_v1.DeleteAppsV1CollectionNamespacedDaemonSetHandler // AppsV1DeleteAppsV1CollectionNamespacedDeploymentHandler sets the operation handler for the delete apps v1 collection namespaced deployment operation AppsV1DeleteAppsV1CollectionNamespacedDeploymentHandler apps_v1.DeleteAppsV1CollectionNamespacedDeploymentHandler // AppsV1DeleteAppsV1CollectionNamespacedReplicaSetHandler sets the operation handler for the delete apps v1 collection namespaced replica set operation AppsV1DeleteAppsV1CollectionNamespacedReplicaSetHandler apps_v1.DeleteAppsV1CollectionNamespacedReplicaSetHandler // AppsV1DeleteAppsV1CollectionNamespacedStatefulSetHandler sets the operation handler for the delete apps v1 collection namespaced stateful set operation AppsV1DeleteAppsV1CollectionNamespacedStatefulSetHandler apps_v1.DeleteAppsV1CollectionNamespacedStatefulSetHandler // AppsV1DeleteAppsV1NamespacedControllerRevisionHandler sets the operation handler for the delete apps v1 namespaced controller revision operation AppsV1DeleteAppsV1NamespacedControllerRevisionHandler apps_v1.DeleteAppsV1NamespacedControllerRevisionHandler // AppsV1DeleteAppsV1NamespacedDaemonSetHandler sets the operation handler for the delete apps v1 namespaced daemon set operation AppsV1DeleteAppsV1NamespacedDaemonSetHandler apps_v1.DeleteAppsV1NamespacedDaemonSetHandler // AppsV1DeleteAppsV1NamespacedDeploymentHandler sets the operation handler for the delete apps v1 namespaced deployment operation AppsV1DeleteAppsV1NamespacedDeploymentHandler apps_v1.DeleteAppsV1NamespacedDeploymentHandler // AppsV1DeleteAppsV1NamespacedReplicaSetHandler sets the operation handler for the delete apps v1 namespaced replica set operation AppsV1DeleteAppsV1NamespacedReplicaSetHandler apps_v1.DeleteAppsV1NamespacedReplicaSetHandler // AppsV1DeleteAppsV1NamespacedStatefulSetHandler sets the operation handler for the delete apps v1 namespaced stateful set operation AppsV1DeleteAppsV1NamespacedStatefulSetHandler apps_v1.DeleteAppsV1NamespacedStatefulSetHandler // AutoscalingV1DeleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscalerHandler sets the operation handler for the delete autoscaling v1 collection namespaced horizontal pod autoscaler operation AutoscalingV1DeleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscalerHandler autoscaling_v1.DeleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscalerHandler // AutoscalingV1DeleteAutoscalingV1NamespacedHorizontalPodAutoscalerHandler sets the operation handler for the delete autoscaling v1 namespaced horizontal pod autoscaler operation AutoscalingV1DeleteAutoscalingV1NamespacedHorizontalPodAutoscalerHandler autoscaling_v1.DeleteAutoscalingV1NamespacedHorizontalPodAutoscalerHandler // AutoscalingV2beta1DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerHandler sets the operation handler for the delete autoscaling v2beta1 collection namespaced horizontal pod autoscaler operation AutoscalingV2beta1DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerHandler autoscaling_v2beta1.DeleteAutoscalingV2beta1CollectionNamespacedHorizontalPodAutoscalerHandler // AutoscalingV2beta1DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerHandler sets the operation handler for the delete autoscaling v2beta1 namespaced horizontal pod autoscaler operation AutoscalingV2beta1DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerHandler autoscaling_v2beta1.DeleteAutoscalingV2beta1NamespacedHorizontalPodAutoscalerHandler // AutoscalingV2beta2DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerHandler sets the operation handler for the delete autoscaling v2beta2 collection namespaced horizontal pod autoscaler operation AutoscalingV2beta2DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerHandler autoscaling_v2beta2.DeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscalerHandler // AutoscalingV2beta2DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerHandler sets the operation handler for the delete autoscaling v2beta2 namespaced horizontal pod autoscaler operation AutoscalingV2beta2DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerHandler autoscaling_v2beta2.DeleteAutoscalingV2beta2NamespacedHorizontalPodAutoscalerHandler // BatchV1DeleteBatchV1CollectionNamespacedJobHandler sets the operation handler for the delete batch v1 collection namespaced job operation BatchV1DeleteBatchV1CollectionNamespacedJobHandler batch_v1.DeleteBatchV1CollectionNamespacedJobHandler // BatchV1DeleteBatchV1NamespacedJobHandler sets the operation handler for the delete batch v1 namespaced job operation BatchV1DeleteBatchV1NamespacedJobHandler batch_v1.DeleteBatchV1NamespacedJobHandler // BatchV1beta1DeleteBatchV1beta1CollectionNamespacedCronJobHandler sets the operation handler for the delete batch v1beta1 collection namespaced cron job operation BatchV1beta1DeleteBatchV1beta1CollectionNamespacedCronJobHandler batch_v1beta1.DeleteBatchV1beta1CollectionNamespacedCronJobHandler // BatchV1beta1DeleteBatchV1beta1NamespacedCronJobHandler sets the operation handler for the delete batch v1beta1 namespaced cron job operation BatchV1beta1DeleteBatchV1beta1NamespacedCronJobHandler batch_v1beta1.DeleteBatchV1beta1NamespacedCronJobHandler // BatchV2alpha1DeleteBatchV2alpha1CollectionNamespacedCronJobHandler sets the operation handler for the delete batch v2alpha1 collection namespaced cron job operation BatchV2alpha1DeleteBatchV2alpha1CollectionNamespacedCronJobHandler batch_v2alpha1.DeleteBatchV2alpha1CollectionNamespacedCronJobHandler // BatchV2alpha1DeleteBatchV2alpha1NamespacedCronJobHandler sets the operation handler for the delete batch v2alpha1 namespaced cron job operation BatchV2alpha1DeleteBatchV2alpha1NamespacedCronJobHandler batch_v2alpha1.DeleteBatchV2alpha1NamespacedCronJobHandler // CertificatesV1DeleteCertificatesV1CertificateSigningRequestHandler sets the operation handler for the delete certificates v1 certificate signing request operation CertificatesV1DeleteCertificatesV1CertificateSigningRequestHandler certificates_v1.DeleteCertificatesV1CertificateSigningRequestHandler // CertificatesV1DeleteCertificatesV1CollectionCertificateSigningRequestHandler sets the operation handler for the delete certificates v1 collection certificate signing request operation CertificatesV1DeleteCertificatesV1CollectionCertificateSigningRequestHandler certificates_v1.DeleteCertificatesV1CollectionCertificateSigningRequestHandler // CertificatesV1beta1DeleteCertificatesV1beta1CertificateSigningRequestHandler sets the operation handler for the delete certificates v1beta1 certificate signing request operation CertificatesV1beta1DeleteCertificatesV1beta1CertificateSigningRequestHandler certificates_v1beta1.DeleteCertificatesV1beta1CertificateSigningRequestHandler // CertificatesV1beta1DeleteCertificatesV1beta1CollectionCertificateSigningRequestHandler sets the operation handler for the delete certificates v1beta1 collection certificate signing request operation CertificatesV1beta1DeleteCertificatesV1beta1CollectionCertificateSigningRequestHandler certificates_v1beta1.DeleteCertificatesV1beta1CollectionCertificateSigningRequestHandler // CoordinationV1DeleteCoordinationV1CollectionNamespacedLeaseHandler sets the operation handler for the delete coordination v1 collection namespaced lease operation CoordinationV1DeleteCoordinationV1CollectionNamespacedLeaseHandler coordination_v1.DeleteCoordinationV1CollectionNamespacedLeaseHandler // CoordinationV1DeleteCoordinationV1NamespacedLeaseHandler sets the operation handler for the delete coordination v1 namespaced lease operation CoordinationV1DeleteCoordinationV1NamespacedLeaseHandler coordination_v1.DeleteCoordinationV1NamespacedLeaseHandler // CoordinationV1beta1DeleteCoordinationV1beta1CollectionNamespacedLeaseHandler sets the operation handler for the delete coordination v1beta1 collection namespaced lease operation CoordinationV1beta1DeleteCoordinationV1beta1CollectionNamespacedLeaseHandler coordination_v1beta1.DeleteCoordinationV1beta1CollectionNamespacedLeaseHandler // CoordinationV1beta1DeleteCoordinationV1beta1NamespacedLeaseHandler sets the operation handler for the delete coordination v1beta1 namespaced lease operation CoordinationV1beta1DeleteCoordinationV1beta1NamespacedLeaseHandler coordination_v1beta1.DeleteCoordinationV1beta1NamespacedLeaseHandler // CoreV1DeleteCoreV1CollectionNamespacedConfigMapHandler sets the operation handler for the delete core v1 collection namespaced config map operation CoreV1DeleteCoreV1CollectionNamespacedConfigMapHandler core_v1.DeleteCoreV1CollectionNamespacedConfigMapHandler // CoreV1DeleteCoreV1CollectionNamespacedEndpointsHandler sets the operation handler for the delete core v1 collection namespaced endpoints operation CoreV1DeleteCoreV1CollectionNamespacedEndpointsHandler core_v1.DeleteCoreV1CollectionNamespacedEndpointsHandler // CoreV1DeleteCoreV1CollectionNamespacedEventHandler sets the operation handler for the delete core v1 collection namespaced event operation CoreV1DeleteCoreV1CollectionNamespacedEventHandler core_v1.DeleteCoreV1CollectionNamespacedEventHandler // CoreV1DeleteCoreV1CollectionNamespacedLimitRangeHandler sets the operation handler for the delete core v1 collection namespaced limit range operation CoreV1DeleteCoreV1CollectionNamespacedLimitRangeHandler core_v1.DeleteCoreV1CollectionNamespacedLimitRangeHandler // CoreV1DeleteCoreV1CollectionNamespacedPersistentVolumeClaimHandler sets the operation handler for the delete core v1 collection namespaced persistent volume claim operation CoreV1DeleteCoreV1CollectionNamespacedPersistentVolumeClaimHandler core_v1.DeleteCoreV1CollectionNamespacedPersistentVolumeClaimHandler // CoreV1DeleteCoreV1CollectionNamespacedPodHandler sets the operation handler for the delete core v1 collection namespaced pod operation CoreV1DeleteCoreV1CollectionNamespacedPodHandler core_v1.DeleteCoreV1CollectionNamespacedPodHandler // CoreV1DeleteCoreV1CollectionNamespacedPodTemplateHandler sets the operation handler for the delete core v1 collection namespaced pod template operation CoreV1DeleteCoreV1CollectionNamespacedPodTemplateHandler core_v1.DeleteCoreV1CollectionNamespacedPodTemplateHandler // CoreV1DeleteCoreV1CollectionNamespacedReplicationControllerHandler sets the operation handler for the delete core v1 collection namespaced replication controller operation CoreV1DeleteCoreV1CollectionNamespacedReplicationControllerHandler core_v1.DeleteCoreV1CollectionNamespacedReplicationControllerHandler // CoreV1DeleteCoreV1CollectionNamespacedResourceQuotaHandler sets the operation handler for the delete core v1 collection namespaced resource quota operation CoreV1DeleteCoreV1CollectionNamespacedResourceQuotaHandler core_v1.DeleteCoreV1CollectionNamespacedResourceQuotaHandler // CoreV1DeleteCoreV1CollectionNamespacedSecretHandler sets the operation handler for the delete core v1 collection namespaced secret operation CoreV1DeleteCoreV1CollectionNamespacedSecretHandler core_v1.DeleteCoreV1CollectionNamespacedSecretHandler // CoreV1DeleteCoreV1CollectionNamespacedServiceAccountHandler sets the operation handler for the delete core v1 collection namespaced service account operation CoreV1DeleteCoreV1CollectionNamespacedServiceAccountHandler core_v1.DeleteCoreV1CollectionNamespacedServiceAccountHandler // CoreV1DeleteCoreV1CollectionNodeHandler sets the operation handler for the delete core v1 collection node operation CoreV1DeleteCoreV1CollectionNodeHandler core_v1.DeleteCoreV1CollectionNodeHandler // CoreV1DeleteCoreV1CollectionPersistentVolumeHandler sets the operation handler for the delete core v1 collection persistent volume operation CoreV1DeleteCoreV1CollectionPersistentVolumeHandler core_v1.DeleteCoreV1CollectionPersistentVolumeHandler // CoreV1DeleteCoreV1NamespaceHandler sets the operation handler for the delete core v1 namespace operation CoreV1DeleteCoreV1NamespaceHandler core_v1.DeleteCoreV1NamespaceHandler // CoreV1DeleteCoreV1NamespacedConfigMapHandler sets the operation handler for the delete core v1 namespaced config map operation CoreV1DeleteCoreV1NamespacedConfigMapHandler core_v1.DeleteCoreV1NamespacedConfigMapHandler // CoreV1DeleteCoreV1NamespacedEndpointsHandler sets the operation handler for the delete core v1 namespaced endpoints operation CoreV1DeleteCoreV1NamespacedEndpointsHandler core_v1.DeleteCoreV1NamespacedEndpointsHandler // CoreV1DeleteCoreV1NamespacedEventHandler sets the operation handler for the delete core v1 namespaced event operation CoreV1DeleteCoreV1NamespacedEventHandler core_v1.DeleteCoreV1NamespacedEventHandler // CoreV1DeleteCoreV1NamespacedLimitRangeHandler sets the operation handler for the delete core v1 namespaced limit range operation CoreV1DeleteCoreV1NamespacedLimitRangeHandler core_v1.DeleteCoreV1NamespacedLimitRangeHandler // CoreV1DeleteCoreV1NamespacedPersistentVolumeClaimHandler sets the operation handler for the delete core v1 namespaced persistent volume claim operation CoreV1DeleteCoreV1NamespacedPersistentVolumeClaimHandler core_v1.DeleteCoreV1NamespacedPersistentVolumeClaimHandler // CoreV1DeleteCoreV1NamespacedPodHandler sets the operation handler for the delete core v1 namespaced pod operation CoreV1DeleteCoreV1NamespacedPodHandler core_v1.DeleteCoreV1NamespacedPodHandler // CoreV1DeleteCoreV1NamespacedPodTemplateHandler sets the operation handler for the delete core v1 namespaced pod template operation CoreV1DeleteCoreV1NamespacedPodTemplateHandler core_v1.DeleteCoreV1NamespacedPodTemplateHandler // CoreV1DeleteCoreV1NamespacedReplicationControllerHandler sets the operation handler for the delete core v1 namespaced replication controller operation CoreV1DeleteCoreV1NamespacedReplicationControllerHandler core_v1.DeleteCoreV1NamespacedReplicationControllerHandler // CoreV1DeleteCoreV1NamespacedResourceQuotaHandler sets the operation handler for the delete core v1 namespaced resource quota operation CoreV1DeleteCoreV1NamespacedResourceQuotaHandler core_v1.DeleteCoreV1NamespacedResourceQuotaHandler // CoreV1DeleteCoreV1NamespacedSecretHandler sets the operation handler for the delete core v1 namespaced secret operation CoreV1DeleteCoreV1NamespacedSecretHandler core_v1.DeleteCoreV1NamespacedSecretHandler // CoreV1DeleteCoreV1NamespacedServiceHandler sets the operation handler for the delete core v1 namespaced service operation CoreV1DeleteCoreV1NamespacedServiceHandler core_v1.DeleteCoreV1NamespacedServiceHandler // CoreV1DeleteCoreV1NamespacedServiceAccountHandler sets the operation handler for the delete core v1 namespaced service account operation CoreV1DeleteCoreV1NamespacedServiceAccountHandler core_v1.DeleteCoreV1NamespacedServiceAccountHandler // CoreV1DeleteCoreV1NodeHandler sets the operation handler for the delete core v1 node operation CoreV1DeleteCoreV1NodeHandler core_v1.DeleteCoreV1NodeHandler // CoreV1DeleteCoreV1PersistentVolumeHandler sets the operation handler for the delete core v1 persistent volume operation CoreV1DeleteCoreV1PersistentVolumeHandler core_v1.DeleteCoreV1PersistentVolumeHandler // DiscoveryV1beta1DeleteDiscoveryV1beta1CollectionNamespacedEndpointSliceHandler sets the operation handler for the delete discovery v1beta1 collection namespaced endpoint slice operation DiscoveryV1beta1DeleteDiscoveryV1beta1CollectionNamespacedEndpointSliceHandler discovery_v1beta1.DeleteDiscoveryV1beta1CollectionNamespacedEndpointSliceHandler // DiscoveryV1beta1DeleteDiscoveryV1beta1NamespacedEndpointSliceHandler sets the operation handler for the delete discovery v1beta1 namespaced endpoint slice operation DiscoveryV1beta1DeleteDiscoveryV1beta1NamespacedEndpointSliceHandler discovery_v1beta1.DeleteDiscoveryV1beta1NamespacedEndpointSliceHandler // EventsV1DeleteEventsV1CollectionNamespacedEventHandler sets the operation handler for the delete events v1 collection namespaced event operation EventsV1DeleteEventsV1CollectionNamespacedEventHandler events_v1.DeleteEventsV1CollectionNamespacedEventHandler // EventsV1DeleteEventsV1NamespacedEventHandler sets the operation handler for the delete events v1 namespaced event operation EventsV1DeleteEventsV1NamespacedEventHandler events_v1.DeleteEventsV1NamespacedEventHandler // EventsV1beta1DeleteEventsV1beta1CollectionNamespacedEventHandler sets the operation handler for the delete events v1beta1 collection namespaced event operation EventsV1beta1DeleteEventsV1beta1CollectionNamespacedEventHandler events_v1beta1.DeleteEventsV1beta1CollectionNamespacedEventHandler // EventsV1beta1DeleteEventsV1beta1NamespacedEventHandler sets the operation handler for the delete events v1beta1 namespaced event operation EventsV1beta1DeleteEventsV1beta1NamespacedEventHandler events_v1beta1.DeleteEventsV1beta1NamespacedEventHandler // ExtensionsV1beta1DeleteExtensionsV1beta1CollectionNamespacedIngressHandler sets the operation handler for the delete extensions v1beta1 collection namespaced ingress operation ExtensionsV1beta1DeleteExtensionsV1beta1CollectionNamespacedIngressHandler extensions_v1beta1.DeleteExtensionsV1beta1CollectionNamespacedIngressHandler // ExtensionsV1beta1DeleteExtensionsV1beta1NamespacedIngressHandler sets the operation handler for the delete extensions v1beta1 namespaced ingress operation ExtensionsV1beta1DeleteExtensionsV1beta1NamespacedIngressHandler extensions_v1beta1.DeleteExtensionsV1beta1NamespacedIngressHandler // FlowcontrolApiserverV1alpha1DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaHandler sets the operation handler for the delete flowcontrol apiserver v1alpha1 collection flow schema operation FlowcontrolApiserverV1alpha1DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaHandler flowcontrol_apiserver_v1alpha1.DeleteFlowcontrolApiserverV1alpha1CollectionFlowSchemaHandler // FlowcontrolApiserverV1alpha1DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationHandler sets the operation handler for the delete flowcontrol apiserver v1alpha1 collection priority level configuration operation FlowcontrolApiserverV1alpha1DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationHandler flowcontrol_apiserver_v1alpha1.DeleteFlowcontrolApiserverV1alpha1CollectionPriorityLevelConfigurationHandler // FlowcontrolApiserverV1alpha1DeleteFlowcontrolApiserverV1alpha1FlowSchemaHandler sets the operation handler for the delete flowcontrol apiserver v1alpha1 flow schema operation FlowcontrolApiserverV1alpha1DeleteFlowcontrolApiserverV1alpha1FlowSchemaHandler flowcontrol_apiserver_v1alpha1.DeleteFlowcontrolApiserverV1alpha1FlowSchemaHandler // FlowcontrolApiserverV1alpha1DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationHandler sets the operation handler for the delete flowcontrol apiserver v1alpha1 priority level configuration operation FlowcontrolApiserverV1alpha1DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationHandler flowcontrol_apiserver_v1alpha1.DeleteFlowcontrolApiserverV1alpha1PriorityLevelConfigurationHandler // NetworkingV1DeleteNetworkingV1CollectionIngressClassHandler sets the operation handler for the delete networking v1 collection ingress class operation NetworkingV1DeleteNetworkingV1CollectionIngressClassHandler networking_v1.DeleteNetworkingV1CollectionIngressClassHandler // NetworkingV1DeleteNetworkingV1CollectionNamespacedIngressHandler sets the operation handler for the delete networking v1 collection namespaced ingress operation NetworkingV1DeleteNetworkingV1CollectionNamespacedIngressHandler networking_v1.DeleteNetworkingV1CollectionNamespacedIngressHandler // NetworkingV1DeleteNetworkingV1CollectionNamespacedNetworkPolicyHandler sets the operation handler for the delete networking v1 collection namespaced network policy operation NetworkingV1DeleteNetworkingV1CollectionNamespacedNetworkPolicyHandler networking_v1.DeleteNetworkingV1CollectionNamespacedNetworkPolicyHandler // NetworkingV1DeleteNetworkingV1IngressClassHandler sets the operation handler for the delete networking v1 ingress class operation NetworkingV1DeleteNetworkingV1IngressClassHandler networking_v1.DeleteNetworkingV1IngressClassHandler // NetworkingV1DeleteNetworkingV1NamespacedIngressHandler sets the operation handler for the delete networking v1 namespaced ingress operation NetworkingV1DeleteNetworkingV1NamespacedIngressHandler networking_v1.DeleteNetworkingV1NamespacedIngressHandler // NetworkingV1DeleteNetworkingV1NamespacedNetworkPolicyHandler sets the operation handler for the delete networking v1 namespaced network policy operation NetworkingV1DeleteNetworkingV1NamespacedNetworkPolicyHandler networking_v1.DeleteNetworkingV1NamespacedNetworkPolicyHandler // NetworkingV1beta1DeleteNetworkingV1beta1CollectionIngressClassHandler sets the operation handler for the delete networking v1beta1 collection ingress class operation NetworkingV1beta1DeleteNetworkingV1beta1CollectionIngressClassHandler networking_v1beta1.DeleteNetworkingV1beta1CollectionIngressClassHandler // NetworkingV1beta1DeleteNetworkingV1beta1CollectionNamespacedIngressHandler sets the operation handler for the delete networking v1beta1 collection namespaced ingress operation NetworkingV1beta1DeleteNetworkingV1beta1CollectionNamespacedIngressHandler networking_v1beta1.DeleteNetworkingV1beta1CollectionNamespacedIngressHandler // NetworkingV1beta1DeleteNetworkingV1beta1IngressClassHandler sets the operation handler for the delete networking v1beta1 ingress class operation NetworkingV1beta1DeleteNetworkingV1beta1IngressClassHandler networking_v1beta1.DeleteNetworkingV1beta1IngressClassHandler // NetworkingV1beta1DeleteNetworkingV1beta1NamespacedIngressHandler sets the operation handler for the delete networking v1beta1 namespaced ingress operation NetworkingV1beta1DeleteNetworkingV1beta1NamespacedIngressHandler networking_v1beta1.DeleteNetworkingV1beta1NamespacedIngressHandler // NodeV1alpha1DeleteNodeV1alpha1CollectionRuntimeClassHandler sets the operation handler for the delete node v1alpha1 collection runtime class operation NodeV1alpha1DeleteNodeV1alpha1CollectionRuntimeClassHandler node_v1alpha1.DeleteNodeV1alpha1CollectionRuntimeClassHandler // NodeV1alpha1DeleteNodeV1alpha1RuntimeClassHandler sets the operation handler for the delete node v1alpha1 runtime class operation NodeV1alpha1DeleteNodeV1alpha1RuntimeClassHandler node_v1alpha1.DeleteNodeV1alpha1RuntimeClassHandler // NodeV1beta1DeleteNodeV1beta1CollectionRuntimeClassHandler sets the operation handler for the delete node v1beta1 collection runtime class operation NodeV1beta1DeleteNodeV1beta1CollectionRuntimeClassHandler node_v1beta1.DeleteNodeV1beta1CollectionRuntimeClassHandler // NodeV1beta1DeleteNodeV1beta1RuntimeClassHandler sets the operation handler for the delete node v1beta1 runtime class operation NodeV1beta1DeleteNodeV1beta1RuntimeClassHandler node_v1beta1.DeleteNodeV1beta1RuntimeClassHandler // PolicyV1beta1DeletePolicyV1beta1CollectionNamespacedPodDisruptionBudgetHandler sets the operation handler for the delete policy v1beta1 collection namespaced pod disruption budget operation PolicyV1beta1DeletePolicyV1beta1CollectionNamespacedPodDisruptionBudgetHandler policy_v1beta1.DeletePolicyV1beta1CollectionNamespacedPodDisruptionBudgetHandler // PolicyV1beta1DeletePolicyV1beta1CollectionPodSecurityPolicyHandler sets the operation handler for the delete policy v1beta1 collection pod security policy operation PolicyV1beta1DeletePolicyV1beta1CollectionPodSecurityPolicyHandler policy_v1beta1.DeletePolicyV1beta1CollectionPodSecurityPolicyHandler // PolicyV1beta1DeletePolicyV1beta1NamespacedPodDisruptionBudgetHandler sets the operation handler for the delete policy v1beta1 namespaced pod disruption budget operation PolicyV1beta1DeletePolicyV1beta1NamespacedPodDisruptionBudgetHandler policy_v1beta1.DeletePolicyV1beta1NamespacedPodDisruptionBudgetHandler // PolicyV1beta1DeletePolicyV1beta1PodSecurityPolicyHandler sets the operation handler for the delete policy v1beta1 pod security policy operation PolicyV1beta1DeletePolicyV1beta1PodSecurityPolicyHandler policy_v1beta1.DeletePolicyV1beta1PodSecurityPolicyHandler // RbacAuthorizationV1DeleteRbacAuthorizationV1ClusterRoleHandler sets the operation handler for the delete rbac authorization v1 cluster role operation RbacAuthorizationV1DeleteRbacAuthorizationV1ClusterRoleHandler rbac_authorization_v1.DeleteRbacAuthorizationV1ClusterRoleHandler // RbacAuthorizationV1DeleteRbacAuthorizationV1ClusterRoleBindingHandler sets the operation handler for the delete rbac authorization v1 cluster role binding operation RbacAuthorizationV1DeleteRbacAuthorizationV1ClusterRoleBindingHandler rbac_authorization_v1.DeleteRbacAuthorizationV1ClusterRoleBindingHandler // RbacAuthorizationV1DeleteRbacAuthorizationV1CollectionClusterRoleHandler sets the operation handler for the delete rbac authorization v1 collection cluster role operation RbacAuthorizationV1DeleteRbacAuthorizationV1CollectionClusterRoleHandler rbac_authorization_v1.DeleteRbacAuthorizationV1CollectionClusterRoleHandler // RbacAuthorizationV1DeleteRbacAuthorizationV1CollectionClusterRoleBindingHandler sets the operation handler for the delete rbac authorization v1 collection cluster role binding operation RbacAuthorizationV1DeleteRbacAuthorizationV1CollectionClusterRoleBindingHandler rbac_authorization_v1.DeleteRbacAuthorizationV1CollectionClusterRoleBindingHandler // RbacAuthorizationV1DeleteRbacAuthorizationV1CollectionNamespacedRoleHandler sets the operation handler for the delete rbac authorization v1 collection namespaced role operation RbacAuthorizationV1DeleteRbacAuthorizationV1CollectionNamespacedRoleHandler rbac_authorization_v1.DeleteRbacAuthorizationV1CollectionNamespacedRoleHandler // RbacAuthorizationV1DeleteRbacAuthorizationV1CollectionNamespacedRoleBindingHandler sets the operation handler for the delete rbac authorization v1 collection namespaced role binding operation RbacAuthorizationV1DeleteRbacAuthorizationV1CollectionNamespacedRoleBindingHandler rbac_authorization_v1.DeleteRbacAuthorizationV1CollectionNamespacedRoleBindingHandler // RbacAuthorizationV1DeleteRbacAuthorizationV1NamespacedRoleHandler sets the operation handler for the delete rbac authorization v1 namespaced role operation RbacAuthorizationV1DeleteRbacAuthorizationV1NamespacedRoleHandler rbac_authorization_v1.DeleteRbacAuthorizationV1NamespacedRoleHandler // RbacAuthorizationV1DeleteRbacAuthorizationV1NamespacedRoleBindingHandler sets the operation handler for the delete rbac authorization v1 namespaced role binding operation RbacAuthorizationV1DeleteRbacAuthorizationV1NamespacedRoleBindingHandler rbac_authorization_v1.DeleteRbacAuthorizationV1NamespacedRoleBindingHandler // RbacAuthorizationV1alpha1DeleteRbacAuthorizationV1alpha1ClusterRoleHandler sets the operation handler for the delete rbac authorization v1alpha1 cluster role operation RbacAuthorizationV1alpha1DeleteRbacAuthorizationV1alpha1ClusterRoleHandler rbac_authorization_v1alpha1.DeleteRbacAuthorizationV1alpha1ClusterRoleHandler // RbacAuthorizationV1alpha1DeleteRbacAuthorizationV1alpha1ClusterRoleBindingHandler sets the operation handler for the delete rbac authorization v1alpha1 cluster role binding operation RbacAuthorizationV1alpha1DeleteRbacAuthorizationV1alpha1ClusterRoleBindingHandler rbac_authorization_v1alpha1.DeleteRbacAuthorizationV1alpha1ClusterRoleBindingHandler // RbacAuthorizationV1alpha1DeleteRbacAuthorizationV1alpha1CollectionClusterRoleHandler sets the operation handler for the delete rbac authorization v1alpha1 collection cluster role operation RbacAuthorizationV1alpha1DeleteRbacAuthorizationV1alpha1CollectionClusterRoleHandler rbac_authorization_v1alpha1.DeleteRbacAuthorizationV1alpha1CollectionClusterRoleHandler // RbacAuthorizationV1alpha1DeleteRbacAuthorizationV1alpha1CollectionClusterRoleBindingHandler sets the operation handler for the delete rbac authorization v1alpha1 collection cluster role binding operation RbacAuthorizationV1alpha1DeleteRbacAuthorizationV1alpha1CollectionClusterRoleBindingHandler rbac_authorization_v1alpha1.DeleteRbacAuthorizationV1alpha1CollectionClusterRoleBindingHandler // RbacAuthorizationV1alpha1DeleteRbacAuthorizationV1alpha1CollectionNamespacedRoleHandler sets the operation handler for the delete rbac authorization v1alpha1 collection namespaced role operation RbacAuthorizationV1alpha1DeleteRbacAuthorizationV1alpha1CollectionNamespacedRoleHandler rbac_authorization_v1alpha1.DeleteRbacAuthorizationV1alpha1CollectionNamespacedRoleHandler // RbacAuthorizationV1alpha1DeleteRbacAuthorizationV1alpha1CollectionNamespacedRoleBindingHandler sets the operation handler for the delete rbac authorization v1alpha1 collection namespaced role binding operation RbacAuthorizationV1alpha1DeleteRbacAuthorizationV1alpha1CollectionNamespacedRoleBindingHandler rbac_authorization_v1alpha1.DeleteRbacAuthorizationV1alpha1CollectionNamespacedRoleBindingHandler // RbacAuthorizationV1alpha1DeleteRbacAuthorizationV1alpha1NamespacedRoleHandler sets the operation handler for the delete rbac authorization v1alpha1 namespaced role operation RbacAuthorizationV1alpha1DeleteRbacAuthorizationV1alpha1NamespacedRoleHandler rbac_authorization_v1alpha1.DeleteRbacAuthorizationV1alpha1NamespacedRoleHandler // RbacAuthorizationV1alpha1DeleteRbacAuthorizationV1alpha1NamespacedRoleBindingHandler sets the operation handler for the delete rbac authorization v1alpha1 namespaced role binding operation RbacAuthorizationV1alpha1DeleteRbacAuthorizationV1alpha1NamespacedRoleBindingHandler rbac_authorization_v1alpha1.DeleteRbacAuthorizationV1alpha1NamespacedRoleBindingHandler // RbacAuthorizationV1beta1DeleteRbacAuthorizationV1beta1ClusterRoleHandler sets the operation handler for the delete rbac authorization v1beta1 cluster role operation RbacAuthorizationV1beta1DeleteRbacAuthorizationV1beta1ClusterRoleHandler rbac_authorization_v1beta1.DeleteRbacAuthorizationV1beta1ClusterRoleHandler // RbacAuthorizationV1beta1DeleteRbacAuthorizationV1beta1ClusterRoleBindingHandler sets the operation handler for the delete rbac authorization v1beta1 cluster role binding operation RbacAuthorizationV1beta1DeleteRbacAuthorizationV1beta1ClusterRoleBindingHandler rbac_authorization_v1beta1.DeleteRbacAuthorizationV1beta1ClusterRoleBindingHandler // RbacAuthorizationV1beta1DeleteRbacAuthorizationV1beta1CollectionClusterRoleHandler sets the operation handler for the delete rbac authorization v1beta1 collection cluster role operation RbacAuthorizationV1beta1DeleteRbacAuthorizationV1beta1CollectionClusterRoleHandler rbac_authorization_v1beta1.DeleteRbacAuthorizationV1beta1CollectionClusterRoleHandler // RbacAuthorizationV1beta1DeleteRbacAuthorizationV1beta1CollectionClusterRoleBindingHandler sets the operation handler for the delete rbac authorization v1beta1 collection cluster role binding operation RbacAuthorizationV1beta1DeleteRbacAuthorizationV1beta1CollectionClusterRoleBindingHandler rbac_authorization_v1beta1.DeleteRbacAuthorizationV1beta1CollectionClusterRoleBindingHandler // RbacAuthorizationV1beta1DeleteRbacAuthorizationV1beta1CollectionNamespacedRoleHandler sets the operation handler for the delete rbac authorization v1beta1 collection namespaced role operation RbacAuthorizationV1beta1DeleteRbacAuthorizationV1beta1CollectionNamespacedRoleHandler rbac_authorization_v1beta1.DeleteRbacAuthorizationV1beta1CollectionNamespacedRoleHandler // RbacAuthorizationV1beta1DeleteRbacAuthorizationV1beta1CollectionNamespacedRoleBindingHandler sets the operation handler for the delete rbac authorization v1beta1 collection namespaced role binding operation RbacAuthorizationV1beta1DeleteRbacAuthorizationV1beta1CollectionNamespacedRoleBindingHandler rbac_authorization_v1beta1.DeleteRbacAuthorizationV1beta1CollectionNamespacedRoleBindingHandler // RbacAuthorizationV1beta1DeleteRbacAuthorizationV1beta1NamespacedRoleHandler sets the operation handler for the delete rbac authorization v1beta1 namespaced role operation RbacAuthorizationV1beta1DeleteRbacAuthorizationV1beta1NamespacedRoleHandler rbac_authorization_v1beta1.DeleteRbacAuthorizationV1beta1NamespacedRoleHandler // RbacAuthorizationV1beta1DeleteRbacAuthorizationV1beta1NamespacedRoleBindingHandler sets the operation handler for the delete rbac authorization v1beta1 namespaced role binding operation RbacAuthorizationV1beta1DeleteRbacAuthorizationV1beta1NamespacedRoleBindingHandler rbac_authorization_v1beta1.DeleteRbacAuthorizationV1beta1NamespacedRoleBindingHandler // SchedulingV1DeleteSchedulingV1CollectionPriorityClassHandler sets the operation handler for the delete scheduling v1 collection priority class operation SchedulingV1DeleteSchedulingV1CollectionPriorityClassHandler scheduling_v1.DeleteSchedulingV1CollectionPriorityClassHandler // SchedulingV1DeleteSchedulingV1PriorityClassHandler sets the operation handler for the delete scheduling v1 priority class operation SchedulingV1DeleteSchedulingV1PriorityClassHandler scheduling_v1.DeleteSchedulingV1PriorityClassHandler // SchedulingV1alpha1DeleteSchedulingV1alpha1CollectionPriorityClassHandler sets the operation handler for the delete scheduling v1alpha1 collection priority class operation SchedulingV1alpha1DeleteSchedulingV1alpha1CollectionPriorityClassHandler scheduling_v1alpha1.DeleteSchedulingV1alpha1CollectionPriorityClassHandler // SchedulingV1alpha1DeleteSchedulingV1alpha1PriorityClassHandler sets the operation handler for the delete scheduling v1alpha1 priority class operation SchedulingV1alpha1DeleteSchedulingV1alpha1PriorityClassHandler scheduling_v1alpha1.DeleteSchedulingV1alpha1PriorityClassHandler // SchedulingV1beta1DeleteSchedulingV1beta1CollectionPriorityClassHandler sets the operation handler for the delete scheduling v1beta1 collection priority class operation SchedulingV1beta1DeleteSchedulingV1beta1CollectionPriorityClassHandler scheduling_v1beta1.DeleteSchedulingV1beta1CollectionPriorityClassHandler // SchedulingV1beta1DeleteSchedulingV1beta1PriorityClassHandler sets the operation handler for the delete scheduling v1beta1 priority class operation SchedulingV1beta1DeleteSchedulingV1beta1PriorityClassHandler scheduling_v1beta1.DeleteSchedulingV1beta1PriorityClassHandler // SettingsV1alpha1DeleteSettingsV1alpha1CollectionNamespacedPodPresetHandler sets the operation handler for the delete settings v1alpha1 collection namespaced pod preset operation SettingsV1alpha1DeleteSettingsV1alpha1CollectionNamespacedPodPresetHandler settings_v1alpha1.DeleteSettingsV1alpha1CollectionNamespacedPodPresetHandler // SettingsV1alpha1DeleteSettingsV1alpha1NamespacedPodPresetHandler sets the operation handler for the delete settings v1alpha1 namespaced pod preset operation SettingsV1alpha1DeleteSettingsV1alpha1NamespacedPodPresetHandler settings_v1alpha1.DeleteSettingsV1alpha1NamespacedPodPresetHandler // StorageV1DeleteStorageV1CSIDriverHandler sets the operation handler for the delete storage v1 c s i driver operation StorageV1DeleteStorageV1CSIDriverHandler storage_v1.DeleteStorageV1CSIDriverHandler // StorageV1DeleteStorageV1CSINodeHandler sets the operation handler for the delete storage v1 c s i node operation StorageV1DeleteStorageV1CSINodeHandler storage_v1.DeleteStorageV1CSINodeHandler // StorageV1DeleteStorageV1CollectionCSIDriverHandler sets the operation handler for the delete storage v1 collection c s i driver operation StorageV1DeleteStorageV1CollectionCSIDriverHandler storage_v1.DeleteStorageV1CollectionCSIDriverHandler // StorageV1DeleteStorageV1CollectionCSINodeHandler sets the operation handler for the delete storage v1 collection c s i node operation StorageV1DeleteStorageV1CollectionCSINodeHandler storage_v1.DeleteStorageV1CollectionCSINodeHandler // StorageV1DeleteStorageV1CollectionStorageClassHandler sets the operation handler for the delete storage v1 collection storage class operation StorageV1DeleteStorageV1CollectionStorageClassHandler storage_v1.DeleteStorageV1CollectionStorageClassHandler // StorageV1DeleteStorageV1CollectionVolumeAttachmentHandler sets the operation handler for the delete storage v1 collection volume attachment operation StorageV1DeleteStorageV1CollectionVolumeAttachmentHandler storage_v1.DeleteStorageV1CollectionVolumeAttachmentHandler // StorageV1DeleteStorageV1StorageClassHandler sets the operation handler for the delete storage v1 storage class operation StorageV1DeleteStorageV1StorageClassHandler storage_v1.DeleteStorageV1StorageClassHandler // StorageV1DeleteStorageV1VolumeAttachmentHandler sets the operation handler for the delete storage v1 volume attachment operation StorageV1DeleteStorageV1VolumeAttachmentHandler storage_v1.DeleteStorageV1VolumeAttachmentHandler // StorageV1alpha1DeleteStorageV1alpha1CollectionVolumeAttachmentHandler sets the operation handler for the delete storage v1alpha1 collection volume attachment operation StorageV1alpha1DeleteStorageV1alpha1CollectionVolumeAttachmentHandler storage_v1alpha1.DeleteStorageV1alpha1CollectionVolumeAttachmentHandler // StorageV1alpha1DeleteStorageV1alpha1VolumeAttachmentHandler sets the operation handler for the delete storage v1alpha1 volume attachment operation StorageV1alpha1DeleteStorageV1alpha1VolumeAttachmentHandler storage_v1alpha1.DeleteStorageV1alpha1VolumeAttachmentHandler // StorageV1beta1DeleteStorageV1beta1CSIDriverHandler sets the operation handler for the delete storage v1beta1 c s i driver operation StorageV1beta1DeleteStorageV1beta1CSIDriverHandler storage_v1beta1.DeleteStorageV1beta1CSIDriverHandler // StorageV1beta1DeleteStorageV1beta1CSINodeHandler sets the operation handler for the delete storage v1beta1 c s i node operation StorageV1beta1DeleteStorageV1beta1CSINodeHandler storage_v1beta1.DeleteStorageV1beta1CSINodeHandler // StorageV1beta1DeleteStorageV1beta1CollectionCSIDriverHandler sets the operation handler for the delete storage v1beta1 collection c s i driver operation StorageV1beta1DeleteStorageV1beta1CollectionCSIDriverHandler storage_v1beta1.DeleteStorageV1beta1CollectionCSIDriverHandler // StorageV1beta1DeleteStorageV1beta1CollectionCSINodeHandler sets the operation handler for the delete storage v1beta1 collection c s i node operation StorageV1beta1DeleteStorageV1beta1CollectionCSINodeHandler storage_v1beta1.DeleteStorageV1beta1CollectionCSINodeHandler // StorageV1beta1DeleteStorageV1beta1CollectionStorageClassHandler sets the operation handler for the delete storage v1beta1 collection storage class operation StorageV1beta1DeleteStorageV1beta1CollectionStorageClassHandler storage_v1beta1.DeleteStorageV1beta1CollectionStorageClassHandler // StorageV1beta1DeleteStorageV1beta1CollectionVolumeAttachmentHandler sets the operation handler for the delete storage v1beta1 collection volume attachment operation StorageV1beta1DeleteStorageV1beta1CollectionVolumeAttachmentHandler storage_v1beta1.DeleteStorageV1beta1CollectionVolumeAttachmentHandler // StorageV1beta1DeleteStorageV1beta1StorageClassHandler sets the operation handler for the delete storage v1beta1 storage class operation StorageV1beta1DeleteStorageV1beta1StorageClassHandler storage_v1beta1.DeleteStorageV1beta1StorageClassHandler // StorageV1beta1DeleteStorageV1beta1VolumeAttachmentHandler sets the operation handler for the delete storage v1beta1 volume attachment operation StorageV1beta1DeleteStorageV1beta1VolumeAttachmentHandler storage_v1beta1.DeleteStorageV1beta1VolumeAttachmentHandler // ApisGetAPIVersionsHandler sets the operation handler for the get API versions operation ApisGetAPIVersionsHandler apis.GetAPIVersionsHandler // AdmissionregistrationGetAdmissionregistrationAPIGroupHandler sets the operation handler for the get admissionregistration API group operation AdmissionregistrationGetAdmissionregistrationAPIGroupHandler admissionregistration.GetAdmissionregistrationAPIGroupHandler // AdmissionregistrationV1GetAdmissionregistrationV1APIResourcesHandler sets the operation handler for the get admissionregistration v1 API resources operation AdmissionregistrationV1GetAdmissionregistrationV1APIResourcesHandler admissionregistration_v1.GetAdmissionregistrationV1APIResourcesHandler // AdmissionregistrationV1beta1GetAdmissionregistrationV1beta1APIResourcesHandler sets the operation handler for the get admissionregistration v1beta1 API resources operation AdmissionregistrationV1beta1GetAdmissionregistrationV1beta1APIResourcesHandler admissionregistration_v1beta1.GetAdmissionregistrationV1beta1APIResourcesHandler // ApiextensionsGetApiextensionsAPIGroupHandler sets the operation handler for the get apiextensions API group operation ApiextensionsGetApiextensionsAPIGroupHandler apiextensions.GetApiextensionsAPIGroupHandler // ApiextensionsV1GetApiextensionsV1APIResourcesHandler sets the operation handler for the get apiextensions v1 API resources operation ApiextensionsV1GetApiextensionsV1APIResourcesHandler apiextensions_v1.GetApiextensionsV1APIResourcesHandler // ApiextensionsV1beta1GetApiextensionsV1beta1APIResourcesHandler sets the operation handler for the get apiextensions v1beta1 API resources operation ApiextensionsV1beta1GetApiextensionsV1beta1APIResourcesHandler apiextensions_v1beta1.GetApiextensionsV1beta1APIResourcesHandler // ApiregistrationGetApiregistrationAPIGroupHandler sets the operation handler for the get apiregistration API group operation ApiregistrationGetApiregistrationAPIGroupHandler apiregistration.GetApiregistrationAPIGroupHandler // ApiregistrationV1GetApiregistrationV1APIResourcesHandler sets the operation handler for the get apiregistration v1 API resources operation ApiregistrationV1GetApiregistrationV1APIResourcesHandler apiregistration_v1.GetApiregistrationV1APIResourcesHandler // ApiregistrationV1beta1GetApiregistrationV1beta1APIResourcesHandler sets the operation handler for the get apiregistration v1beta1 API resources operation ApiregistrationV1beta1GetApiregistrationV1beta1APIResourcesHandler apiregistration_v1beta1.GetApiregistrationV1beta1APIResourcesHandler // AppsGetAppsAPIGroupHandler sets the operation handler for the get apps API group operation AppsGetAppsAPIGroupHandler apps.GetAppsAPIGroupHandler // AppsV1GetAppsV1APIResourcesHandler sets the operation handler for the get apps v1 API resources operation AppsV1GetAppsV1APIResourcesHandler apps_v1.GetAppsV1APIResourcesHandler // AuthenticationGetAuthenticationAPIGroupHandler sets the operation handler for the get authentication API group operation AuthenticationGetAuthenticationAPIGroupHandler authentication.GetAuthenticationAPIGroupHandler // AuthenticationV1GetAuthenticationV1APIResourcesHandler sets the operation handler for the get authentication v1 API resources operation AuthenticationV1GetAuthenticationV1APIResourcesHandler authentication_v1.GetAuthenticationV1APIResourcesHandler // AuthenticationV1beta1GetAuthenticationV1beta1APIResourcesHandler sets the operation handler for the get authentication v1beta1 API resources operation AuthenticationV1beta1GetAuthenticationV1beta1APIResourcesHandler authentication_v1beta1.GetAuthenticationV1beta1APIResourcesHandler // AuthorizationGetAuthorizationAPIGroupHandler sets the operation handler for the get authorization API group operation AuthorizationGetAuthorizationAPIGroupHandler authorization.GetAuthorizationAPIGroupHandler // AuthorizationV1GetAuthorizationV1APIResourcesHandler sets the operation handler for the get authorization v1 API resources operation AuthorizationV1GetAuthorizationV1APIResourcesHandler authorization_v1.GetAuthorizationV1APIResourcesHandler // AuthorizationV1beta1GetAuthorizationV1beta1APIResourcesHandler sets the operation handler for the get authorization v1beta1 API resources operation AuthorizationV1beta1GetAuthorizationV1beta1APIResourcesHandler authorization_v1beta1.GetAuthorizationV1beta1APIResourcesHandler // AutoscalingGetAutoscalingAPIGroupHandler sets the operation handler for the get autoscaling API group operation AutoscalingGetAutoscalingAPIGroupHandler autoscaling.GetAutoscalingAPIGroupHandler // AutoscalingV1GetAutoscalingV1APIResourcesHandler sets the operation handler for the get autoscaling v1 API resources operation AutoscalingV1GetAutoscalingV1APIResourcesHandler autoscaling_v1.GetAutoscalingV1APIResourcesHandler // AutoscalingV2beta1GetAutoscalingV2beta1APIResourcesHandler sets the operation handler for the get autoscaling v2beta1 API resources operation AutoscalingV2beta1GetAutoscalingV2beta1APIResourcesHandler autoscaling_v2beta1.GetAutoscalingV2beta1APIResourcesHandler // AutoscalingV2beta2GetAutoscalingV2beta2APIResourcesHandler sets the operation handler for the get autoscaling v2beta2 API resources operation AutoscalingV2beta2GetAutoscalingV2beta2APIResourcesHandler autoscaling_v2beta2.GetAutoscalingV2beta2APIResourcesHandler // BatchGetBatchAPIGroupHandler sets the operation handler for the get batch API group operation BatchGetBatchAPIGroupHandler batch.GetBatchAPIGroupHandler // BatchV1GetBatchV1APIResourcesHandler sets the operation handler for the get batch v1 API resources operation BatchV1GetBatchV1APIResourcesHandler batch_v1.GetBatchV1APIResourcesHandler // BatchV1beta1GetBatchV1beta1APIResourcesHandler sets the operation handler for the get batch v1beta1 API resources operation BatchV1beta1GetBatchV1beta1APIResourcesHandler batch_v1beta1.GetBatchV1beta1APIResourcesHandler // BatchV2alpha1GetBatchV2alpha1APIResourcesHandler sets the operation handler for the get batch v2alpha1 API resources operation BatchV2alpha1GetBatchV2alpha1APIResourcesHandler batch_v2alpha1.GetBatchV2alpha1APIResourcesHandler // CertificatesGetCertificatesAPIGroupHandler sets the operation handler for the get certificates API group operation CertificatesGetCertificatesAPIGroupHandler certificates.GetCertificatesAPIGroupHandler // CertificatesV1GetCertificatesV1APIResourcesHandler sets the operation handler for the get certificates v1 API resources operation CertificatesV1GetCertificatesV1APIResourcesHandler certificates_v1.GetCertificatesV1APIResourcesHandler // CertificatesV1beta1GetCertificatesV1beta1APIResourcesHandler sets the operation handler for the get certificates v1beta1 API resources operation CertificatesV1beta1GetCertificatesV1beta1APIResourcesHandler certificates_v1beta1.GetCertificatesV1beta1APIResourcesHandler // VersionGetCodeVersionHandler sets the operation handler for the get code version operation VersionGetCodeVersionHandler version.GetCodeVersionHandler // CoordinationGetCoordinationAPIGroupHandler sets the operation handler for the get coordination API group operation CoordinationGetCoordinationAPIGroupHandler coordination.GetCoordinationAPIGroupHandler // CoordinationV1GetCoordinationV1APIResourcesHandler sets the operation handler for the get coordination v1 API resources operation CoordinationV1GetCoordinationV1APIResourcesHandler coordination_v1.GetCoordinationV1APIResourcesHandler // CoordinationV1beta1GetCoordinationV1beta1APIResourcesHandler sets the operation handler for the get coordination v1beta1 API resources operation CoordinationV1beta1GetCoordinationV1beta1APIResourcesHandler coordination_v1beta1.GetCoordinationV1beta1APIResourcesHandler // CoreGetCoreAPIVersionsHandler sets the operation handler for the get core API versions operation CoreGetCoreAPIVersionsHandler core.GetCoreAPIVersionsHandler // CoreV1GetCoreV1APIResourcesHandler sets the operation handler for the get core v1 API resources operation CoreV1GetCoreV1APIResourcesHandler core_v1.GetCoreV1APIResourcesHandler // DiscoveryGetDiscoveryAPIGroupHandler sets the operation handler for the get discovery API group operation DiscoveryGetDiscoveryAPIGroupHandler discovery.GetDiscoveryAPIGroupHandler // DiscoveryV1beta1GetDiscoveryV1beta1APIResourcesHandler sets the operation handler for the get discovery v1beta1 API resources operation DiscoveryV1beta1GetDiscoveryV1beta1APIResourcesHandler discovery_v1beta1.GetDiscoveryV1beta1APIResourcesHandler // EventsGetEventsAPIGroupHandler sets the operation handler for the get events API group operation EventsGetEventsAPIGroupHandler events.GetEventsAPIGroupHandler // EventsV1GetEventsV1APIResourcesHandler sets the operation handler for the get events v1 API resources operation EventsV1GetEventsV1APIResourcesHandler events_v1.GetEventsV1APIResourcesHandler // EventsV1beta1GetEventsV1beta1APIResourcesHandler sets the operation handler for the get events v1beta1 API resources operation EventsV1beta1GetEventsV1beta1APIResourcesHandler events_v1beta1.GetEventsV1beta1APIResourcesHandler // ExtensionsGetExtensionsAPIGroupHandler sets the operation handler for the get extensions API group operation ExtensionsGetExtensionsAPIGroupHandler extensions.GetExtensionsAPIGroupHandler // ExtensionsV1beta1GetExtensionsV1beta1APIResourcesHandler sets the operation handler for the get extensions v1beta1 API resources operation ExtensionsV1beta1GetExtensionsV1beta1APIResourcesHandler extensions_v1beta1.GetExtensionsV1beta1APIResourcesHandler // FlowcontrolApiserverGetFlowcontrolApiserverAPIGroupHandler sets the operation handler for the get flowcontrol apiserver API group operation FlowcontrolApiserverGetFlowcontrolApiserverAPIGroupHandler flowcontrol_apiserver.GetFlowcontrolApiserverAPIGroupHandler // FlowcontrolApiserverV1alpha1GetFlowcontrolApiserverV1alpha1APIResourcesHandler sets the operation handler for the get flowcontrol apiserver v1alpha1 API resources operation FlowcontrolApiserverV1alpha1GetFlowcontrolApiserverV1alpha1APIResourcesHandler flowcontrol_apiserver_v1alpha1.GetFlowcontrolApiserverV1alpha1APIResourcesHandler // NetworkingGetNetworkingAPIGroupHandler sets the operation handler for the get networking API group operation NetworkingGetNetworkingAPIGroupHandler networking.GetNetworkingAPIGroupHandler // NetworkingV1GetNetworkingV1APIResourcesHandler sets the operation handler for the get networking v1 API resources operation NetworkingV1GetNetworkingV1APIResourcesHandler networking_v1.GetNetworkingV1APIResourcesHandler // NetworkingV1beta1GetNetworkingV1beta1APIResourcesHandler sets the operation handler for the get networking v1beta1 API resources operation NetworkingV1beta1GetNetworkingV1beta1APIResourcesHandler networking_v1beta1.GetNetworkingV1beta1APIResourcesHandler // NodeGetNodeAPIGroupHandler sets the operation handler for the get node API group operation NodeGetNodeAPIGroupHandler node.GetNodeAPIGroupHandler // NodeV1alpha1GetNodeV1alpha1APIResourcesHandler sets the operation handler for the get node v1alpha1 API resources operation NodeV1alpha1GetNodeV1alpha1APIResourcesHandler node_v1alpha1.GetNodeV1alpha1APIResourcesHandler // NodeV1beta1GetNodeV1beta1APIResourcesHandler sets the operation handler for the get node v1beta1 API resources operation NodeV1beta1GetNodeV1beta1APIResourcesHandler node_v1beta1.GetNodeV1beta1APIResourcesHandler // PolicyGetPolicyAPIGroupHandler sets the operation handler for the get policy API group operation PolicyGetPolicyAPIGroupHandler policy.GetPolicyAPIGroupHandler // PolicyV1beta1GetPolicyV1beta1APIResourcesHandler sets the operation handler for the get policy v1beta1 API resources operation PolicyV1beta1GetPolicyV1beta1APIResourcesHandler policy_v1beta1.GetPolicyV1beta1APIResourcesHandler // RbacAuthorizationGetRbacAuthorizationAPIGroupHandler sets the operation handler for the get rbac authorization API group operation RbacAuthorizationGetRbacAuthorizationAPIGroupHandler rbac_authorization.GetRbacAuthorizationAPIGroupHandler // RbacAuthorizationV1GetRbacAuthorizationV1APIResourcesHandler sets the operation handler for the get rbac authorization v1 API resources operation RbacAuthorizationV1GetRbacAuthorizationV1APIResourcesHandler rbac_authorization_v1.GetRbacAuthorizationV1APIResourcesHandler // RbacAuthorizationV1alpha1GetRbacAuthorizationV1alpha1APIResourcesHandler sets the operation handler for the get rbac authorization v1alpha1 API resources operation RbacAuthorizationV1alpha1GetRbacAuthorizationV1alpha1APIResourcesHandler rbac_authorization_v1alpha1.GetRbacAuthorizationV1alpha1APIResourcesHandler // RbacAuthorizationV1beta1GetRbacAuthorizationV1beta1APIResourcesHandler sets the operation handler for the get rbac authorization v1beta1 API resources operation RbacAuthorizationV1beta1GetRbacAuthorizationV1beta1APIResourcesHandler rbac_authorization_v1beta1.GetRbacAuthorizationV1beta1APIResourcesHandler // SchedulingGetSchedulingAPIGroupHandler sets the operation handler for the get scheduling API group operation SchedulingGetSchedulingAPIGroupHandler scheduling.GetSchedulingAPIGroupHandler // SchedulingV1GetSchedulingV1APIResourcesHandler sets the operation handler for the get scheduling v1 API resources operation SchedulingV1GetSchedulingV1APIResourcesHandler scheduling_v1.GetSchedulingV1APIResourcesHandler // SchedulingV1alpha1GetSchedulingV1alpha1APIResourcesHandler sets the operation handler for the get scheduling v1alpha1 API resources operation SchedulingV1alpha1GetSchedulingV1alpha1APIResourcesHandler scheduling_v1alpha1.GetSchedulingV1alpha1APIResourcesHandler // SchedulingV1beta1GetSchedulingV1beta1APIResourcesHandler sets the operation handler for the get scheduling v1beta1 API resources operation SchedulingV1beta1GetSchedulingV1beta1APIResourcesHandler scheduling_v1beta1.GetSchedulingV1beta1APIResourcesHandler // SettingsGetSettingsAPIGroupHandler sets the operation handler for the get settings API group operation SettingsGetSettingsAPIGroupHandler settings.GetSettingsAPIGroupHandler // SettingsV1alpha1GetSettingsV1alpha1APIResourcesHandler sets the operation handler for the get settings v1alpha1 API resources operation SettingsV1alpha1GetSettingsV1alpha1APIResourcesHandler settings_v1alpha1.GetSettingsV1alpha1APIResourcesHandler // StorageGetStorageAPIGroupHandler sets the operation handler for the get storage API group operation StorageGetStorageAPIGroupHandler storage.GetStorageAPIGroupHandler // StorageV1GetStorageV1APIResourcesHandler sets the operation handler for the get storage v1 API resources operation StorageV1GetStorageV1APIResourcesHandler storage_v1.GetStorageV1APIResourcesHandler // StorageV1alpha1GetStorageV1alpha1APIResourcesHandler sets the operation handler for the get storage v1alpha1 API resources operation StorageV1alpha1GetStorageV1alpha1APIResourcesHandler storage_v1alpha1.GetStorageV1alpha1APIResourcesHandler // StorageV1beta1GetStorageV1beta1APIResourcesHandler sets the operation handler for the get storage v1beta1 API resources operation StorageV1beta1GetStorageV1beta1APIResourcesHandler storage_v1beta1.GetStorageV1beta1APIResourcesHandler // AdmissionregistrationV1ListAdmissionregistrationV1MutatingWebhookConfigurationHandler sets the operation handler for the list admissionregistration v1 mutating webhook configuration operation AdmissionregistrationV1ListAdmissionregistrationV1MutatingWebhookConfigurationHandler admissionregistration_v1.ListAdmissionregistrationV1MutatingWebhookConfigurationHandler // AdmissionregistrationV1ListAdmissionregistrationV1ValidatingWebhookConfigurationHandler sets the operation handler for the list admissionregistration v1 validating webhook configuration operation AdmissionregistrationV1ListAdmissionregistrationV1ValidatingWebhookConfigurationHandler admissionregistration_v1.ListAdmissionregistrationV1ValidatingWebhookConfigurationHandler // AdmissionregistrationV1beta1ListAdmissionregistrationV1beta1MutatingWebhookConfigurationHandler sets the operation handler for the list admissionregistration v1beta1 mutating webhook configuration operation AdmissionregistrationV1beta1ListAdmissionregistrationV1beta1MutatingWebhookConfigurationHandler admissionregistration_v1beta1.ListAdmissionregistrationV1beta1MutatingWebhookConfigurationHandler // AdmissionregistrationV1beta1ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationHandler sets the operation handler for the list admissionregistration v1beta1 validating webhook configuration operation AdmissionregistrationV1beta1ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationHandler admissionregistration_v1beta1.ListAdmissionregistrationV1beta1ValidatingWebhookConfigurationHandler // ApiextensionsV1ListApiextensionsV1CustomResourceDefinitionHandler sets the operation handler for the list apiextensions v1 custom resource definition operation ApiextensionsV1ListApiextensionsV1CustomResourceDefinitionHandler apiextensions_v1.ListApiextensionsV1CustomResourceDefinitionHandler // ApiextensionsV1beta1ListApiextensionsV1beta1CustomResourceDefinitionHandler sets the operation handler for the list apiextensions v1beta1 custom resource definition operation ApiextensionsV1beta1ListApiextensionsV1beta1CustomResourceDefinitionHandler apiextensions_v1beta1.ListApiextensionsV1beta1CustomResourceDefinitionHandler // ApiregistrationV1ListApiregistrationV1APIServiceHandler sets the operation handler for the list apiregistration v1 API service operation ApiregistrationV1ListApiregistrationV1APIServiceHandler apiregistration_v1.ListApiregistrationV1APIServiceHandler // ApiregistrationV1beta1ListApiregistrationV1beta1APIServiceHandler sets the operation handler for the list apiregistration v1beta1 API service operation ApiregistrationV1beta1ListApiregistrationV1beta1APIServiceHandler apiregistration_v1beta1.ListApiregistrationV1beta1APIServiceHandler // AppsV1ListAppsV1ControllerRevisionForAllNamespacesHandler sets the operation handler for the list apps v1 controller revision for all namespaces operation AppsV1ListAppsV1ControllerRevisionForAllNamespacesHandler apps_v1.ListAppsV1ControllerRevisionForAllNamespacesHandler // AppsV1ListAppsV1DaemonSetForAllNamespacesHandler sets the operation handler for the list apps v1 daemon set for all namespaces operation AppsV1ListAppsV1DaemonSetForAllNamespacesHandler apps_v1.ListAppsV1DaemonSetForAllNamespacesHandler // AppsV1ListAppsV1DeploymentForAllNamespacesHandler sets the operation handler for the list apps v1 deployment for all namespaces operation AppsV1ListAppsV1DeploymentForAllNamespacesHandler apps_v1.ListAppsV1DeploymentForAllNamespacesHandler // AppsV1ListAppsV1NamespacedControllerRevisionHandler sets the operation handler for the list apps v1 namespaced controller revision operation AppsV1ListAppsV1NamespacedControllerRevisionHandler apps_v1.ListAppsV1NamespacedControllerRevisionHandler // AppsV1ListAppsV1NamespacedDaemonSetHandler sets the operation handler for the list apps v1 namespaced daemon set operation AppsV1ListAppsV1NamespacedDaemonSetHandler apps_v1.ListAppsV1NamespacedDaemonSetHandler // AppsV1ListAppsV1NamespacedDeploymentHandler sets the operation handler for the list apps v1 namespaced deployment operation AppsV1ListAppsV1NamespacedDeploymentHandler apps_v1.ListAppsV1NamespacedDeploymentHandler // AppsV1ListAppsV1NamespacedReplicaSetHandler sets the operation handler for the list apps v1 namespaced replica set operation AppsV1ListAppsV1NamespacedReplicaSetHandler apps_v1.ListAppsV1NamespacedReplicaSetHandler // AppsV1ListAppsV1NamespacedStatefulSetHandler sets the operation handler for the list apps v1 namespaced stateful set operation AppsV1ListAppsV1NamespacedStatefulSetHandler apps_v1.ListAppsV1NamespacedStatefulSetHandler // AppsV1ListAppsV1ReplicaSetForAllNamespacesHandler sets the operation handler for the list apps v1 replica set for all namespaces operation AppsV1ListAppsV1ReplicaSetForAllNamespacesHandler apps_v1.ListAppsV1ReplicaSetForAllNamespacesHandler // AppsV1ListAppsV1StatefulSetForAllNamespacesHandler sets the operation handler for the list apps v1 stateful set for all namespaces operation AppsV1ListAppsV1StatefulSetForAllNamespacesHandler apps_v1.ListAppsV1StatefulSetForAllNamespacesHandler // AutoscalingV1ListAutoscalingV1HorizontalPodAutoscalerForAllNamespacesHandler sets the operation handler for the list autoscaling v1 horizontal pod autoscaler for all namespaces operation AutoscalingV1ListAutoscalingV1HorizontalPodAutoscalerForAllNamespacesHandler autoscaling_v1.ListAutoscalingV1HorizontalPodAutoscalerForAllNamespacesHandler // AutoscalingV1ListAutoscalingV1NamespacedHorizontalPodAutoscalerHandler sets the operation handler for the list autoscaling v1 namespaced horizontal pod autoscaler operation AutoscalingV1ListAutoscalingV1NamespacedHorizontalPodAutoscalerHandler autoscaling_v1.ListAutoscalingV1NamespacedHorizontalPodAutoscalerHandler // AutoscalingV2beta1ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesHandler sets the operation handler for the list autoscaling v2beta1 horizontal pod autoscaler for all namespaces operation AutoscalingV2beta1ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesHandler autoscaling_v2beta1.ListAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespacesHandler // AutoscalingV2beta1ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerHandler sets the operation handler for the list autoscaling v2beta1 namespaced horizontal pod autoscaler operation AutoscalingV2beta1ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerHandler autoscaling_v2beta1.ListAutoscalingV2beta1NamespacedHorizontalPodAutoscalerHandler // AutoscalingV2beta2ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesHandler sets the operation handler for the list autoscaling v2beta2 horizontal pod autoscaler for all namespaces operation AutoscalingV2beta2ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesHandler autoscaling_v2beta2.ListAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespacesHandler // AutoscalingV2beta2ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerHandler sets the operation handler for the list autoscaling v2beta2 namespaced horizontal pod autoscaler operation AutoscalingV2beta2ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerHandler autoscaling_v2beta2.ListAutoscalingV2beta2NamespacedHorizontalPodAutoscalerHandler // BatchV1ListBatchV1JobForAllNamespacesHandler sets the operation handler for the list batch v1 job for all namespaces operation BatchV1ListBatchV1JobForAllNamespacesHandler batch_v1.ListBatchV1JobForAllNamespacesHandler // BatchV1ListBatchV1NamespacedJobHandler sets the operation handler for the list batch v1 namespaced job operation BatchV1ListBatchV1NamespacedJobHandler batch_v1.ListBatchV1NamespacedJobHandler // BatchV1beta1ListBatchV1beta1CronJobForAllNamespacesHandler sets the operation handler for the list batch v1beta1 cron job for all namespaces operation BatchV1beta1ListBatchV1beta1CronJobForAllNamespacesHandler batch_v1beta1.ListBatchV1beta1CronJobForAllNamespacesHandler // BatchV1beta1ListBatchV1beta1NamespacedCronJobHandler sets the operation handler for the list batch v1beta1 namespaced cron job operation BatchV1beta1ListBatchV1beta1NamespacedCronJobHandler batch_v1beta1.ListBatchV1beta1NamespacedCronJobHandler // BatchV2alpha1ListBatchV2alpha1CronJobForAllNamespacesHandler sets the operation handler for the list batch v2alpha1 cron job for all namespaces operation BatchV2alpha1ListBatchV2alpha1CronJobForAllNamespacesHandler batch_v2alpha1.ListBatchV2alpha1CronJobForAllNamespacesHandler // BatchV2alpha1ListBatchV2alpha1NamespacedCronJobHandler sets the operation handler for the list batch v2alpha1 namespaced cron job operation BatchV2alpha1ListBatchV2alpha1NamespacedCronJobHandler batch_v2alpha1.ListBatchV2alpha1NamespacedCronJobHandler // CertificatesV1ListCertificatesV1CertificateSigningRequestHandler sets the operation handler for the list certificates v1 certificate signing request operation CertificatesV1ListCertificatesV1CertificateSigningRequestHandler certificates_v1.ListCertificatesV1CertificateSigningRequestHandler // CertificatesV1beta1ListCertificatesV1beta1CertificateSigningRequestHandler sets the operation handler for the list certificates v1beta1 certificate signing request operation CertificatesV1beta1ListCertificatesV1beta1CertificateSigningRequestHandler certificates_v1beta1.ListCertificatesV1beta1CertificateSigningRequestHandler // CoordinationV1ListCoordinationV1LeaseForAllNamespacesHandler sets the operation handler for the list coordination v1 lease for all namespaces operation CoordinationV1ListCoordinationV1LeaseForAllNamespacesHandler coordination_v1.ListCoordinationV1LeaseForAllNamespacesHandler // CoordinationV1ListCoordinationV1NamespacedLeaseHandler sets the operation handler for the list coordination v1 namespaced lease operation CoordinationV1ListCoordinationV1NamespacedLeaseHandler coordination_v1.ListCoordinationV1NamespacedLeaseHandler // CoordinationV1beta1ListCoordinationV1beta1LeaseForAllNamespacesHandler sets the operation handler for the list coordination v1beta1 lease for all namespaces operation CoordinationV1beta1ListCoordinationV1beta1LeaseForAllNamespacesHandler coordination_v1beta1.ListCoordinationV1beta1LeaseForAllNamespacesHandler // CoordinationV1beta1ListCoordinationV1beta1NamespacedLeaseHandler sets the operation handler for the list coordination v1beta1 namespaced lease operation CoordinationV1beta1ListCoordinationV1beta1NamespacedLeaseHandler coordination_v1beta1.ListCoordinationV1beta1NamespacedLeaseHandler // CoreV1ListCoreV1ComponentStatusHandler sets the operation handler for the list core v1 component status operation CoreV1ListCoreV1ComponentStatusHandler core_v1.ListCoreV1ComponentStatusHandler // CoreV1ListCoreV1ConfigMapForAllNamespacesHandler sets the operation handler for the list core v1 config map for all namespaces operation CoreV1ListCoreV1ConfigMapForAllNamespacesHandler core_v1.ListCoreV1ConfigMapForAllNamespacesHandler // CoreV1ListCoreV1EndpointsForAllNamespacesHandler sets the operation handler for the list core v1 endpoints for all namespaces operation CoreV1ListCoreV1EndpointsForAllNamespacesHandler core_v1.ListCoreV1EndpointsForAllNamespacesHandler // CoreV1ListCoreV1EventForAllNamespacesHandler sets the operation handler for the list core v1 event for all namespaces operation CoreV1ListCoreV1EventForAllNamespacesHandler core_v1.ListCoreV1EventForAllNamespacesHandler // CoreV1ListCoreV1LimitRangeForAllNamespacesHandler sets the operation handler for the list core v1 limit range for all namespaces operation CoreV1ListCoreV1LimitRangeForAllNamespacesHandler core_v1.ListCoreV1LimitRangeForAllNamespacesHandler // CoreV1ListCoreV1NamespaceHandler sets the operation handler for the list core v1 namespace operation CoreV1ListCoreV1NamespaceHandler core_v1.ListCoreV1NamespaceHandler // CoreV1ListCoreV1NamespacedConfigMapHandler sets the operation handler for the list core v1 namespaced config map operation CoreV1ListCoreV1NamespacedConfigMapHandler core_v1.ListCoreV1NamespacedConfigMapHandler // CoreV1ListCoreV1NamespacedEndpointsHandler sets the operation handler for the list core v1 namespaced endpoints operation CoreV1ListCoreV1NamespacedEndpointsHandler core_v1.ListCoreV1NamespacedEndpointsHandler // CoreV1ListCoreV1NamespacedEventHandler sets the operation handler for the list core v1 namespaced event operation CoreV1ListCoreV1NamespacedEventHandler core_v1.ListCoreV1NamespacedEventHandler // CoreV1ListCoreV1NamespacedLimitRangeHandler sets the operation handler for the list core v1 namespaced limit range operation CoreV1ListCoreV1NamespacedLimitRangeHandler core_v1.ListCoreV1NamespacedLimitRangeHandler // CoreV1ListCoreV1NamespacedPersistentVolumeClaimHandler sets the operation handler for the list core v1 namespaced persistent volume claim operation CoreV1ListCoreV1NamespacedPersistentVolumeClaimHandler core_v1.ListCoreV1NamespacedPersistentVolumeClaimHandler // CoreV1ListCoreV1NamespacedPodHandler sets the operation handler for the list core v1 namespaced pod operation CoreV1ListCoreV1NamespacedPodHandler core_v1.ListCoreV1NamespacedPodHandler // CoreV1ListCoreV1NamespacedPodTemplateHandler sets the operation handler for the list core v1 namespaced pod template operation CoreV1ListCoreV1NamespacedPodTemplateHandler core_v1.ListCoreV1NamespacedPodTemplateHandler // CoreV1ListCoreV1NamespacedReplicationControllerHandler sets the operation handler for the list core v1 namespaced replication controller operation CoreV1ListCoreV1NamespacedReplicationControllerHandler core_v1.ListCoreV1NamespacedReplicationControllerHandler // CoreV1ListCoreV1NamespacedResourceQuotaHandler sets the operation handler for the list core v1 namespaced resource quota operation CoreV1ListCoreV1NamespacedResourceQuotaHandler core_v1.ListCoreV1NamespacedResourceQuotaHandler // CoreV1ListCoreV1NamespacedSecretHandler sets the operation handler for the list core v1 namespaced secret operation CoreV1ListCoreV1NamespacedSecretHandler core_v1.ListCoreV1NamespacedSecretHandler // CoreV1ListCoreV1NamespacedServiceHandler sets the operation handler for the list core v1 namespaced service operation CoreV1ListCoreV1NamespacedServiceHandler core_v1.ListCoreV1NamespacedServiceHandler // CoreV1ListCoreV1NamespacedServiceAccountHandler sets the operation handler for the list core v1 namespaced service account operation CoreV1ListCoreV1NamespacedServiceAccountHandler core_v1.ListCoreV1NamespacedServiceAccountHandler // CoreV1ListCoreV1NodeHandler sets the operation handler for the list core v1 node operation CoreV1ListCoreV1NodeHandler core_v1.ListCoreV1NodeHandler // CoreV1ListCoreV1PersistentVolumeHandler sets the operation handler for the list core v1 persistent volume operation CoreV1ListCoreV1PersistentVolumeHandler core_v1.ListCoreV1PersistentVolumeHandler // CoreV1ListCoreV1PersistentVolumeClaimForAllNamespacesHandler sets the operation handler for the list core v1 persistent volume claim for all namespaces operation CoreV1ListCoreV1PersistentVolumeClaimForAllNamespacesHandler core_v1.ListCoreV1PersistentVolumeClaimForAllNamespacesHandler // CoreV1ListCoreV1PodForAllNamespacesHandler sets the operation handler for the list core v1 pod for all namespaces operation CoreV1ListCoreV1PodForAllNamespacesHandler core_v1.ListCoreV1PodForAllNamespacesHandler // CoreV1ListCoreV1PodTemplateForAllNamespacesHandler sets the operation handler for the list core v1 pod template for all namespaces operation CoreV1ListCoreV1PodTemplateForAllNamespacesHandler core_v1.ListCoreV1PodTemplateForAllNamespacesHandler // CoreV1ListCoreV1ReplicationControllerForAllNamespacesHandler sets the operation handler for the list core v1 replication controller for all namespaces operation CoreV1ListCoreV1ReplicationControllerForAllNamespacesHandler core_v1.ListCoreV1ReplicationControllerForAllNamespacesHandler // CoreV1ListCoreV1ResourceQuotaForAllNamespacesHandler sets the operation handler for the list core v1 resource quota for all namespaces operation CoreV1ListCoreV1ResourceQuotaForAllNamespacesHandler core_v1.ListCoreV1ResourceQuotaForAllNamespacesHandler // CoreV1ListCoreV1SecretForAllNamespacesHandler sets the operation handler for the list core v1 secret for all namespaces operation CoreV1ListCoreV1SecretForAllNamespacesHandler core_v1.ListCoreV1SecretForAllNamespacesHandler // CoreV1ListCoreV1ServiceAccountForAllNamespacesHandler sets the operation handler for the list core v1 service account for all namespaces operation CoreV1ListCoreV1ServiceAccountForAllNamespacesHandler core_v1.ListCoreV1ServiceAccountForAllNamespacesHandler // CoreV1ListCoreV1ServiceForAllNamespacesHandler sets the operation handler for the list core v1 service for all namespaces operation CoreV1ListCoreV1ServiceForAllNamespacesHandler core_v1.ListCoreV1ServiceForAllNamespacesHandler // DiscoveryV1beta1ListDiscoveryV1beta1EndpointSliceForAllNamespacesHandler sets the operation handler for the list discovery v1beta1 endpoint slice for all namespaces operation DiscoveryV1beta1ListDiscoveryV1beta1EndpointSliceForAllNamespacesHandler discovery_v1beta1.ListDiscoveryV1beta1EndpointSliceForAllNamespacesHandler // DiscoveryV1beta1ListDiscoveryV1beta1NamespacedEndpointSliceHandler sets the operation handler for the list discovery v1beta1 namespaced endpoint slice operation DiscoveryV1beta1ListDiscoveryV1beta1NamespacedEndpointSliceHandler discovery_v1beta1.ListDiscoveryV1beta1NamespacedEndpointSliceHandler // EventsV1ListEventsV1EventForAllNamespacesHandler sets the operation handler for the list events v1 event for all namespaces operation EventsV1ListEventsV1EventForAllNamespacesHandler events_v1.ListEventsV1EventForAllNamespacesHandler // EventsV1ListEventsV1NamespacedEventHandler sets the operation handler for the list events v1 namespaced event operation EventsV1ListEventsV1NamespacedEventHandler events_v1.ListEventsV1NamespacedEventHandler // EventsV1beta1ListEventsV1beta1EventForAllNamespacesHandler sets the operation handler for the list events v1beta1 event for all namespaces operation EventsV1beta1ListEventsV1beta1EventForAllNamespacesHandler events_v1beta1.ListEventsV1beta1EventForAllNamespacesHandler // EventsV1beta1ListEventsV1beta1NamespacedEventHandler sets the operation handler for the list events v1beta1 namespaced event operation EventsV1beta1ListEventsV1beta1NamespacedEventHandler events_v1beta1.ListEventsV1beta1NamespacedEventHandler // ExtensionsV1beta1ListExtensionsV1beta1IngressForAllNamespacesHandler sets the operation handler for the list extensions v1beta1 ingress for all namespaces operation ExtensionsV1beta1ListExtensionsV1beta1IngressForAllNamespacesHandler extensions_v1beta1.ListExtensionsV1beta1IngressForAllNamespacesHandler // ExtensionsV1beta1ListExtensionsV1beta1NamespacedIngressHandler sets the operation handler for the list extensions v1beta1 namespaced ingress operation ExtensionsV1beta1ListExtensionsV1beta1NamespacedIngressHandler extensions_v1beta1.ListExtensionsV1beta1NamespacedIngressHandler // FlowcontrolApiserverV1alpha1ListFlowcontrolApiserverV1alpha1FlowSchemaHandler sets the operation handler for the list flowcontrol apiserver v1alpha1 flow schema operation FlowcontrolApiserverV1alpha1ListFlowcontrolApiserverV1alpha1FlowSchemaHandler flowcontrol_apiserver_v1alpha1.ListFlowcontrolApiserverV1alpha1FlowSchemaHandler // FlowcontrolApiserverV1alpha1ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationHandler sets the operation handler for the list flowcontrol apiserver v1alpha1 priority level configuration operation FlowcontrolApiserverV1alpha1ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationHandler flowcontrol_apiserver_v1alpha1.ListFlowcontrolApiserverV1alpha1PriorityLevelConfigurationHandler // NetworkingV1ListNetworkingV1IngressClassHandler sets the operation handler for the list networking v1 ingress class operation NetworkingV1ListNetworkingV1IngressClassHandler networking_v1.ListNetworkingV1IngressClassHandler // NetworkingV1ListNetworkingV1IngressForAllNamespacesHandler sets the operation handler for the list networking v1 ingress for all namespaces operation NetworkingV1ListNetworkingV1IngressForAllNamespacesHandler networking_v1.ListNetworkingV1IngressForAllNamespacesHandler // NetworkingV1ListNetworkingV1NamespacedIngressHandler sets the operation handler for the list networking v1 namespaced ingress operation NetworkingV1ListNetworkingV1NamespacedIngressHandler networking_v1.ListNetworkingV1NamespacedIngressHandler // NetworkingV1ListNetworkingV1NamespacedNetworkPolicyHandler sets the operation handler for the list networking v1 namespaced network policy operation NetworkingV1ListNetworkingV1NamespacedNetworkPolicyHandler networking_v1.ListNetworkingV1NamespacedNetworkPolicyHandler // NetworkingV1ListNetworkingV1NetworkPolicyForAllNamespacesHandler sets the operation handler for the list networking v1 network policy for all namespaces operation NetworkingV1ListNetworkingV1NetworkPolicyForAllNamespacesHandler networking_v1.ListNetworkingV1NetworkPolicyForAllNamespacesHandler // NetworkingV1beta1ListNetworkingV1beta1IngressClassHandler sets the operation handler for the list networking v1beta1 ingress class operation NetworkingV1beta1ListNetworkingV1beta1IngressClassHandler networking_v1beta1.ListNetworkingV1beta1IngressClassHandler // NetworkingV1beta1ListNetworkingV1beta1IngressForAllNamespacesHandler sets the operation handler for the list networking v1beta1 ingress for all namespaces operation NetworkingV1beta1ListNetworkingV1beta1IngressForAllNamespacesHandler networking_v1beta1.ListNetworkingV1beta1IngressForAllNamespacesHandler // NetworkingV1beta1ListNetworkingV1beta1NamespacedIngressHandler sets the operation handler for the list networking v1beta1 namespaced ingress operation NetworkingV1beta1ListNetworkingV1beta1NamespacedIngressHandler networking_v1beta1.ListNetworkingV1beta1NamespacedIngressHandler // NodeV1alpha1ListNodeV1alpha1RuntimeClassHandler sets the operation handler for the list node v1alpha1 runtime class operation NodeV1alpha1ListNodeV1alpha1RuntimeClassHandler node_v1alpha1.ListNodeV1alpha1RuntimeClassHandler // NodeV1beta1ListNodeV1beta1RuntimeClassHandler sets the operation handler for the list node v1beta1 runtime class operation NodeV1beta1ListNodeV1beta1RuntimeClassHandler node_v1beta1.ListNodeV1beta1RuntimeClassHandler // PolicyV1beta1ListPolicyV1beta1NamespacedPodDisruptionBudgetHandler sets the operation handler for the list policy v1beta1 namespaced pod disruption budget operation PolicyV1beta1ListPolicyV1beta1NamespacedPodDisruptionBudgetHandler policy_v1beta1.ListPolicyV1beta1NamespacedPodDisruptionBudgetHandler // PolicyV1beta1ListPolicyV1beta1PodDisruptionBudgetForAllNamespacesHandler sets the operation handler for the list policy v1beta1 pod disruption budget for all namespaces operation PolicyV1beta1ListPolicyV1beta1PodDisruptionBudgetForAllNamespacesHandler policy_v1beta1.ListPolicyV1beta1PodDisruptionBudgetForAllNamespacesHandler // PolicyV1beta1ListPolicyV1beta1PodSecurityPolicyHandler sets the operation handler for the list policy v1beta1 pod security policy operation PolicyV1beta1ListPolicyV1beta1PodSecurityPolicyHandler policy_v1beta1.ListPolicyV1beta1PodSecurityPolicyHandler // RbacAuthorizationV1ListRbacAuthorizationV1ClusterRoleHandler sets the operation handler for the list rbac authorization v1 cluster role operation RbacAuthorizationV1ListRbacAuthorizationV1ClusterRoleHandler rbac_authorization_v1.ListRbacAuthorizationV1ClusterRoleHandler // RbacAuthorizationV1ListRbacAuthorizationV1ClusterRoleBindingHandler sets the operation handler for the list rbac authorization v1 cluster role binding operation RbacAuthorizationV1ListRbacAuthorizationV1ClusterRoleBindingHandler rbac_authorization_v1.ListRbacAuthorizationV1ClusterRoleBindingHandler // RbacAuthorizationV1ListRbacAuthorizationV1NamespacedRoleHandler sets the operation handler for the list rbac authorization v1 namespaced role operation RbacAuthorizationV1ListRbacAuthorizationV1NamespacedRoleHandler rbac_authorization_v1.ListRbacAuthorizationV1NamespacedRoleHandler // RbacAuthorizationV1ListRbacAuthorizationV1NamespacedRoleBindingHandler sets the operation handler for the list rbac authorization v1 namespaced role binding operation RbacAuthorizationV1ListRbacAuthorizationV1NamespacedRoleBindingHandler rbac_authorization_v1.ListRbacAuthorizationV1NamespacedRoleBindingHandler // RbacAuthorizationV1ListRbacAuthorizationV1RoleBindingForAllNamespacesHandler sets the operation handler for the list rbac authorization v1 role binding for all namespaces operation RbacAuthorizationV1ListRbacAuthorizationV1RoleBindingForAllNamespacesHandler rbac_authorization_v1.ListRbacAuthorizationV1RoleBindingForAllNamespacesHandler // RbacAuthorizationV1ListRbacAuthorizationV1RoleForAllNamespacesHandler sets the operation handler for the list rbac authorization v1 role for all namespaces operation RbacAuthorizationV1ListRbacAuthorizationV1RoleForAllNamespacesHandler rbac_authorization_v1.ListRbacAuthorizationV1RoleForAllNamespacesHandler // RbacAuthorizationV1alpha1ListRbacAuthorizationV1alpha1ClusterRoleHandler sets the operation handler for the list rbac authorization v1alpha1 cluster role operation RbacAuthorizationV1alpha1ListRbacAuthorizationV1alpha1ClusterRoleHandler rbac_authorization_v1alpha1.ListRbacAuthorizationV1alpha1ClusterRoleHandler // RbacAuthorizationV1alpha1ListRbacAuthorizationV1alpha1ClusterRoleBindingHandler sets the operation handler for the list rbac authorization v1alpha1 cluster role binding operation RbacAuthorizationV1alpha1ListRbacAuthorizationV1alpha1ClusterRoleBindingHandler rbac_authorization_v1alpha1.ListRbacAuthorizationV1alpha1ClusterRoleBindingHandler // RbacAuthorizationV1alpha1ListRbacAuthorizationV1alpha1NamespacedRoleHandler sets the operation handler for the list rbac authorization v1alpha1 namespaced role operation RbacAuthorizationV1alpha1ListRbacAuthorizationV1alpha1NamespacedRoleHandler rbac_authorization_v1alpha1.ListRbacAuthorizationV1alpha1NamespacedRoleHandler // RbacAuthorizationV1alpha1ListRbacAuthorizationV1alpha1NamespacedRoleBindingHandler sets the operation handler for the list rbac authorization v1alpha1 namespaced role binding operation RbacAuthorizationV1alpha1ListRbacAuthorizationV1alpha1NamespacedRoleBindingHandler rbac_authorization_v1alpha1.ListRbacAuthorizationV1alpha1NamespacedRoleBindingHandler // RbacAuthorizationV1alpha1ListRbacAuthorizationV1alpha1RoleBindingForAllNamespacesHandler sets the operation handler for the list rbac authorization v1alpha1 role binding for all namespaces operation RbacAuthorizationV1alpha1ListRbacAuthorizationV1alpha1RoleBindingForAllNamespacesHandler rbac_authorization_v1alpha1.ListRbacAuthorizationV1alpha1RoleBindingForAllNamespacesHandler // RbacAuthorizationV1alpha1ListRbacAuthorizationV1alpha1RoleForAllNamespacesHandler sets the operation handler for the list rbac authorization v1alpha1 role for all namespaces operation RbacAuthorizationV1alpha1ListRbacAuthorizationV1alpha1RoleForAllNamespacesHandler rbac_authorization_v1alpha1.ListRbacAuthorizationV1alpha1RoleForAllNamespacesHandler // RbacAuthorizationV1beta1ListRbacAuthorizationV1beta1ClusterRoleHandler sets the operation handler for the list rbac authorization v1beta1 cluster role operation RbacAuthorizationV1beta1ListRbacAuthorizationV1beta1ClusterRoleHandler rbac_authorization_v1beta1.ListRbacAuthorizationV1beta1ClusterRoleHandler // RbacAuthorizationV1beta1ListRbacAuthorizationV1beta1ClusterRoleBindingHandler sets the operation handler for the list rbac authorization v1beta1 cluster role binding operation RbacAuthorizationV1beta1ListRbacAuthorizationV1beta1ClusterRoleBindingHandler rbac_authorization_v1beta1.ListRbacAuthorizationV1beta1ClusterRoleBindingHandler // RbacAuthorizationV1beta1ListRbacAuthorizationV1beta1NamespacedRoleHandler sets the operation handler for the list rbac authorization v1beta1 namespaced role operation RbacAuthorizationV1beta1ListRbacAuthorizationV1beta1NamespacedRoleHandler rbac_authorization_v1beta1.ListRbacAuthorizationV1beta1NamespacedRoleHandler // RbacAuthorizationV1beta1ListRbacAuthorizationV1beta1NamespacedRoleBindingHandler sets the operation handler for the list rbac authorization v1beta1 namespaced role binding operation RbacAuthorizationV1beta1ListRbacAuthorizationV1beta1NamespacedRoleBindingHandler rbac_authorization_v1beta1.ListRbacAuthorizationV1beta1NamespacedRoleBindingHandler // RbacAuthorizationV1beta1ListRbacAuthorizationV1beta1RoleBindingForAllNamespacesHandler sets the operation handler for the list rbac authorization v1beta1 role binding for all namespaces operation RbacAuthorizationV1beta1ListRbacAuthorizationV1beta1RoleBindingForAllNamespacesHandler rbac_authorization_v1beta1.ListRbacAuthorizationV1beta1RoleBindingForAllNamespacesHandler // RbacAuthorizationV1beta1ListRbacAuthorizationV1beta1RoleForAllNamespacesHandler sets the operation handler for the list rbac authorization v1beta1 role for all namespaces operation RbacAuthorizationV1beta1ListRbacAuthorizationV1beta1RoleForAllNamespacesHandler rbac_authorization_v1beta1.ListRbacAuthorizationV1beta1RoleForAllNamespacesHandler // SchedulingV1ListSchedulingV1PriorityClassHandler sets the operation handler for the list scheduling v1 priority class operation SchedulingV1ListSchedulingV1PriorityClassHandler scheduling_v1.ListSchedulingV1PriorityClassHandler // SchedulingV1alpha1ListSchedulingV1alpha1PriorityClassHandler sets the operation handler for the list scheduling v1alpha1 priority class operation SchedulingV1alpha1ListSchedulingV1alpha1PriorityClassHandler scheduling_v1alpha1.ListSchedulingV1alpha1PriorityClassHandler // SchedulingV1beta1ListSchedulingV1beta1PriorityClassHandler sets the operation handler for the list scheduling v1beta1 priority class operation SchedulingV1beta1ListSchedulingV1beta1PriorityClassHandler scheduling_v1beta1.ListSchedulingV1beta1PriorityClassHandler // SettingsV1alpha1ListSettingsV1alpha1NamespacedPodPresetHandler sets the operation handler for the list settings v1alpha1 namespaced pod preset operation SettingsV1alpha1ListSettingsV1alpha1NamespacedPodPresetHandler settings_v1alpha1.ListSettingsV1alpha1NamespacedPodPresetHandler // SettingsV1alpha1ListSettingsV1alpha1PodPresetForAllNamespacesHandler sets the operation handler for the list settings v1alpha1 pod preset for all namespaces operation SettingsV1alpha1ListSettingsV1alpha1PodPresetForAllNamespacesHandler settings_v1alpha1.ListSettingsV1alpha1PodPresetForAllNamespacesHandler // StorageV1ListStorageV1CSIDriverHandler sets the operation handler for the list storage v1 c s i driver operation StorageV1ListStorageV1CSIDriverHandler storage_v1.ListStorageV1CSIDriverHandler // StorageV1ListStorageV1CSINodeHandler sets the operation handler for the list storage v1 c s i node operation StorageV1ListStorageV1CSINodeHandler storage_v1.ListStorageV1CSINodeHandler // StorageV1ListStorageV1StorageClassHandler sets the operation handler for the list storage v1 storage class operation StorageV1ListStorageV1StorageClassHandler storage_v1.ListStorageV1StorageClassHandler // StorageV1ListStorageV1VolumeAttachmentHandler sets the operation handler for the list storage v1 volume attachment operation StorageV1ListStorageV1VolumeAttachmentHandler storage_v1.ListStorageV1VolumeAttachmentHandler // StorageV1alpha1ListStorageV1alpha1VolumeAttachmentHandler sets the operation handler for the list storage v1alpha1 volume attachment operation StorageV1alpha1ListStorageV1alpha1VolumeAttachmentHandler storage_v1alpha1.ListStorageV1alpha1VolumeAttachmentHandler // StorageV1beta1ListStorageV1beta1CSIDriverHandler sets the operation handler for the list storage v1beta1 c s i driver operation StorageV1beta1ListStorageV1beta1CSIDriverHandler storage_v1beta1.ListStorageV1beta1CSIDriverHandler // StorageV1beta1ListStorageV1beta1CSINodeHandler sets the operation handler for the list storage v1beta1 c s i node operation StorageV1beta1ListStorageV1beta1CSINodeHandler storage_v1beta1.ListStorageV1beta1CSINodeHandler // StorageV1beta1ListStorageV1beta1StorageClassHandler sets the operation handler for the list storage v1beta1 storage class operation StorageV1beta1ListStorageV1beta1StorageClassHandler storage_v1beta1.ListStorageV1beta1StorageClassHandler // StorageV1beta1ListStorageV1beta1VolumeAttachmentHandler sets the operation handler for the list storage v1beta1 volume attachment operation StorageV1beta1ListStorageV1beta1VolumeAttachmentHandler storage_v1beta1.ListStorageV1beta1VolumeAttachmentHandler // LogsLogFileHandlerHandler sets the operation handler for the log file handler operation LogsLogFileHandlerHandler logs.LogFileHandlerHandler // LogsLogFileListHandlerHandler sets the operation handler for the log file list handler operation LogsLogFileListHandlerHandler logs.LogFileListHandlerHandler // AdmissionregistrationV1PatchAdmissionregistrationV1MutatingWebhookConfigurationHandler sets the operation handler for the patch admissionregistration v1 mutating webhook configuration operation AdmissionregistrationV1PatchAdmissionregistrationV1MutatingWebhookConfigurationHandler admissionregistration_v1.PatchAdmissionregistrationV1MutatingWebhookConfigurationHandler // AdmissionregistrationV1PatchAdmissionregistrationV1ValidatingWebhookConfigurationHandler sets the operation handler for the patch admissionregistration v1 validating webhook configuration operation AdmissionregistrationV1PatchAdmissionregistrationV1ValidatingWebhookConfigurationHandler admissionregistration_v1.PatchAdmissionregistrationV1ValidatingWebhookConfigurationHandler // AdmissionregistrationV1beta1PatchAdmissionregistrationV1beta1MutatingWebhookConfigurationHandler sets the operation handler for the patch admissionregistration v1beta1 mutating webhook configuration operation AdmissionregistrationV1beta1PatchAdmissionregistrationV1beta1MutatingWebhookConfigurationHandler admissionregistration_v1beta1.PatchAdmissionregistrationV1beta1MutatingWebhookConfigurationHandler // AdmissionregistrationV1beta1PatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationHandler sets the operation handler for the patch admissionregistration v1beta1 validating webhook configuration operation AdmissionregistrationV1beta1PatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationHandler admissionregistration_v1beta1.PatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationHandler // ApiextensionsV1PatchApiextensionsV1CustomResourceDefinitionHandler sets the operation handler for the patch apiextensions v1 custom resource definition operation ApiextensionsV1PatchApiextensionsV1CustomResourceDefinitionHandler apiextensions_v1.PatchApiextensionsV1CustomResourceDefinitionHandler // ApiextensionsV1PatchApiextensionsV1CustomResourceDefinitionStatusHandler sets the operation handler for the patch apiextensions v1 custom resource definition status operation ApiextensionsV1PatchApiextensionsV1CustomResourceDefinitionStatusHandler apiextensions_v1.PatchApiextensionsV1CustomResourceDefinitionStatusHandler // ApiextensionsV1beta1PatchApiextensionsV1beta1CustomResourceDefinitionHandler sets the operation handler for the patch apiextensions v1beta1 custom resource definition operation ApiextensionsV1beta1PatchApiextensionsV1beta1CustomResourceDefinitionHandler apiextensions_v1beta1.PatchApiextensionsV1beta1CustomResourceDefinitionHandler // ApiextensionsV1beta1PatchApiextensionsV1beta1CustomResourceDefinitionStatusHandler sets the operation handler for the patch apiextensions v1beta1 custom resource definition status operation ApiextensionsV1beta1PatchApiextensionsV1beta1CustomResourceDefinitionStatusHandler apiextensions_v1beta1.PatchApiextensionsV1beta1CustomResourceDefinitionStatusHandler // ApiregistrationV1PatchApiregistrationV1APIServiceHandler sets the operation handler for the patch apiregistration v1 API service operation ApiregistrationV1PatchApiregistrationV1APIServiceHandler apiregistration_v1.PatchApiregistrationV1APIServiceHandler // ApiregistrationV1PatchApiregistrationV1APIServiceStatusHandler sets the operation handler for the patch apiregistration v1 API service status operation ApiregistrationV1PatchApiregistrationV1APIServiceStatusHandler apiregistration_v1.PatchApiregistrationV1APIServiceStatusHandler // ApiregistrationV1beta1PatchApiregistrationV1beta1APIServiceHandler sets the operation handler for the patch apiregistration v1beta1 API service operation ApiregistrationV1beta1PatchApiregistrationV1beta1APIServiceHandler apiregistration_v1beta1.PatchApiregistrationV1beta1APIServiceHandler // ApiregistrationV1beta1PatchApiregistrationV1beta1APIServiceStatusHandler sets the operation handler for the patch apiregistration v1beta1 API service status operation ApiregistrationV1beta1PatchApiregistrationV1beta1APIServiceStatusHandler apiregistration_v1beta1.PatchApiregistrationV1beta1APIServiceStatusHandler // AppsV1PatchAppsV1NamespacedControllerRevisionHandler sets the operation handler for the patch apps v1 namespaced controller revision operation AppsV1PatchAppsV1NamespacedControllerRevisionHandler apps_v1.PatchAppsV1NamespacedControllerRevisionHandler // AppsV1PatchAppsV1NamespacedDaemonSetHandler sets the operation handler for the patch apps v1 namespaced daemon set operation AppsV1PatchAppsV1NamespacedDaemonSetHandler apps_v1.PatchAppsV1NamespacedDaemonSetHandler // AppsV1PatchAppsV1NamespacedDaemonSetStatusHandler sets the operation handler for the patch apps v1 namespaced daemon set status operation AppsV1PatchAppsV1NamespacedDaemonSetStatusHandler apps_v1.PatchAppsV1NamespacedDaemonSetStatusHandler // AppsV1PatchAppsV1NamespacedDeploymentHandler sets the operation handler for the patch apps v1 namespaced deployment operation AppsV1PatchAppsV1NamespacedDeploymentHandler apps_v1.PatchAppsV1NamespacedDeploymentHandler // AppsV1PatchAppsV1NamespacedDeploymentScaleHandler sets the operation handler for the patch apps v1 namespaced deployment scale operation AppsV1PatchAppsV1NamespacedDeploymentScaleHandler apps_v1.PatchAppsV1NamespacedDeploymentScaleHandler // AppsV1PatchAppsV1NamespacedDeploymentStatusHandler sets the operation handler for the patch apps v1 namespaced deployment status operation AppsV1PatchAppsV1NamespacedDeploymentStatusHandler apps_v1.PatchAppsV1NamespacedDeploymentStatusHandler // AppsV1PatchAppsV1NamespacedReplicaSetHandler sets the operation handler for the patch apps v1 namespaced replica set operation AppsV1PatchAppsV1NamespacedReplicaSetHandler apps_v1.PatchAppsV1NamespacedReplicaSetHandler // AppsV1PatchAppsV1NamespacedReplicaSetScaleHandler sets the operation handler for the patch apps v1 namespaced replica set scale operation AppsV1PatchAppsV1NamespacedReplicaSetScaleHandler apps_v1.PatchAppsV1NamespacedReplicaSetScaleHandler // AppsV1PatchAppsV1NamespacedReplicaSetStatusHandler sets the operation handler for the patch apps v1 namespaced replica set status operation AppsV1PatchAppsV1NamespacedReplicaSetStatusHandler apps_v1.PatchAppsV1NamespacedReplicaSetStatusHandler // AppsV1PatchAppsV1NamespacedStatefulSetHandler sets the operation handler for the patch apps v1 namespaced stateful set operation AppsV1PatchAppsV1NamespacedStatefulSetHandler apps_v1.PatchAppsV1NamespacedStatefulSetHandler // AppsV1PatchAppsV1NamespacedStatefulSetScaleHandler sets the operation handler for the patch apps v1 namespaced stateful set scale operation AppsV1PatchAppsV1NamespacedStatefulSetScaleHandler apps_v1.PatchAppsV1NamespacedStatefulSetScaleHandler // AppsV1PatchAppsV1NamespacedStatefulSetStatusHandler sets the operation handler for the patch apps v1 namespaced stateful set status operation AppsV1PatchAppsV1NamespacedStatefulSetStatusHandler apps_v1.PatchAppsV1NamespacedStatefulSetStatusHandler // AutoscalingV1PatchAutoscalingV1NamespacedHorizontalPodAutoscalerHandler sets the operation handler for the patch autoscaling v1 namespaced horizontal pod autoscaler operation AutoscalingV1PatchAutoscalingV1NamespacedHorizontalPodAutoscalerHandler autoscaling_v1.PatchAutoscalingV1NamespacedHorizontalPodAutoscalerHandler // AutoscalingV1PatchAutoscalingV1NamespacedHorizontalPodAutoscalerStatusHandler sets the operation handler for the patch autoscaling v1 namespaced horizontal pod autoscaler status operation AutoscalingV1PatchAutoscalingV1NamespacedHorizontalPodAutoscalerStatusHandler autoscaling_v1.PatchAutoscalingV1NamespacedHorizontalPodAutoscalerStatusHandler // AutoscalingV2beta1PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerHandler sets the operation handler for the patch autoscaling v2beta1 namespaced horizontal pod autoscaler operation AutoscalingV2beta1PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerHandler autoscaling_v2beta1.PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerHandler // AutoscalingV2beta1PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusHandler sets the operation handler for the patch autoscaling v2beta1 namespaced horizontal pod autoscaler status operation AutoscalingV2beta1PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusHandler autoscaling_v2beta1.PatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusHandler // AutoscalingV2beta2PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerHandler sets the operation handler for the patch autoscaling v2beta2 namespaced horizontal pod autoscaler operation AutoscalingV2beta2PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerHandler autoscaling_v2beta2.PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerHandler // AutoscalingV2beta2PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusHandler sets the operation handler for the patch autoscaling v2beta2 namespaced horizontal pod autoscaler status operation AutoscalingV2beta2PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusHandler autoscaling_v2beta2.PatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusHandler // BatchV1PatchBatchV1NamespacedJobHandler sets the operation handler for the patch batch v1 namespaced job operation BatchV1PatchBatchV1NamespacedJobHandler batch_v1.PatchBatchV1NamespacedJobHandler // BatchV1PatchBatchV1NamespacedJobStatusHandler sets the operation handler for the patch batch v1 namespaced job status operation BatchV1PatchBatchV1NamespacedJobStatusHandler batch_v1.PatchBatchV1NamespacedJobStatusHandler // BatchV1beta1PatchBatchV1beta1NamespacedCronJobHandler sets the operation handler for the patch batch v1beta1 namespaced cron job operation BatchV1beta1PatchBatchV1beta1NamespacedCronJobHandler batch_v1beta1.PatchBatchV1beta1NamespacedCronJobHandler // BatchV1beta1PatchBatchV1beta1NamespacedCronJobStatusHandler sets the operation handler for the patch batch v1beta1 namespaced cron job status operation BatchV1beta1PatchBatchV1beta1NamespacedCronJobStatusHandler batch_v1beta1.PatchBatchV1beta1NamespacedCronJobStatusHandler // BatchV2alpha1PatchBatchV2alpha1NamespacedCronJobHandler sets the operation handler for the patch batch v2alpha1 namespaced cron job operation BatchV2alpha1PatchBatchV2alpha1NamespacedCronJobHandler batch_v2alpha1.PatchBatchV2alpha1NamespacedCronJobHandler // BatchV2alpha1PatchBatchV2alpha1NamespacedCronJobStatusHandler sets the operation handler for the patch batch v2alpha1 namespaced cron job status operation BatchV2alpha1PatchBatchV2alpha1NamespacedCronJobStatusHandler batch_v2alpha1.PatchBatchV2alpha1NamespacedCronJobStatusHandler // CertificatesV1PatchCertificatesV1CertificateSigningRequestHandler sets the operation handler for the patch certificates v1 certificate signing request operation CertificatesV1PatchCertificatesV1CertificateSigningRequestHandler certificates_v1.PatchCertificatesV1CertificateSigningRequestHandler // CertificatesV1PatchCertificatesV1CertificateSigningRequestApprovalHandler sets the operation handler for the patch certificates v1 certificate signing request approval operation CertificatesV1PatchCertificatesV1CertificateSigningRequestApprovalHandler certificates_v1.PatchCertificatesV1CertificateSigningRequestApprovalHandler // CertificatesV1PatchCertificatesV1CertificateSigningRequestStatusHandler sets the operation handler for the patch certificates v1 certificate signing request status operation CertificatesV1PatchCertificatesV1CertificateSigningRequestStatusHandler certificates_v1.PatchCertificatesV1CertificateSigningRequestStatusHandler // CertificatesV1beta1PatchCertificatesV1beta1CertificateSigningRequestHandler sets the operation handler for the patch certificates v1beta1 certificate signing request operation CertificatesV1beta1PatchCertificatesV1beta1CertificateSigningRequestHandler certificates_v1beta1.PatchCertificatesV1beta1CertificateSigningRequestHandler // CertificatesV1beta1PatchCertificatesV1beta1CertificateSigningRequestApprovalHandler sets the operation handler for the patch certificates v1beta1 certificate signing request approval operation CertificatesV1beta1PatchCertificatesV1beta1CertificateSigningRequestApprovalHandler certificates_v1beta1.PatchCertificatesV1beta1CertificateSigningRequestApprovalHandler // CertificatesV1beta1PatchCertificatesV1beta1CertificateSigningRequestStatusHandler sets the operation handler for the patch certificates v1beta1 certificate signing request status operation CertificatesV1beta1PatchCertificatesV1beta1CertificateSigningRequestStatusHandler certificates_v1beta1.PatchCertificatesV1beta1CertificateSigningRequestStatusHandler // CoordinationV1PatchCoordinationV1NamespacedLeaseHandler sets the operation handler for the patch coordination v1 namespaced lease operation CoordinationV1PatchCoordinationV1NamespacedLeaseHandler coordination_v1.PatchCoordinationV1NamespacedLeaseHandler // CoordinationV1beta1PatchCoordinationV1beta1NamespacedLeaseHandler sets the operation handler for the patch coordination v1beta1 namespaced lease operation CoordinationV1beta1PatchCoordinationV1beta1NamespacedLeaseHandler coordination_v1beta1.PatchCoordinationV1beta1NamespacedLeaseHandler // CoreV1PatchCoreV1NamespaceHandler sets the operation handler for the patch core v1 namespace operation CoreV1PatchCoreV1NamespaceHandler core_v1.PatchCoreV1NamespaceHandler // CoreV1PatchCoreV1NamespaceStatusHandler sets the operation handler for the patch core v1 namespace status operation CoreV1PatchCoreV1NamespaceStatusHandler core_v1.PatchCoreV1NamespaceStatusHandler // CoreV1PatchCoreV1NamespacedConfigMapHandler sets the operation handler for the patch core v1 namespaced config map operation CoreV1PatchCoreV1NamespacedConfigMapHandler core_v1.PatchCoreV1NamespacedConfigMapHandler // CoreV1PatchCoreV1NamespacedEndpointsHandler sets the operation handler for the patch core v1 namespaced endpoints operation CoreV1PatchCoreV1NamespacedEndpointsHandler core_v1.PatchCoreV1NamespacedEndpointsHandler // CoreV1PatchCoreV1NamespacedEventHandler sets the operation handler for the patch core v1 namespaced event operation CoreV1PatchCoreV1NamespacedEventHandler core_v1.PatchCoreV1NamespacedEventHandler // CoreV1PatchCoreV1NamespacedLimitRangeHandler sets the operation handler for the patch core v1 namespaced limit range operation CoreV1PatchCoreV1NamespacedLimitRangeHandler core_v1.PatchCoreV1NamespacedLimitRangeHandler // CoreV1PatchCoreV1NamespacedPersistentVolumeClaimHandler sets the operation handler for the patch core v1 namespaced persistent volume claim operation CoreV1PatchCoreV1NamespacedPersistentVolumeClaimHandler core_v1.PatchCoreV1NamespacedPersistentVolumeClaimHandler // CoreV1PatchCoreV1NamespacedPersistentVolumeClaimStatusHandler sets the operation handler for the patch core v1 namespaced persistent volume claim status operation CoreV1PatchCoreV1NamespacedPersistentVolumeClaimStatusHandler core_v1.PatchCoreV1NamespacedPersistentVolumeClaimStatusHandler // CoreV1PatchCoreV1NamespacedPodHandler sets the operation handler for the patch core v1 namespaced pod operation CoreV1PatchCoreV1NamespacedPodHandler core_v1.PatchCoreV1NamespacedPodHandler // CoreV1PatchCoreV1NamespacedPodStatusHandler sets the operation handler for the patch core v1 namespaced pod status operation CoreV1PatchCoreV1NamespacedPodStatusHandler core_v1.PatchCoreV1NamespacedPodStatusHandler // CoreV1PatchCoreV1NamespacedPodTemplateHandler sets the operation handler for the patch core v1 namespaced pod template operation CoreV1PatchCoreV1NamespacedPodTemplateHandler core_v1.PatchCoreV1NamespacedPodTemplateHandler // CoreV1PatchCoreV1NamespacedReplicationControllerHandler sets the operation handler for the patch core v1 namespaced replication controller operation CoreV1PatchCoreV1NamespacedReplicationControllerHandler core_v1.PatchCoreV1NamespacedReplicationControllerHandler // CoreV1PatchCoreV1NamespacedReplicationControllerScaleHandler sets the operation handler for the patch core v1 namespaced replication controller scale operation CoreV1PatchCoreV1NamespacedReplicationControllerScaleHandler core_v1.PatchCoreV1NamespacedReplicationControllerScaleHandler // CoreV1PatchCoreV1NamespacedReplicationControllerStatusHandler sets the operation handler for the patch core v1 namespaced replication controller status operation CoreV1PatchCoreV1NamespacedReplicationControllerStatusHandler core_v1.PatchCoreV1NamespacedReplicationControllerStatusHandler // CoreV1PatchCoreV1NamespacedResourceQuotaHandler sets the operation handler for the patch core v1 namespaced resource quota operation CoreV1PatchCoreV1NamespacedResourceQuotaHandler core_v1.PatchCoreV1NamespacedResourceQuotaHandler // CoreV1PatchCoreV1NamespacedResourceQuotaStatusHandler sets the operation handler for the patch core v1 namespaced resource quota status operation CoreV1PatchCoreV1NamespacedResourceQuotaStatusHandler core_v1.PatchCoreV1NamespacedResourceQuotaStatusHandler // CoreV1PatchCoreV1NamespacedSecretHandler sets the operation handler for the patch core v1 namespaced secret operation CoreV1PatchCoreV1NamespacedSecretHandler core_v1.PatchCoreV1NamespacedSecretHandler // CoreV1PatchCoreV1NamespacedServiceHandler sets the operation handler for the patch core v1 namespaced service operation CoreV1PatchCoreV1NamespacedServiceHandler core_v1.PatchCoreV1NamespacedServiceHandler // CoreV1PatchCoreV1NamespacedServiceAccountHandler sets the operation handler for the patch core v1 namespaced service account operation CoreV1PatchCoreV1NamespacedServiceAccountHandler core_v1.PatchCoreV1NamespacedServiceAccountHandler // CoreV1PatchCoreV1NamespacedServiceStatusHandler sets the operation handler for the patch core v1 namespaced service status operation CoreV1PatchCoreV1NamespacedServiceStatusHandler core_v1.PatchCoreV1NamespacedServiceStatusHandler // CoreV1PatchCoreV1NodeHandler sets the operation handler for the patch core v1 node operation CoreV1PatchCoreV1NodeHandler core_v1.PatchCoreV1NodeHandler // CoreV1PatchCoreV1NodeStatusHandler sets the operation handler for the patch core v1 node status operation CoreV1PatchCoreV1NodeStatusHandler core_v1.PatchCoreV1NodeStatusHandler // CoreV1PatchCoreV1PersistentVolumeHandler sets the operation handler for the patch core v1 persistent volume operation CoreV1PatchCoreV1PersistentVolumeHandler core_v1.PatchCoreV1PersistentVolumeHandler // CoreV1PatchCoreV1PersistentVolumeStatusHandler sets the operation handler for the patch core v1 persistent volume status operation CoreV1PatchCoreV1PersistentVolumeStatusHandler core_v1.PatchCoreV1PersistentVolumeStatusHandler // DiscoveryV1beta1PatchDiscoveryV1beta1NamespacedEndpointSliceHandler sets the operation handler for the patch discovery v1beta1 namespaced endpoint slice operation DiscoveryV1beta1PatchDiscoveryV1beta1NamespacedEndpointSliceHandler discovery_v1beta1.PatchDiscoveryV1beta1NamespacedEndpointSliceHandler // EventsV1PatchEventsV1NamespacedEventHandler sets the operation handler for the patch events v1 namespaced event operation EventsV1PatchEventsV1NamespacedEventHandler events_v1.PatchEventsV1NamespacedEventHandler // EventsV1beta1PatchEventsV1beta1NamespacedEventHandler sets the operation handler for the patch events v1beta1 namespaced event operation EventsV1beta1PatchEventsV1beta1NamespacedEventHandler events_v1beta1.PatchEventsV1beta1NamespacedEventHandler // ExtensionsV1beta1PatchExtensionsV1beta1NamespacedIngressHandler sets the operation handler for the patch extensions v1beta1 namespaced ingress operation ExtensionsV1beta1PatchExtensionsV1beta1NamespacedIngressHandler extensions_v1beta1.PatchExtensionsV1beta1NamespacedIngressHandler // ExtensionsV1beta1PatchExtensionsV1beta1NamespacedIngressStatusHandler sets the operation handler for the patch extensions v1beta1 namespaced ingress status operation ExtensionsV1beta1PatchExtensionsV1beta1NamespacedIngressStatusHandler extensions_v1beta1.PatchExtensionsV1beta1NamespacedIngressStatusHandler // FlowcontrolApiserverV1alpha1PatchFlowcontrolApiserverV1alpha1FlowSchemaHandler sets the operation handler for the patch flowcontrol apiserver v1alpha1 flow schema operation FlowcontrolApiserverV1alpha1PatchFlowcontrolApiserverV1alpha1FlowSchemaHandler flowcontrol_apiserver_v1alpha1.PatchFlowcontrolApiserverV1alpha1FlowSchemaHandler // FlowcontrolApiserverV1alpha1PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusHandler sets the operation handler for the patch flowcontrol apiserver v1alpha1 flow schema status operation FlowcontrolApiserverV1alpha1PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusHandler flowcontrol_apiserver_v1alpha1.PatchFlowcontrolApiserverV1alpha1FlowSchemaStatusHandler // FlowcontrolApiserverV1alpha1PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationHandler sets the operation handler for the patch flowcontrol apiserver v1alpha1 priority level configuration operation FlowcontrolApiserverV1alpha1PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationHandler flowcontrol_apiserver_v1alpha1.PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationHandler // FlowcontrolApiserverV1alpha1PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusHandler sets the operation handler for the patch flowcontrol apiserver v1alpha1 priority level configuration status operation FlowcontrolApiserverV1alpha1PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusHandler flowcontrol_apiserver_v1alpha1.PatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusHandler // NetworkingV1PatchNetworkingV1IngressClassHandler sets the operation handler for the patch networking v1 ingress class operation NetworkingV1PatchNetworkingV1IngressClassHandler networking_v1.PatchNetworkingV1IngressClassHandler // NetworkingV1PatchNetworkingV1NamespacedIngressHandler sets the operation handler for the patch networking v1 namespaced ingress operation NetworkingV1PatchNetworkingV1NamespacedIngressHandler networking_v1.PatchNetworkingV1NamespacedIngressHandler // NetworkingV1PatchNetworkingV1NamespacedIngressStatusHandler sets the operation handler for the patch networking v1 namespaced ingress status operation NetworkingV1PatchNetworkingV1NamespacedIngressStatusHandler networking_v1.PatchNetworkingV1NamespacedIngressStatusHandler // NetworkingV1PatchNetworkingV1NamespacedNetworkPolicyHandler sets the operation handler for the patch networking v1 namespaced network policy operation NetworkingV1PatchNetworkingV1NamespacedNetworkPolicyHandler networking_v1.PatchNetworkingV1NamespacedNetworkPolicyHandler // NetworkingV1beta1PatchNetworkingV1beta1IngressClassHandler sets the operation handler for the patch networking v1beta1 ingress class operation NetworkingV1beta1PatchNetworkingV1beta1IngressClassHandler networking_v1beta1.PatchNetworkingV1beta1IngressClassHandler // NetworkingV1beta1PatchNetworkingV1beta1NamespacedIngressHandler sets the operation handler for the patch networking v1beta1 namespaced ingress operation NetworkingV1beta1PatchNetworkingV1beta1NamespacedIngressHandler networking_v1beta1.PatchNetworkingV1beta1NamespacedIngressHandler // NetworkingV1beta1PatchNetworkingV1beta1NamespacedIngressStatusHandler sets the operation handler for the patch networking v1beta1 namespaced ingress status operation NetworkingV1beta1PatchNetworkingV1beta1NamespacedIngressStatusHandler networking_v1beta1.PatchNetworkingV1beta1NamespacedIngressStatusHandler // NodeV1alpha1PatchNodeV1alpha1RuntimeClassHandler sets the operation handler for the patch node v1alpha1 runtime class operation NodeV1alpha1PatchNodeV1alpha1RuntimeClassHandler node_v1alpha1.PatchNodeV1alpha1RuntimeClassHandler // NodeV1beta1PatchNodeV1beta1RuntimeClassHandler sets the operation handler for the patch node v1beta1 runtime class operation NodeV1beta1PatchNodeV1beta1RuntimeClassHandler node_v1beta1.PatchNodeV1beta1RuntimeClassHandler // PolicyV1beta1PatchPolicyV1beta1NamespacedPodDisruptionBudgetHandler sets the operation handler for the patch policy v1beta1 namespaced pod disruption budget operation PolicyV1beta1PatchPolicyV1beta1NamespacedPodDisruptionBudgetHandler policy_v1beta1.PatchPolicyV1beta1NamespacedPodDisruptionBudgetHandler // PolicyV1beta1PatchPolicyV1beta1NamespacedPodDisruptionBudgetStatusHandler sets the operation handler for the patch policy v1beta1 namespaced pod disruption budget status operation PolicyV1beta1PatchPolicyV1beta1NamespacedPodDisruptionBudgetStatusHandler policy_v1beta1.PatchPolicyV1beta1NamespacedPodDisruptionBudgetStatusHandler // PolicyV1beta1PatchPolicyV1beta1PodSecurityPolicyHandler sets the operation handler for the patch policy v1beta1 pod security policy operation PolicyV1beta1PatchPolicyV1beta1PodSecurityPolicyHandler policy_v1beta1.PatchPolicyV1beta1PodSecurityPolicyHandler // RbacAuthorizationV1PatchRbacAuthorizationV1ClusterRoleHandler sets the operation handler for the patch rbac authorization v1 cluster role operation RbacAuthorizationV1PatchRbacAuthorizationV1ClusterRoleHandler rbac_authorization_v1.PatchRbacAuthorizationV1ClusterRoleHandler // RbacAuthorizationV1PatchRbacAuthorizationV1ClusterRoleBindingHandler sets the operation handler for the patch rbac authorization v1 cluster role binding operation RbacAuthorizationV1PatchRbacAuthorizationV1ClusterRoleBindingHandler rbac_authorization_v1.PatchRbacAuthorizationV1ClusterRoleBindingHandler // RbacAuthorizationV1PatchRbacAuthorizationV1NamespacedRoleHandler sets the operation handler for the patch rbac authorization v1 namespaced role operation RbacAuthorizationV1PatchRbacAuthorizationV1NamespacedRoleHandler rbac_authorization_v1.PatchRbacAuthorizationV1NamespacedRoleHandler // RbacAuthorizationV1PatchRbacAuthorizationV1NamespacedRoleBindingHandler sets the operation handler for the patch rbac authorization v1 namespaced role binding operation RbacAuthorizationV1PatchRbacAuthorizationV1NamespacedRoleBindingHandler rbac_authorization_v1.PatchRbacAuthorizationV1NamespacedRoleBindingHandler // RbacAuthorizationV1alpha1PatchRbacAuthorizationV1alpha1ClusterRoleHandler sets the operation handler for the patch rbac authorization v1alpha1 cluster role operation RbacAuthorizationV1alpha1PatchRbacAuthorizationV1alpha1ClusterRoleHandler rbac_authorization_v1alpha1.PatchRbacAuthorizationV1alpha1ClusterRoleHandler // RbacAuthorizationV1alpha1PatchRbacAuthorizationV1alpha1ClusterRoleBindingHandler sets the operation handler for the patch rbac authorization v1alpha1 cluster role binding operation RbacAuthorizationV1alpha1PatchRbacAuthorizationV1alpha1ClusterRoleBindingHandler rbac_authorization_v1alpha1.PatchRbacAuthorizationV1alpha1ClusterRoleBindingHandler // RbacAuthorizationV1alpha1PatchRbacAuthorizationV1alpha1NamespacedRoleHandler sets the operation handler for the patch rbac authorization v1alpha1 namespaced role operation RbacAuthorizationV1alpha1PatchRbacAuthorizationV1alpha1NamespacedRoleHandler rbac_authorization_v1alpha1.PatchRbacAuthorizationV1alpha1NamespacedRoleHandler // RbacAuthorizationV1alpha1PatchRbacAuthorizationV1alpha1NamespacedRoleBindingHandler sets the operation handler for the patch rbac authorization v1alpha1 namespaced role binding operation RbacAuthorizationV1alpha1PatchRbacAuthorizationV1alpha1NamespacedRoleBindingHandler rbac_authorization_v1alpha1.PatchRbacAuthorizationV1alpha1NamespacedRoleBindingHandler // RbacAuthorizationV1beta1PatchRbacAuthorizationV1beta1ClusterRoleHandler sets the operation handler for the patch rbac authorization v1beta1 cluster role operation RbacAuthorizationV1beta1PatchRbacAuthorizationV1beta1ClusterRoleHandler rbac_authorization_v1beta1.PatchRbacAuthorizationV1beta1ClusterRoleHandler // RbacAuthorizationV1beta1PatchRbacAuthorizationV1beta1ClusterRoleBindingHandler sets the operation handler for the patch rbac authorization v1beta1 cluster role binding operation RbacAuthorizationV1beta1PatchRbacAuthorizationV1beta1ClusterRoleBindingHandler rbac_authorization_v1beta1.PatchRbacAuthorizationV1beta1ClusterRoleBindingHandler // RbacAuthorizationV1beta1PatchRbacAuthorizationV1beta1NamespacedRoleHandler sets the operation handler for the patch rbac authorization v1beta1 namespaced role operation RbacAuthorizationV1beta1PatchRbacAuthorizationV1beta1NamespacedRoleHandler rbac_authorization_v1beta1.PatchRbacAuthorizationV1beta1NamespacedRoleHandler // RbacAuthorizationV1beta1PatchRbacAuthorizationV1beta1NamespacedRoleBindingHandler sets the operation handler for the patch rbac authorization v1beta1 namespaced role binding operation RbacAuthorizationV1beta1PatchRbacAuthorizationV1beta1NamespacedRoleBindingHandler rbac_authorization_v1beta1.PatchRbacAuthorizationV1beta1NamespacedRoleBindingHandler // SchedulingV1PatchSchedulingV1PriorityClassHandler sets the operation handler for the patch scheduling v1 priority class operation SchedulingV1PatchSchedulingV1PriorityClassHandler scheduling_v1.PatchSchedulingV1PriorityClassHandler // SchedulingV1alpha1PatchSchedulingV1alpha1PriorityClassHandler sets the operation handler for the patch scheduling v1alpha1 priority class operation SchedulingV1alpha1PatchSchedulingV1alpha1PriorityClassHandler scheduling_v1alpha1.PatchSchedulingV1alpha1PriorityClassHandler // SchedulingV1beta1PatchSchedulingV1beta1PriorityClassHandler sets the operation handler for the patch scheduling v1beta1 priority class operation SchedulingV1beta1PatchSchedulingV1beta1PriorityClassHandler scheduling_v1beta1.PatchSchedulingV1beta1PriorityClassHandler // SettingsV1alpha1PatchSettingsV1alpha1NamespacedPodPresetHandler sets the operation handler for the patch settings v1alpha1 namespaced pod preset operation SettingsV1alpha1PatchSettingsV1alpha1NamespacedPodPresetHandler settings_v1alpha1.PatchSettingsV1alpha1NamespacedPodPresetHandler // StorageV1PatchStorageV1CSIDriverHandler sets the operation handler for the patch storage v1 c s i driver operation StorageV1PatchStorageV1CSIDriverHandler storage_v1.PatchStorageV1CSIDriverHandler // StorageV1PatchStorageV1CSINodeHandler sets the operation handler for the patch storage v1 c s i node operation StorageV1PatchStorageV1CSINodeHandler storage_v1.PatchStorageV1CSINodeHandler // StorageV1PatchStorageV1StorageClassHandler sets the operation handler for the patch storage v1 storage class operation StorageV1PatchStorageV1StorageClassHandler storage_v1.PatchStorageV1StorageClassHandler // StorageV1PatchStorageV1VolumeAttachmentHandler sets the operation handler for the patch storage v1 volume attachment operation StorageV1PatchStorageV1VolumeAttachmentHandler storage_v1.PatchStorageV1VolumeAttachmentHandler // StorageV1PatchStorageV1VolumeAttachmentStatusHandler sets the operation handler for the patch storage v1 volume attachment status operation StorageV1PatchStorageV1VolumeAttachmentStatusHandler storage_v1.PatchStorageV1VolumeAttachmentStatusHandler // StorageV1alpha1PatchStorageV1alpha1VolumeAttachmentHandler sets the operation handler for the patch storage v1alpha1 volume attachment operation StorageV1alpha1PatchStorageV1alpha1VolumeAttachmentHandler storage_v1alpha1.PatchStorageV1alpha1VolumeAttachmentHandler // StorageV1beta1PatchStorageV1beta1CSIDriverHandler sets the operation handler for the patch storage v1beta1 c s i driver operation StorageV1beta1PatchStorageV1beta1CSIDriverHandler storage_v1beta1.PatchStorageV1beta1CSIDriverHandler // StorageV1beta1PatchStorageV1beta1CSINodeHandler sets the operation handler for the patch storage v1beta1 c s i node operation StorageV1beta1PatchStorageV1beta1CSINodeHandler storage_v1beta1.PatchStorageV1beta1CSINodeHandler // StorageV1beta1PatchStorageV1beta1StorageClassHandler sets the operation handler for the patch storage v1beta1 storage class operation StorageV1beta1PatchStorageV1beta1StorageClassHandler storage_v1beta1.PatchStorageV1beta1StorageClassHandler // StorageV1beta1PatchStorageV1beta1VolumeAttachmentHandler sets the operation handler for the patch storage v1beta1 volume attachment operation StorageV1beta1PatchStorageV1beta1VolumeAttachmentHandler storage_v1beta1.PatchStorageV1beta1VolumeAttachmentHandler // AdmissionregistrationV1ReadAdmissionregistrationV1MutatingWebhookConfigurationHandler sets the operation handler for the read admissionregistration v1 mutating webhook configuration operation AdmissionregistrationV1ReadAdmissionregistrationV1MutatingWebhookConfigurationHandler admissionregistration_v1.ReadAdmissionregistrationV1MutatingWebhookConfigurationHandler // AdmissionregistrationV1ReadAdmissionregistrationV1ValidatingWebhookConfigurationHandler sets the operation handler for the read admissionregistration v1 validating webhook configuration operation AdmissionregistrationV1ReadAdmissionregistrationV1ValidatingWebhookConfigurationHandler admissionregistration_v1.ReadAdmissionregistrationV1ValidatingWebhookConfigurationHandler // AdmissionregistrationV1beta1ReadAdmissionregistrationV1beta1MutatingWebhookConfigurationHandler sets the operation handler for the read admissionregistration v1beta1 mutating webhook configuration operation AdmissionregistrationV1beta1ReadAdmissionregistrationV1beta1MutatingWebhookConfigurationHandler admissionregistration_v1beta1.ReadAdmissionregistrationV1beta1MutatingWebhookConfigurationHandler // AdmissionregistrationV1beta1ReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationHandler sets the operation handler for the read admissionregistration v1beta1 validating webhook configuration operation AdmissionregistrationV1beta1ReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationHandler admissionregistration_v1beta1.ReadAdmissionregistrationV1beta1ValidatingWebhookConfigurationHandler // ApiextensionsV1ReadApiextensionsV1CustomResourceDefinitionHandler sets the operation handler for the read apiextensions v1 custom resource definition operation ApiextensionsV1ReadApiextensionsV1CustomResourceDefinitionHandler apiextensions_v1.ReadApiextensionsV1CustomResourceDefinitionHandler // ApiextensionsV1ReadApiextensionsV1CustomResourceDefinitionStatusHandler sets the operation handler for the read apiextensions v1 custom resource definition status operation ApiextensionsV1ReadApiextensionsV1CustomResourceDefinitionStatusHandler apiextensions_v1.ReadApiextensionsV1CustomResourceDefinitionStatusHandler // ApiextensionsV1beta1ReadApiextensionsV1beta1CustomResourceDefinitionHandler sets the operation handler for the read apiextensions v1beta1 custom resource definition operation ApiextensionsV1beta1ReadApiextensionsV1beta1CustomResourceDefinitionHandler apiextensions_v1beta1.ReadApiextensionsV1beta1CustomResourceDefinitionHandler // ApiextensionsV1beta1ReadApiextensionsV1beta1CustomResourceDefinitionStatusHandler sets the operation handler for the read apiextensions v1beta1 custom resource definition status operation ApiextensionsV1beta1ReadApiextensionsV1beta1CustomResourceDefinitionStatusHandler apiextensions_v1beta1.ReadApiextensionsV1beta1CustomResourceDefinitionStatusHandler // ApiregistrationV1ReadApiregistrationV1APIServiceHandler sets the operation handler for the read apiregistration v1 API service operation ApiregistrationV1ReadApiregistrationV1APIServiceHandler apiregistration_v1.ReadApiregistrationV1APIServiceHandler // ApiregistrationV1ReadApiregistrationV1APIServiceStatusHandler sets the operation handler for the read apiregistration v1 API service status operation ApiregistrationV1ReadApiregistrationV1APIServiceStatusHandler apiregistration_v1.ReadApiregistrationV1APIServiceStatusHandler // ApiregistrationV1beta1ReadApiregistrationV1beta1APIServiceHandler sets the operation handler for the read apiregistration v1beta1 API service operation ApiregistrationV1beta1ReadApiregistrationV1beta1APIServiceHandler apiregistration_v1beta1.ReadApiregistrationV1beta1APIServiceHandler // ApiregistrationV1beta1ReadApiregistrationV1beta1APIServiceStatusHandler sets the operation handler for the read apiregistration v1beta1 API service status operation ApiregistrationV1beta1ReadApiregistrationV1beta1APIServiceStatusHandler apiregistration_v1beta1.ReadApiregistrationV1beta1APIServiceStatusHandler // AppsV1ReadAppsV1NamespacedControllerRevisionHandler sets the operation handler for the read apps v1 namespaced controller revision operation AppsV1ReadAppsV1NamespacedControllerRevisionHandler apps_v1.ReadAppsV1NamespacedControllerRevisionHandler // AppsV1ReadAppsV1NamespacedDaemonSetHandler sets the operation handler for the read apps v1 namespaced daemon set operation AppsV1ReadAppsV1NamespacedDaemonSetHandler apps_v1.ReadAppsV1NamespacedDaemonSetHandler // AppsV1ReadAppsV1NamespacedDaemonSetStatusHandler sets the operation handler for the read apps v1 namespaced daemon set status operation AppsV1ReadAppsV1NamespacedDaemonSetStatusHandler apps_v1.ReadAppsV1NamespacedDaemonSetStatusHandler // AppsV1ReadAppsV1NamespacedDeploymentHandler sets the operation handler for the read apps v1 namespaced deployment operation AppsV1ReadAppsV1NamespacedDeploymentHandler apps_v1.ReadAppsV1NamespacedDeploymentHandler // AppsV1ReadAppsV1NamespacedDeploymentScaleHandler sets the operation handler for the read apps v1 namespaced deployment scale operation AppsV1ReadAppsV1NamespacedDeploymentScaleHandler apps_v1.ReadAppsV1NamespacedDeploymentScaleHandler // AppsV1ReadAppsV1NamespacedDeploymentStatusHandler sets the operation handler for the read apps v1 namespaced deployment status operation AppsV1ReadAppsV1NamespacedDeploymentStatusHandler apps_v1.ReadAppsV1NamespacedDeploymentStatusHandler // AppsV1ReadAppsV1NamespacedReplicaSetHandler sets the operation handler for the read apps v1 namespaced replica set operation AppsV1ReadAppsV1NamespacedReplicaSetHandler apps_v1.ReadAppsV1NamespacedReplicaSetHandler // AppsV1ReadAppsV1NamespacedReplicaSetScaleHandler sets the operation handler for the read apps v1 namespaced replica set scale operation AppsV1ReadAppsV1NamespacedReplicaSetScaleHandler apps_v1.ReadAppsV1NamespacedReplicaSetScaleHandler // AppsV1ReadAppsV1NamespacedReplicaSetStatusHandler sets the operation handler for the read apps v1 namespaced replica set status operation AppsV1ReadAppsV1NamespacedReplicaSetStatusHandler apps_v1.ReadAppsV1NamespacedReplicaSetStatusHandler // AppsV1ReadAppsV1NamespacedStatefulSetHandler sets the operation handler for the read apps v1 namespaced stateful set operation AppsV1ReadAppsV1NamespacedStatefulSetHandler apps_v1.ReadAppsV1NamespacedStatefulSetHandler // AppsV1ReadAppsV1NamespacedStatefulSetScaleHandler sets the operation handler for the read apps v1 namespaced stateful set scale operation AppsV1ReadAppsV1NamespacedStatefulSetScaleHandler apps_v1.ReadAppsV1NamespacedStatefulSetScaleHandler // AppsV1ReadAppsV1NamespacedStatefulSetStatusHandler sets the operation handler for the read apps v1 namespaced stateful set status operation AppsV1ReadAppsV1NamespacedStatefulSetStatusHandler apps_v1.ReadAppsV1NamespacedStatefulSetStatusHandler // AutoscalingV1ReadAutoscalingV1NamespacedHorizontalPodAutoscalerHandler sets the operation handler for the read autoscaling v1 namespaced horizontal pod autoscaler operation AutoscalingV1ReadAutoscalingV1NamespacedHorizontalPodAutoscalerHandler autoscaling_v1.ReadAutoscalingV1NamespacedHorizontalPodAutoscalerHandler // AutoscalingV1ReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatusHandler sets the operation handler for the read autoscaling v1 namespaced horizontal pod autoscaler status operation AutoscalingV1ReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatusHandler autoscaling_v1.ReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatusHandler // AutoscalingV2beta1ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerHandler sets the operation handler for the read autoscaling v2beta1 namespaced horizontal pod autoscaler operation AutoscalingV2beta1ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerHandler autoscaling_v2beta1.ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerHandler // AutoscalingV2beta1ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusHandler sets the operation handler for the read autoscaling v2beta1 namespaced horizontal pod autoscaler status operation AutoscalingV2beta1ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusHandler autoscaling_v2beta1.ReadAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusHandler // AutoscalingV2beta2ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerHandler sets the operation handler for the read autoscaling v2beta2 namespaced horizontal pod autoscaler operation AutoscalingV2beta2ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerHandler autoscaling_v2beta2.ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerHandler // AutoscalingV2beta2ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusHandler sets the operation handler for the read autoscaling v2beta2 namespaced horizontal pod autoscaler status operation AutoscalingV2beta2ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusHandler autoscaling_v2beta2.ReadAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusHandler // BatchV1ReadBatchV1NamespacedJobHandler sets the operation handler for the read batch v1 namespaced job operation BatchV1ReadBatchV1NamespacedJobHandler batch_v1.ReadBatchV1NamespacedJobHandler // BatchV1ReadBatchV1NamespacedJobStatusHandler sets the operation handler for the read batch v1 namespaced job status operation BatchV1ReadBatchV1NamespacedJobStatusHandler batch_v1.ReadBatchV1NamespacedJobStatusHandler // BatchV1beta1ReadBatchV1beta1NamespacedCronJobHandler sets the operation handler for the read batch v1beta1 namespaced cron job operation BatchV1beta1ReadBatchV1beta1NamespacedCronJobHandler batch_v1beta1.ReadBatchV1beta1NamespacedCronJobHandler // BatchV1beta1ReadBatchV1beta1NamespacedCronJobStatusHandler sets the operation handler for the read batch v1beta1 namespaced cron job status operation BatchV1beta1ReadBatchV1beta1NamespacedCronJobStatusHandler batch_v1beta1.ReadBatchV1beta1NamespacedCronJobStatusHandler // BatchV2alpha1ReadBatchV2alpha1NamespacedCronJobHandler sets the operation handler for the read batch v2alpha1 namespaced cron job operation BatchV2alpha1ReadBatchV2alpha1NamespacedCronJobHandler batch_v2alpha1.ReadBatchV2alpha1NamespacedCronJobHandler // BatchV2alpha1ReadBatchV2alpha1NamespacedCronJobStatusHandler sets the operation handler for the read batch v2alpha1 namespaced cron job status operation BatchV2alpha1ReadBatchV2alpha1NamespacedCronJobStatusHandler batch_v2alpha1.ReadBatchV2alpha1NamespacedCronJobStatusHandler // CertificatesV1ReadCertificatesV1CertificateSigningRequestHandler sets the operation handler for the read certificates v1 certificate signing request operation CertificatesV1ReadCertificatesV1CertificateSigningRequestHandler certificates_v1.ReadCertificatesV1CertificateSigningRequestHandler // CertificatesV1ReadCertificatesV1CertificateSigningRequestApprovalHandler sets the operation handler for the read certificates v1 certificate signing request approval operation CertificatesV1ReadCertificatesV1CertificateSigningRequestApprovalHandler certificates_v1.ReadCertificatesV1CertificateSigningRequestApprovalHandler // CertificatesV1ReadCertificatesV1CertificateSigningRequestStatusHandler sets the operation handler for the read certificates v1 certificate signing request status operation CertificatesV1ReadCertificatesV1CertificateSigningRequestStatusHandler certificates_v1.ReadCertificatesV1CertificateSigningRequestStatusHandler // CertificatesV1beta1ReadCertificatesV1beta1CertificateSigningRequestHandler sets the operation handler for the read certificates v1beta1 certificate signing request operation CertificatesV1beta1ReadCertificatesV1beta1CertificateSigningRequestHandler certificates_v1beta1.ReadCertificatesV1beta1CertificateSigningRequestHandler // CertificatesV1beta1ReadCertificatesV1beta1CertificateSigningRequestApprovalHandler sets the operation handler for the read certificates v1beta1 certificate signing request approval operation CertificatesV1beta1ReadCertificatesV1beta1CertificateSigningRequestApprovalHandler certificates_v1beta1.ReadCertificatesV1beta1CertificateSigningRequestApprovalHandler // CertificatesV1beta1ReadCertificatesV1beta1CertificateSigningRequestStatusHandler sets the operation handler for the read certificates v1beta1 certificate signing request status operation CertificatesV1beta1ReadCertificatesV1beta1CertificateSigningRequestStatusHandler certificates_v1beta1.ReadCertificatesV1beta1CertificateSigningRequestStatusHandler // CoordinationV1ReadCoordinationV1NamespacedLeaseHandler sets the operation handler for the read coordination v1 namespaced lease operation CoordinationV1ReadCoordinationV1NamespacedLeaseHandler coordination_v1.ReadCoordinationV1NamespacedLeaseHandler // CoordinationV1beta1ReadCoordinationV1beta1NamespacedLeaseHandler sets the operation handler for the read coordination v1beta1 namespaced lease operation CoordinationV1beta1ReadCoordinationV1beta1NamespacedLeaseHandler coordination_v1beta1.ReadCoordinationV1beta1NamespacedLeaseHandler // CoreV1ReadCoreV1ComponentStatusHandler sets the operation handler for the read core v1 component status operation CoreV1ReadCoreV1ComponentStatusHandler core_v1.ReadCoreV1ComponentStatusHandler // CoreV1ReadCoreV1NamespaceHandler sets the operation handler for the read core v1 namespace operation CoreV1ReadCoreV1NamespaceHandler core_v1.ReadCoreV1NamespaceHandler // CoreV1ReadCoreV1NamespaceStatusHandler sets the operation handler for the read core v1 namespace status operation CoreV1ReadCoreV1NamespaceStatusHandler core_v1.ReadCoreV1NamespaceStatusHandler // CoreV1ReadCoreV1NamespacedConfigMapHandler sets the operation handler for the read core v1 namespaced config map operation CoreV1ReadCoreV1NamespacedConfigMapHandler core_v1.ReadCoreV1NamespacedConfigMapHandler // CoreV1ReadCoreV1NamespacedEndpointsHandler sets the operation handler for the read core v1 namespaced endpoints operation CoreV1ReadCoreV1NamespacedEndpointsHandler core_v1.ReadCoreV1NamespacedEndpointsHandler // CoreV1ReadCoreV1NamespacedEventHandler sets the operation handler for the read core v1 namespaced event operation CoreV1ReadCoreV1NamespacedEventHandler core_v1.ReadCoreV1NamespacedEventHandler // CoreV1ReadCoreV1NamespacedLimitRangeHandler sets the operation handler for the read core v1 namespaced limit range operation CoreV1ReadCoreV1NamespacedLimitRangeHandler core_v1.ReadCoreV1NamespacedLimitRangeHandler // CoreV1ReadCoreV1NamespacedPersistentVolumeClaimHandler sets the operation handler for the read core v1 namespaced persistent volume claim operation CoreV1ReadCoreV1NamespacedPersistentVolumeClaimHandler core_v1.ReadCoreV1NamespacedPersistentVolumeClaimHandler // CoreV1ReadCoreV1NamespacedPersistentVolumeClaimStatusHandler sets the operation handler for the read core v1 namespaced persistent volume claim status operation CoreV1ReadCoreV1NamespacedPersistentVolumeClaimStatusHandler core_v1.ReadCoreV1NamespacedPersistentVolumeClaimStatusHandler // CoreV1ReadCoreV1NamespacedPodHandler sets the operation handler for the read core v1 namespaced pod operation CoreV1ReadCoreV1NamespacedPodHandler core_v1.ReadCoreV1NamespacedPodHandler // CoreV1ReadCoreV1NamespacedPodLogHandler sets the operation handler for the read core v1 namespaced pod log operation CoreV1ReadCoreV1NamespacedPodLogHandler core_v1.ReadCoreV1NamespacedPodLogHandler // CoreV1ReadCoreV1NamespacedPodStatusHandler sets the operation handler for the read core v1 namespaced pod status operation CoreV1ReadCoreV1NamespacedPodStatusHandler core_v1.ReadCoreV1NamespacedPodStatusHandler // CoreV1ReadCoreV1NamespacedPodTemplateHandler sets the operation handler for the read core v1 namespaced pod template operation CoreV1ReadCoreV1NamespacedPodTemplateHandler core_v1.ReadCoreV1NamespacedPodTemplateHandler // CoreV1ReadCoreV1NamespacedReplicationControllerHandler sets the operation handler for the read core v1 namespaced replication controller operation CoreV1ReadCoreV1NamespacedReplicationControllerHandler core_v1.ReadCoreV1NamespacedReplicationControllerHandler // CoreV1ReadCoreV1NamespacedReplicationControllerScaleHandler sets the operation handler for the read core v1 namespaced replication controller scale operation CoreV1ReadCoreV1NamespacedReplicationControllerScaleHandler core_v1.ReadCoreV1NamespacedReplicationControllerScaleHandler // CoreV1ReadCoreV1NamespacedReplicationControllerStatusHandler sets the operation handler for the read core v1 namespaced replication controller status operation CoreV1ReadCoreV1NamespacedReplicationControllerStatusHandler core_v1.ReadCoreV1NamespacedReplicationControllerStatusHandler // CoreV1ReadCoreV1NamespacedResourceQuotaHandler sets the operation handler for the read core v1 namespaced resource quota operation CoreV1ReadCoreV1NamespacedResourceQuotaHandler core_v1.ReadCoreV1NamespacedResourceQuotaHandler // CoreV1ReadCoreV1NamespacedResourceQuotaStatusHandler sets the operation handler for the read core v1 namespaced resource quota status operation CoreV1ReadCoreV1NamespacedResourceQuotaStatusHandler core_v1.ReadCoreV1NamespacedResourceQuotaStatusHandler // CoreV1ReadCoreV1NamespacedSecretHandler sets the operation handler for the read core v1 namespaced secret operation CoreV1ReadCoreV1NamespacedSecretHandler core_v1.ReadCoreV1NamespacedSecretHandler // CoreV1ReadCoreV1NamespacedServiceHandler sets the operation handler for the read core v1 namespaced service operation CoreV1ReadCoreV1NamespacedServiceHandler core_v1.ReadCoreV1NamespacedServiceHandler // CoreV1ReadCoreV1NamespacedServiceAccountHandler sets the operation handler for the read core v1 namespaced service account operation CoreV1ReadCoreV1NamespacedServiceAccountHandler core_v1.ReadCoreV1NamespacedServiceAccountHandler // CoreV1ReadCoreV1NamespacedServiceStatusHandler sets the operation handler for the read core v1 namespaced service status operation CoreV1ReadCoreV1NamespacedServiceStatusHandler core_v1.ReadCoreV1NamespacedServiceStatusHandler // CoreV1ReadCoreV1NodeHandler sets the operation handler for the read core v1 node operation CoreV1ReadCoreV1NodeHandler core_v1.ReadCoreV1NodeHandler // CoreV1ReadCoreV1NodeStatusHandler sets the operation handler for the read core v1 node status operation CoreV1ReadCoreV1NodeStatusHandler core_v1.ReadCoreV1NodeStatusHandler // CoreV1ReadCoreV1PersistentVolumeHandler sets the operation handler for the read core v1 persistent volume operation CoreV1ReadCoreV1PersistentVolumeHandler core_v1.ReadCoreV1PersistentVolumeHandler // CoreV1ReadCoreV1PersistentVolumeStatusHandler sets the operation handler for the read core v1 persistent volume status operation CoreV1ReadCoreV1PersistentVolumeStatusHandler core_v1.ReadCoreV1PersistentVolumeStatusHandler // DiscoveryV1beta1ReadDiscoveryV1beta1NamespacedEndpointSliceHandler sets the operation handler for the read discovery v1beta1 namespaced endpoint slice operation DiscoveryV1beta1ReadDiscoveryV1beta1NamespacedEndpointSliceHandler discovery_v1beta1.ReadDiscoveryV1beta1NamespacedEndpointSliceHandler // EventsV1ReadEventsV1NamespacedEventHandler sets the operation handler for the read events v1 namespaced event operation EventsV1ReadEventsV1NamespacedEventHandler events_v1.ReadEventsV1NamespacedEventHandler // EventsV1beta1ReadEventsV1beta1NamespacedEventHandler sets the operation handler for the read events v1beta1 namespaced event operation EventsV1beta1ReadEventsV1beta1NamespacedEventHandler events_v1beta1.ReadEventsV1beta1NamespacedEventHandler // ExtensionsV1beta1ReadExtensionsV1beta1NamespacedIngressHandler sets the operation handler for the read extensions v1beta1 namespaced ingress operation ExtensionsV1beta1ReadExtensionsV1beta1NamespacedIngressHandler extensions_v1beta1.ReadExtensionsV1beta1NamespacedIngressHandler // ExtensionsV1beta1ReadExtensionsV1beta1NamespacedIngressStatusHandler sets the operation handler for the read extensions v1beta1 namespaced ingress status operation ExtensionsV1beta1ReadExtensionsV1beta1NamespacedIngressStatusHandler extensions_v1beta1.ReadExtensionsV1beta1NamespacedIngressStatusHandler // FlowcontrolApiserverV1alpha1ReadFlowcontrolApiserverV1alpha1FlowSchemaHandler sets the operation handler for the read flowcontrol apiserver v1alpha1 flow schema operation FlowcontrolApiserverV1alpha1ReadFlowcontrolApiserverV1alpha1FlowSchemaHandler flowcontrol_apiserver_v1alpha1.ReadFlowcontrolApiserverV1alpha1FlowSchemaHandler // FlowcontrolApiserverV1alpha1ReadFlowcontrolApiserverV1alpha1FlowSchemaStatusHandler sets the operation handler for the read flowcontrol apiserver v1alpha1 flow schema status operation FlowcontrolApiserverV1alpha1ReadFlowcontrolApiserverV1alpha1FlowSchemaStatusHandler flowcontrol_apiserver_v1alpha1.ReadFlowcontrolApiserverV1alpha1FlowSchemaStatusHandler // FlowcontrolApiserverV1alpha1ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationHandler sets the operation handler for the read flowcontrol apiserver v1alpha1 priority level configuration operation FlowcontrolApiserverV1alpha1ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationHandler flowcontrol_apiserver_v1alpha1.ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationHandler // FlowcontrolApiserverV1alpha1ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusHandler sets the operation handler for the read flowcontrol apiserver v1alpha1 priority level configuration status operation FlowcontrolApiserverV1alpha1ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusHandler flowcontrol_apiserver_v1alpha1.ReadFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusHandler // NetworkingV1ReadNetworkingV1IngressClassHandler sets the operation handler for the read networking v1 ingress class operation NetworkingV1ReadNetworkingV1IngressClassHandler networking_v1.ReadNetworkingV1IngressClassHandler // NetworkingV1ReadNetworkingV1NamespacedIngressHandler sets the operation handler for the read networking v1 namespaced ingress operation NetworkingV1ReadNetworkingV1NamespacedIngressHandler networking_v1.ReadNetworkingV1NamespacedIngressHandler // NetworkingV1ReadNetworkingV1NamespacedIngressStatusHandler sets the operation handler for the read networking v1 namespaced ingress status operation NetworkingV1ReadNetworkingV1NamespacedIngressStatusHandler networking_v1.ReadNetworkingV1NamespacedIngressStatusHandler // NetworkingV1ReadNetworkingV1NamespacedNetworkPolicyHandler sets the operation handler for the read networking v1 namespaced network policy operation NetworkingV1ReadNetworkingV1NamespacedNetworkPolicyHandler networking_v1.ReadNetworkingV1NamespacedNetworkPolicyHandler // NetworkingV1beta1ReadNetworkingV1beta1IngressClassHandler sets the operation handler for the read networking v1beta1 ingress class operation NetworkingV1beta1ReadNetworkingV1beta1IngressClassHandler networking_v1beta1.ReadNetworkingV1beta1IngressClassHandler // NetworkingV1beta1ReadNetworkingV1beta1NamespacedIngressHandler sets the operation handler for the read networking v1beta1 namespaced ingress operation NetworkingV1beta1ReadNetworkingV1beta1NamespacedIngressHandler networking_v1beta1.ReadNetworkingV1beta1NamespacedIngressHandler // NetworkingV1beta1ReadNetworkingV1beta1NamespacedIngressStatusHandler sets the operation handler for the read networking v1beta1 namespaced ingress status operation NetworkingV1beta1ReadNetworkingV1beta1NamespacedIngressStatusHandler networking_v1beta1.ReadNetworkingV1beta1NamespacedIngressStatusHandler // NodeV1alpha1ReadNodeV1alpha1RuntimeClassHandler sets the operation handler for the read node v1alpha1 runtime class operation NodeV1alpha1ReadNodeV1alpha1RuntimeClassHandler node_v1alpha1.ReadNodeV1alpha1RuntimeClassHandler // NodeV1beta1ReadNodeV1beta1RuntimeClassHandler sets the operation handler for the read node v1beta1 runtime class operation NodeV1beta1ReadNodeV1beta1RuntimeClassHandler node_v1beta1.ReadNodeV1beta1RuntimeClassHandler // PolicyV1beta1ReadPolicyV1beta1NamespacedPodDisruptionBudgetHandler sets the operation handler for the read policy v1beta1 namespaced pod disruption budget operation PolicyV1beta1ReadPolicyV1beta1NamespacedPodDisruptionBudgetHandler policy_v1beta1.ReadPolicyV1beta1NamespacedPodDisruptionBudgetHandler // PolicyV1beta1ReadPolicyV1beta1NamespacedPodDisruptionBudgetStatusHandler sets the operation handler for the read policy v1beta1 namespaced pod disruption budget status operation PolicyV1beta1ReadPolicyV1beta1NamespacedPodDisruptionBudgetStatusHandler policy_v1beta1.ReadPolicyV1beta1NamespacedPodDisruptionBudgetStatusHandler // PolicyV1beta1ReadPolicyV1beta1PodSecurityPolicyHandler sets the operation handler for the read policy v1beta1 pod security policy operation PolicyV1beta1ReadPolicyV1beta1PodSecurityPolicyHandler policy_v1beta1.ReadPolicyV1beta1PodSecurityPolicyHandler // RbacAuthorizationV1ReadRbacAuthorizationV1ClusterRoleHandler sets the operation handler for the read rbac authorization v1 cluster role operation RbacAuthorizationV1ReadRbacAuthorizationV1ClusterRoleHandler rbac_authorization_v1.ReadRbacAuthorizationV1ClusterRoleHandler // RbacAuthorizationV1ReadRbacAuthorizationV1ClusterRoleBindingHandler sets the operation handler for the read rbac authorization v1 cluster role binding operation RbacAuthorizationV1ReadRbacAuthorizationV1ClusterRoleBindingHandler rbac_authorization_v1.ReadRbacAuthorizationV1ClusterRoleBindingHandler // RbacAuthorizationV1ReadRbacAuthorizationV1NamespacedRoleHandler sets the operation handler for the read rbac authorization v1 namespaced role operation RbacAuthorizationV1ReadRbacAuthorizationV1NamespacedRoleHandler rbac_authorization_v1.ReadRbacAuthorizationV1NamespacedRoleHandler // RbacAuthorizationV1ReadRbacAuthorizationV1NamespacedRoleBindingHandler sets the operation handler for the read rbac authorization v1 namespaced role binding operation RbacAuthorizationV1ReadRbacAuthorizationV1NamespacedRoleBindingHandler rbac_authorization_v1.ReadRbacAuthorizationV1NamespacedRoleBindingHandler // RbacAuthorizationV1alpha1ReadRbacAuthorizationV1alpha1ClusterRoleHandler sets the operation handler for the read rbac authorization v1alpha1 cluster role operation RbacAuthorizationV1alpha1ReadRbacAuthorizationV1alpha1ClusterRoleHandler rbac_authorization_v1alpha1.ReadRbacAuthorizationV1alpha1ClusterRoleHandler // RbacAuthorizationV1alpha1ReadRbacAuthorizationV1alpha1ClusterRoleBindingHandler sets the operation handler for the read rbac authorization v1alpha1 cluster role binding operation RbacAuthorizationV1alpha1ReadRbacAuthorizationV1alpha1ClusterRoleBindingHandler rbac_authorization_v1alpha1.ReadRbacAuthorizationV1alpha1ClusterRoleBindingHandler // RbacAuthorizationV1alpha1ReadRbacAuthorizationV1alpha1NamespacedRoleHandler sets the operation handler for the read rbac authorization v1alpha1 namespaced role operation RbacAuthorizationV1alpha1ReadRbacAuthorizationV1alpha1NamespacedRoleHandler rbac_authorization_v1alpha1.ReadRbacAuthorizationV1alpha1NamespacedRoleHandler // RbacAuthorizationV1alpha1ReadRbacAuthorizationV1alpha1NamespacedRoleBindingHandler sets the operation handler for the read rbac authorization v1alpha1 namespaced role binding operation RbacAuthorizationV1alpha1ReadRbacAuthorizationV1alpha1NamespacedRoleBindingHandler rbac_authorization_v1alpha1.ReadRbacAuthorizationV1alpha1NamespacedRoleBindingHandler // RbacAuthorizationV1beta1ReadRbacAuthorizationV1beta1ClusterRoleHandler sets the operation handler for the read rbac authorization v1beta1 cluster role operation RbacAuthorizationV1beta1ReadRbacAuthorizationV1beta1ClusterRoleHandler rbac_authorization_v1beta1.ReadRbacAuthorizationV1beta1ClusterRoleHandler // RbacAuthorizationV1beta1ReadRbacAuthorizationV1beta1ClusterRoleBindingHandler sets the operation handler for the read rbac authorization v1beta1 cluster role binding operation RbacAuthorizationV1beta1ReadRbacAuthorizationV1beta1ClusterRoleBindingHandler rbac_authorization_v1beta1.ReadRbacAuthorizationV1beta1ClusterRoleBindingHandler // RbacAuthorizationV1beta1ReadRbacAuthorizationV1beta1NamespacedRoleHandler sets the operation handler for the read rbac authorization v1beta1 namespaced role operation RbacAuthorizationV1beta1ReadRbacAuthorizationV1beta1NamespacedRoleHandler rbac_authorization_v1beta1.ReadRbacAuthorizationV1beta1NamespacedRoleHandler // RbacAuthorizationV1beta1ReadRbacAuthorizationV1beta1NamespacedRoleBindingHandler sets the operation handler for the read rbac authorization v1beta1 namespaced role binding operation RbacAuthorizationV1beta1ReadRbacAuthorizationV1beta1NamespacedRoleBindingHandler rbac_authorization_v1beta1.ReadRbacAuthorizationV1beta1NamespacedRoleBindingHandler // SchedulingV1ReadSchedulingV1PriorityClassHandler sets the operation handler for the read scheduling v1 priority class operation SchedulingV1ReadSchedulingV1PriorityClassHandler scheduling_v1.ReadSchedulingV1PriorityClassHandler // SchedulingV1alpha1ReadSchedulingV1alpha1PriorityClassHandler sets the operation handler for the read scheduling v1alpha1 priority class operation SchedulingV1alpha1ReadSchedulingV1alpha1PriorityClassHandler scheduling_v1alpha1.ReadSchedulingV1alpha1PriorityClassHandler // SchedulingV1beta1ReadSchedulingV1beta1PriorityClassHandler sets the operation handler for the read scheduling v1beta1 priority class operation SchedulingV1beta1ReadSchedulingV1beta1PriorityClassHandler scheduling_v1beta1.ReadSchedulingV1beta1PriorityClassHandler // SettingsV1alpha1ReadSettingsV1alpha1NamespacedPodPresetHandler sets the operation handler for the read settings v1alpha1 namespaced pod preset operation SettingsV1alpha1ReadSettingsV1alpha1NamespacedPodPresetHandler settings_v1alpha1.ReadSettingsV1alpha1NamespacedPodPresetHandler // StorageV1ReadStorageV1CSIDriverHandler sets the operation handler for the read storage v1 c s i driver operation StorageV1ReadStorageV1CSIDriverHandler storage_v1.ReadStorageV1CSIDriverHandler // StorageV1ReadStorageV1CSINodeHandler sets the operation handler for the read storage v1 c s i node operation StorageV1ReadStorageV1CSINodeHandler storage_v1.ReadStorageV1CSINodeHandler // StorageV1ReadStorageV1StorageClassHandler sets the operation handler for the read storage v1 storage class operation StorageV1ReadStorageV1StorageClassHandler storage_v1.ReadStorageV1StorageClassHandler // StorageV1ReadStorageV1VolumeAttachmentHandler sets the operation handler for the read storage v1 volume attachment operation StorageV1ReadStorageV1VolumeAttachmentHandler storage_v1.ReadStorageV1VolumeAttachmentHandler // StorageV1ReadStorageV1VolumeAttachmentStatusHandler sets the operation handler for the read storage v1 volume attachment status operation StorageV1ReadStorageV1VolumeAttachmentStatusHandler storage_v1.ReadStorageV1VolumeAttachmentStatusHandler // StorageV1alpha1ReadStorageV1alpha1VolumeAttachmentHandler sets the operation handler for the read storage v1alpha1 volume attachment operation StorageV1alpha1ReadStorageV1alpha1VolumeAttachmentHandler storage_v1alpha1.ReadStorageV1alpha1VolumeAttachmentHandler // StorageV1beta1ReadStorageV1beta1CSIDriverHandler sets the operation handler for the read storage v1beta1 c s i driver operation StorageV1beta1ReadStorageV1beta1CSIDriverHandler storage_v1beta1.ReadStorageV1beta1CSIDriverHandler // StorageV1beta1ReadStorageV1beta1CSINodeHandler sets the operation handler for the read storage v1beta1 c s i node operation StorageV1beta1ReadStorageV1beta1CSINodeHandler storage_v1beta1.ReadStorageV1beta1CSINodeHandler // StorageV1beta1ReadStorageV1beta1StorageClassHandler sets the operation handler for the read storage v1beta1 storage class operation StorageV1beta1ReadStorageV1beta1StorageClassHandler storage_v1beta1.ReadStorageV1beta1StorageClassHandler // StorageV1beta1ReadStorageV1beta1VolumeAttachmentHandler sets the operation handler for the read storage v1beta1 volume attachment operation StorageV1beta1ReadStorageV1beta1VolumeAttachmentHandler storage_v1beta1.ReadStorageV1beta1VolumeAttachmentHandler // AdmissionregistrationV1ReplaceAdmissionregistrationV1MutatingWebhookConfigurationHandler sets the operation handler for the replace admissionregistration v1 mutating webhook configuration operation AdmissionregistrationV1ReplaceAdmissionregistrationV1MutatingWebhookConfigurationHandler admissionregistration_v1.ReplaceAdmissionregistrationV1MutatingWebhookConfigurationHandler // AdmissionregistrationV1ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationHandler sets the operation handler for the replace admissionregistration v1 validating webhook configuration operation AdmissionregistrationV1ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationHandler admissionregistration_v1.ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationHandler // AdmissionregistrationV1beta1ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationHandler sets the operation handler for the replace admissionregistration v1beta1 mutating webhook configuration operation AdmissionregistrationV1beta1ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationHandler admissionregistration_v1beta1.ReplaceAdmissionregistrationV1beta1MutatingWebhookConfigurationHandler // AdmissionregistrationV1beta1ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationHandler sets the operation handler for the replace admissionregistration v1beta1 validating webhook configuration operation AdmissionregistrationV1beta1ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationHandler admissionregistration_v1beta1.ReplaceAdmissionregistrationV1beta1ValidatingWebhookConfigurationHandler // ApiextensionsV1ReplaceApiextensionsV1CustomResourceDefinitionHandler sets the operation handler for the replace apiextensions v1 custom resource definition operation ApiextensionsV1ReplaceApiextensionsV1CustomResourceDefinitionHandler apiextensions_v1.ReplaceApiextensionsV1CustomResourceDefinitionHandler // ApiextensionsV1ReplaceApiextensionsV1CustomResourceDefinitionStatusHandler sets the operation handler for the replace apiextensions v1 custom resource definition status operation ApiextensionsV1ReplaceApiextensionsV1CustomResourceDefinitionStatusHandler apiextensions_v1.ReplaceApiextensionsV1CustomResourceDefinitionStatusHandler // ApiextensionsV1beta1ReplaceApiextensionsV1beta1CustomResourceDefinitionHandler sets the operation handler for the replace apiextensions v1beta1 custom resource definition operation ApiextensionsV1beta1ReplaceApiextensionsV1beta1CustomResourceDefinitionHandler apiextensions_v1beta1.ReplaceApiextensionsV1beta1CustomResourceDefinitionHandler // ApiextensionsV1beta1ReplaceApiextensionsV1beta1CustomResourceDefinitionStatusHandler sets the operation handler for the replace apiextensions v1beta1 custom resource definition status operation ApiextensionsV1beta1ReplaceApiextensionsV1beta1CustomResourceDefinitionStatusHandler apiextensions_v1beta1.ReplaceApiextensionsV1beta1CustomResourceDefinitionStatusHandler // ApiregistrationV1ReplaceApiregistrationV1APIServiceHandler sets the operation handler for the replace apiregistration v1 API service operation ApiregistrationV1ReplaceApiregistrationV1APIServiceHandler apiregistration_v1.ReplaceApiregistrationV1APIServiceHandler // ApiregistrationV1ReplaceApiregistrationV1APIServiceStatusHandler sets the operation handler for the replace apiregistration v1 API service status operation ApiregistrationV1ReplaceApiregistrationV1APIServiceStatusHandler apiregistration_v1.ReplaceApiregistrationV1APIServiceStatusHandler // ApiregistrationV1beta1ReplaceApiregistrationV1beta1APIServiceHandler sets the operation handler for the replace apiregistration v1beta1 API service operation ApiregistrationV1beta1ReplaceApiregistrationV1beta1APIServiceHandler apiregistration_v1beta1.ReplaceApiregistrationV1beta1APIServiceHandler // ApiregistrationV1beta1ReplaceApiregistrationV1beta1APIServiceStatusHandler sets the operation handler for the replace apiregistration v1beta1 API service status operation ApiregistrationV1beta1ReplaceApiregistrationV1beta1APIServiceStatusHandler apiregistration_v1beta1.ReplaceApiregistrationV1beta1APIServiceStatusHandler // AppsV1ReplaceAppsV1NamespacedControllerRevisionHandler sets the operation handler for the replace apps v1 namespaced controller revision operation AppsV1ReplaceAppsV1NamespacedControllerRevisionHandler apps_v1.ReplaceAppsV1NamespacedControllerRevisionHandler // AppsV1ReplaceAppsV1NamespacedDaemonSetHandler sets the operation handler for the replace apps v1 namespaced daemon set operation AppsV1ReplaceAppsV1NamespacedDaemonSetHandler apps_v1.ReplaceAppsV1NamespacedDaemonSetHandler // AppsV1ReplaceAppsV1NamespacedDaemonSetStatusHandler sets the operation handler for the replace apps v1 namespaced daemon set status operation AppsV1ReplaceAppsV1NamespacedDaemonSetStatusHandler apps_v1.ReplaceAppsV1NamespacedDaemonSetStatusHandler // AppsV1ReplaceAppsV1NamespacedDeploymentHandler sets the operation handler for the replace apps v1 namespaced deployment operation AppsV1ReplaceAppsV1NamespacedDeploymentHandler apps_v1.ReplaceAppsV1NamespacedDeploymentHandler // AppsV1ReplaceAppsV1NamespacedDeploymentScaleHandler sets the operation handler for the replace apps v1 namespaced deployment scale operation AppsV1ReplaceAppsV1NamespacedDeploymentScaleHandler apps_v1.ReplaceAppsV1NamespacedDeploymentScaleHandler // AppsV1ReplaceAppsV1NamespacedDeploymentStatusHandler sets the operation handler for the replace apps v1 namespaced deployment status operation AppsV1ReplaceAppsV1NamespacedDeploymentStatusHandler apps_v1.ReplaceAppsV1NamespacedDeploymentStatusHandler // AppsV1ReplaceAppsV1NamespacedReplicaSetHandler sets the operation handler for the replace apps v1 namespaced replica set operation AppsV1ReplaceAppsV1NamespacedReplicaSetHandler apps_v1.ReplaceAppsV1NamespacedReplicaSetHandler // AppsV1ReplaceAppsV1NamespacedReplicaSetScaleHandler sets the operation handler for the replace apps v1 namespaced replica set scale operation AppsV1ReplaceAppsV1NamespacedReplicaSetScaleHandler apps_v1.ReplaceAppsV1NamespacedReplicaSetScaleHandler // AppsV1ReplaceAppsV1NamespacedReplicaSetStatusHandler sets the operation handler for the replace apps v1 namespaced replica set status operation AppsV1ReplaceAppsV1NamespacedReplicaSetStatusHandler apps_v1.ReplaceAppsV1NamespacedReplicaSetStatusHandler // AppsV1ReplaceAppsV1NamespacedStatefulSetHandler sets the operation handler for the replace apps v1 namespaced stateful set operation AppsV1ReplaceAppsV1NamespacedStatefulSetHandler apps_v1.ReplaceAppsV1NamespacedStatefulSetHandler // AppsV1ReplaceAppsV1NamespacedStatefulSetScaleHandler sets the operation handler for the replace apps v1 namespaced stateful set scale operation AppsV1ReplaceAppsV1NamespacedStatefulSetScaleHandler apps_v1.ReplaceAppsV1NamespacedStatefulSetScaleHandler // AppsV1ReplaceAppsV1NamespacedStatefulSetStatusHandler sets the operation handler for the replace apps v1 namespaced stateful set status operation AppsV1ReplaceAppsV1NamespacedStatefulSetStatusHandler apps_v1.ReplaceAppsV1NamespacedStatefulSetStatusHandler // AutoscalingV1ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerHandler sets the operation handler for the replace autoscaling v1 namespaced horizontal pod autoscaler operation AutoscalingV1ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerHandler autoscaling_v1.ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerHandler // AutoscalingV1ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerStatusHandler sets the operation handler for the replace autoscaling v1 namespaced horizontal pod autoscaler status operation AutoscalingV1ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerStatusHandler autoscaling_v1.ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerStatusHandler // AutoscalingV2beta1ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerHandler sets the operation handler for the replace autoscaling v2beta1 namespaced horizontal pod autoscaler operation AutoscalingV2beta1ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerHandler autoscaling_v2beta1.ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerHandler // AutoscalingV2beta1ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusHandler sets the operation handler for the replace autoscaling v2beta1 namespaced horizontal pod autoscaler status operation AutoscalingV2beta1ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusHandler autoscaling_v2beta1.ReplaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatusHandler // AutoscalingV2beta2ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerHandler sets the operation handler for the replace autoscaling v2beta2 namespaced horizontal pod autoscaler operation AutoscalingV2beta2ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerHandler autoscaling_v2beta2.ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerHandler // AutoscalingV2beta2ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusHandler sets the operation handler for the replace autoscaling v2beta2 namespaced horizontal pod autoscaler status operation AutoscalingV2beta2ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusHandler autoscaling_v2beta2.ReplaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatusHandler // BatchV1ReplaceBatchV1NamespacedJobHandler sets the operation handler for the replace batch v1 namespaced job operation BatchV1ReplaceBatchV1NamespacedJobHandler batch_v1.ReplaceBatchV1NamespacedJobHandler // BatchV1ReplaceBatchV1NamespacedJobStatusHandler sets the operation handler for the replace batch v1 namespaced job status operation BatchV1ReplaceBatchV1NamespacedJobStatusHandler batch_v1.ReplaceBatchV1NamespacedJobStatusHandler // BatchV1beta1ReplaceBatchV1beta1NamespacedCronJobHandler sets the operation handler for the replace batch v1beta1 namespaced cron job operation BatchV1beta1ReplaceBatchV1beta1NamespacedCronJobHandler batch_v1beta1.ReplaceBatchV1beta1NamespacedCronJobHandler // BatchV1beta1ReplaceBatchV1beta1NamespacedCronJobStatusHandler sets the operation handler for the replace batch v1beta1 namespaced cron job status operation BatchV1beta1ReplaceBatchV1beta1NamespacedCronJobStatusHandler batch_v1beta1.ReplaceBatchV1beta1NamespacedCronJobStatusHandler // BatchV2alpha1ReplaceBatchV2alpha1NamespacedCronJobHandler sets the operation handler for the replace batch v2alpha1 namespaced cron job operation BatchV2alpha1ReplaceBatchV2alpha1NamespacedCronJobHandler batch_v2alpha1.ReplaceBatchV2alpha1NamespacedCronJobHandler // BatchV2alpha1ReplaceBatchV2alpha1NamespacedCronJobStatusHandler sets the operation handler for the replace batch v2alpha1 namespaced cron job status operation BatchV2alpha1ReplaceBatchV2alpha1NamespacedCronJobStatusHandler batch_v2alpha1.ReplaceBatchV2alpha1NamespacedCronJobStatusHandler // CertificatesV1ReplaceCertificatesV1CertificateSigningRequestHandler sets the operation handler for the replace certificates v1 certificate signing request operation CertificatesV1ReplaceCertificatesV1CertificateSigningRequestHandler certificates_v1.ReplaceCertificatesV1CertificateSigningRequestHandler // CertificatesV1ReplaceCertificatesV1CertificateSigningRequestApprovalHandler sets the operation handler for the replace certificates v1 certificate signing request approval operation CertificatesV1ReplaceCertificatesV1CertificateSigningRequestApprovalHandler certificates_v1.ReplaceCertificatesV1CertificateSigningRequestApprovalHandler // CertificatesV1ReplaceCertificatesV1CertificateSigningRequestStatusHandler sets the operation handler for the replace certificates v1 certificate signing request status operation CertificatesV1ReplaceCertificatesV1CertificateSigningRequestStatusHandler certificates_v1.ReplaceCertificatesV1CertificateSigningRequestStatusHandler // CertificatesV1beta1ReplaceCertificatesV1beta1CertificateSigningRequestHandler sets the operation handler for the replace certificates v1beta1 certificate signing request operation CertificatesV1beta1ReplaceCertificatesV1beta1CertificateSigningRequestHandler certificates_v1beta1.ReplaceCertificatesV1beta1CertificateSigningRequestHandler // CertificatesV1beta1ReplaceCertificatesV1beta1CertificateSigningRequestApprovalHandler sets the operation handler for the replace certificates v1beta1 certificate signing request approval operation CertificatesV1beta1ReplaceCertificatesV1beta1CertificateSigningRequestApprovalHandler certificates_v1beta1.ReplaceCertificatesV1beta1CertificateSigningRequestApprovalHandler // CertificatesV1beta1ReplaceCertificatesV1beta1CertificateSigningRequestStatusHandler sets the operation handler for the replace certificates v1beta1 certificate signing request status operation CertificatesV1beta1ReplaceCertificatesV1beta1CertificateSigningRequestStatusHandler certificates_v1beta1.ReplaceCertificatesV1beta1CertificateSigningRequestStatusHandler // CoordinationV1ReplaceCoordinationV1NamespacedLeaseHandler sets the operation handler for the replace coordination v1 namespaced lease operation CoordinationV1ReplaceCoordinationV1NamespacedLeaseHandler coordination_v1.ReplaceCoordinationV1NamespacedLeaseHandler // CoordinationV1beta1ReplaceCoordinationV1beta1NamespacedLeaseHandler sets the operation handler for the replace coordination v1beta1 namespaced lease operation CoordinationV1beta1ReplaceCoordinationV1beta1NamespacedLeaseHandler coordination_v1beta1.ReplaceCoordinationV1beta1NamespacedLeaseHandler // CoreV1ReplaceCoreV1NamespaceHandler sets the operation handler for the replace core v1 namespace operation CoreV1ReplaceCoreV1NamespaceHandler core_v1.ReplaceCoreV1NamespaceHandler // CoreV1ReplaceCoreV1NamespaceFinalizeHandler sets the operation handler for the replace core v1 namespace finalize operation CoreV1ReplaceCoreV1NamespaceFinalizeHandler core_v1.ReplaceCoreV1NamespaceFinalizeHandler // CoreV1ReplaceCoreV1NamespaceStatusHandler sets the operation handler for the replace core v1 namespace status operation CoreV1ReplaceCoreV1NamespaceStatusHandler core_v1.ReplaceCoreV1NamespaceStatusHandler // CoreV1ReplaceCoreV1NamespacedConfigMapHandler sets the operation handler for the replace core v1 namespaced config map operation CoreV1ReplaceCoreV1NamespacedConfigMapHandler core_v1.ReplaceCoreV1NamespacedConfigMapHandler // CoreV1ReplaceCoreV1NamespacedEndpointsHandler sets the operation handler for the replace core v1 namespaced endpoints operation CoreV1ReplaceCoreV1NamespacedEndpointsHandler core_v1.ReplaceCoreV1NamespacedEndpointsHandler // CoreV1ReplaceCoreV1NamespacedEventHandler sets the operation handler for the replace core v1 namespaced event operation CoreV1ReplaceCoreV1NamespacedEventHandler core_v1.ReplaceCoreV1NamespacedEventHandler // CoreV1ReplaceCoreV1NamespacedLimitRangeHandler sets the operation handler for the replace core v1 namespaced limit range operation CoreV1ReplaceCoreV1NamespacedLimitRangeHandler core_v1.ReplaceCoreV1NamespacedLimitRangeHandler // CoreV1ReplaceCoreV1NamespacedPersistentVolumeClaimHandler sets the operation handler for the replace core v1 namespaced persistent volume claim operation CoreV1ReplaceCoreV1NamespacedPersistentVolumeClaimHandler core_v1.ReplaceCoreV1NamespacedPersistentVolumeClaimHandler // CoreV1ReplaceCoreV1NamespacedPersistentVolumeClaimStatusHandler sets the operation handler for the replace core v1 namespaced persistent volume claim status operation CoreV1ReplaceCoreV1NamespacedPersistentVolumeClaimStatusHandler core_v1.ReplaceCoreV1NamespacedPersistentVolumeClaimStatusHandler // CoreV1ReplaceCoreV1NamespacedPodHandler sets the operation handler for the replace core v1 namespaced pod operation CoreV1ReplaceCoreV1NamespacedPodHandler core_v1.ReplaceCoreV1NamespacedPodHandler // CoreV1ReplaceCoreV1NamespacedPodStatusHandler sets the operation handler for the replace core v1 namespaced pod status operation CoreV1ReplaceCoreV1NamespacedPodStatusHandler core_v1.ReplaceCoreV1NamespacedPodStatusHandler // CoreV1ReplaceCoreV1NamespacedPodTemplateHandler sets the operation handler for the replace core v1 namespaced pod template operation CoreV1ReplaceCoreV1NamespacedPodTemplateHandler core_v1.ReplaceCoreV1NamespacedPodTemplateHandler // CoreV1ReplaceCoreV1NamespacedReplicationControllerHandler sets the operation handler for the replace core v1 namespaced replication controller operation CoreV1ReplaceCoreV1NamespacedReplicationControllerHandler core_v1.ReplaceCoreV1NamespacedReplicationControllerHandler // CoreV1ReplaceCoreV1NamespacedReplicationControllerScaleHandler sets the operation handler for the replace core v1 namespaced replication controller scale operation CoreV1ReplaceCoreV1NamespacedReplicationControllerScaleHandler core_v1.ReplaceCoreV1NamespacedReplicationControllerScaleHandler // CoreV1ReplaceCoreV1NamespacedReplicationControllerStatusHandler sets the operation handler for the replace core v1 namespaced replication controller status operation CoreV1ReplaceCoreV1NamespacedReplicationControllerStatusHandler core_v1.ReplaceCoreV1NamespacedReplicationControllerStatusHandler // CoreV1ReplaceCoreV1NamespacedResourceQuotaHandler sets the operation handler for the replace core v1 namespaced resource quota operation CoreV1ReplaceCoreV1NamespacedResourceQuotaHandler core_v1.ReplaceCoreV1NamespacedResourceQuotaHandler // CoreV1ReplaceCoreV1NamespacedResourceQuotaStatusHandler sets the operation handler for the replace core v1 namespaced resource quota status operation CoreV1ReplaceCoreV1NamespacedResourceQuotaStatusHandler core_v1.ReplaceCoreV1NamespacedResourceQuotaStatusHandler // CoreV1ReplaceCoreV1NamespacedSecretHandler sets the operation handler for the replace core v1 namespaced secret operation CoreV1ReplaceCoreV1NamespacedSecretHandler core_v1.ReplaceCoreV1NamespacedSecretHandler // CoreV1ReplaceCoreV1NamespacedServiceHandler sets the operation handler for the replace core v1 namespaced service operation CoreV1ReplaceCoreV1NamespacedServiceHandler core_v1.ReplaceCoreV1NamespacedServiceHandler // CoreV1ReplaceCoreV1NamespacedServiceAccountHandler sets the operation handler for the replace core v1 namespaced service account operation CoreV1ReplaceCoreV1NamespacedServiceAccountHandler core_v1.ReplaceCoreV1NamespacedServiceAccountHandler // CoreV1ReplaceCoreV1NamespacedServiceStatusHandler sets the operation handler for the replace core v1 namespaced service status operation CoreV1ReplaceCoreV1NamespacedServiceStatusHandler core_v1.ReplaceCoreV1NamespacedServiceStatusHandler // CoreV1ReplaceCoreV1NodeHandler sets the operation handler for the replace core v1 node operation CoreV1ReplaceCoreV1NodeHandler core_v1.ReplaceCoreV1NodeHandler // CoreV1ReplaceCoreV1NodeStatusHandler sets the operation handler for the replace core v1 node status operation CoreV1ReplaceCoreV1NodeStatusHandler core_v1.ReplaceCoreV1NodeStatusHandler // CoreV1ReplaceCoreV1PersistentVolumeHandler sets the operation handler for the replace core v1 persistent volume operation CoreV1ReplaceCoreV1PersistentVolumeHandler core_v1.ReplaceCoreV1PersistentVolumeHandler // CoreV1ReplaceCoreV1PersistentVolumeStatusHandler sets the operation handler for the replace core v1 persistent volume status operation CoreV1ReplaceCoreV1PersistentVolumeStatusHandler core_v1.ReplaceCoreV1PersistentVolumeStatusHandler // DiscoveryV1beta1ReplaceDiscoveryV1beta1NamespacedEndpointSliceHandler sets the operation handler for the replace discovery v1beta1 namespaced endpoint slice operation DiscoveryV1beta1ReplaceDiscoveryV1beta1NamespacedEndpointSliceHandler discovery_v1beta1.ReplaceDiscoveryV1beta1NamespacedEndpointSliceHandler // EventsV1ReplaceEventsV1NamespacedEventHandler sets the operation handler for the replace events v1 namespaced event operation EventsV1ReplaceEventsV1NamespacedEventHandler events_v1.ReplaceEventsV1NamespacedEventHandler // EventsV1beta1ReplaceEventsV1beta1NamespacedEventHandler sets the operation handler for the replace events v1beta1 namespaced event operation EventsV1beta1ReplaceEventsV1beta1NamespacedEventHandler events_v1beta1.ReplaceEventsV1beta1NamespacedEventHandler // ExtensionsV1beta1ReplaceExtensionsV1beta1NamespacedIngressHandler sets the operation handler for the replace extensions v1beta1 namespaced ingress operation ExtensionsV1beta1ReplaceExtensionsV1beta1NamespacedIngressHandler extensions_v1beta1.ReplaceExtensionsV1beta1NamespacedIngressHandler // ExtensionsV1beta1ReplaceExtensionsV1beta1NamespacedIngressStatusHandler sets the operation handler for the replace extensions v1beta1 namespaced ingress status operation ExtensionsV1beta1ReplaceExtensionsV1beta1NamespacedIngressStatusHandler extensions_v1beta1.ReplaceExtensionsV1beta1NamespacedIngressStatusHandler // FlowcontrolApiserverV1alpha1ReplaceFlowcontrolApiserverV1alpha1FlowSchemaHandler sets the operation handler for the replace flowcontrol apiserver v1alpha1 flow schema operation FlowcontrolApiserverV1alpha1ReplaceFlowcontrolApiserverV1alpha1FlowSchemaHandler flowcontrol_apiserver_v1alpha1.ReplaceFlowcontrolApiserverV1alpha1FlowSchemaHandler // FlowcontrolApiserverV1alpha1ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusHandler sets the operation handler for the replace flowcontrol apiserver v1alpha1 flow schema status operation FlowcontrolApiserverV1alpha1ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusHandler flowcontrol_apiserver_v1alpha1.ReplaceFlowcontrolApiserverV1alpha1FlowSchemaStatusHandler // FlowcontrolApiserverV1alpha1ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationHandler sets the operation handler for the replace flowcontrol apiserver v1alpha1 priority level configuration operation FlowcontrolApiserverV1alpha1ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationHandler flowcontrol_apiserver_v1alpha1.ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationHandler // FlowcontrolApiserverV1alpha1ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusHandler sets the operation handler for the replace flowcontrol apiserver v1alpha1 priority level configuration status operation FlowcontrolApiserverV1alpha1ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusHandler flowcontrol_apiserver_v1alpha1.ReplaceFlowcontrolApiserverV1alpha1PriorityLevelConfigurationStatusHandler // NetworkingV1ReplaceNetworkingV1IngressClassHandler sets the operation handler for the replace networking v1 ingress class operation NetworkingV1ReplaceNetworkingV1IngressClassHandler networking_v1.ReplaceNetworkingV1IngressClassHandler // NetworkingV1ReplaceNetworkingV1NamespacedIngressHandler sets the operation handler for the replace networking v1 namespaced ingress operation NetworkingV1ReplaceNetworkingV1NamespacedIngressHandler networking_v1.ReplaceNetworkingV1NamespacedIngressHandler // NetworkingV1ReplaceNetworkingV1NamespacedIngressStatusHandler sets the operation handler for the replace networking v1 namespaced ingress status operation NetworkingV1ReplaceNetworkingV1NamespacedIngressStatusHandler networking_v1.ReplaceNetworkingV1NamespacedIngressStatusHandler // NetworkingV1ReplaceNetworkingV1NamespacedNetworkPolicyHandler sets the operation handler for the replace networking v1 namespaced network policy operation NetworkingV1ReplaceNetworkingV1NamespacedNetworkPolicyHandler networking_v1.ReplaceNetworkingV1NamespacedNetworkPolicyHandler // NetworkingV1beta1ReplaceNetworkingV1beta1IngressClassHandler sets the operation handler for the replace networking v1beta1 ingress class operation NetworkingV1beta1ReplaceNetworkingV1beta1IngressClassHandler networking_v1beta1.ReplaceNetworkingV1beta1IngressClassHandler // NetworkingV1beta1ReplaceNetworkingV1beta1NamespacedIngressHandler sets the operation handler for the replace networking v1beta1 namespaced ingress operation NetworkingV1beta1ReplaceNetworkingV1beta1NamespacedIngressHandler networking_v1beta1.ReplaceNetworkingV1beta1NamespacedIngressHandler // NetworkingV1beta1ReplaceNetworkingV1beta1NamespacedIngressStatusHandler sets the operation handler for the replace networking v1beta1 namespaced ingress status operation NetworkingV1beta1ReplaceNetworkingV1beta1NamespacedIngressStatusHandler networking_v1beta1.ReplaceNetworkingV1beta1NamespacedIngressStatusHandler // NodeV1alpha1ReplaceNodeV1alpha1RuntimeClassHandler sets the operation handler for the replace node v1alpha1 runtime class operation NodeV1alpha1ReplaceNodeV1alpha1RuntimeClassHandler node_v1alpha1.ReplaceNodeV1alpha1RuntimeClassHandler // NodeV1beta1ReplaceNodeV1beta1RuntimeClassHandler sets the operation handler for the replace node v1beta1 runtime class operation NodeV1beta1ReplaceNodeV1beta1RuntimeClassHandler node_v1beta1.ReplaceNodeV1beta1RuntimeClassHandler // PolicyV1beta1ReplacePolicyV1beta1NamespacedPodDisruptionBudgetHandler sets the operation handler for the replace policy v1beta1 namespaced pod disruption budget operation PolicyV1beta1ReplacePolicyV1beta1NamespacedPodDisruptionBudgetHandler policy_v1beta1.ReplacePolicyV1beta1NamespacedPodDisruptionBudgetHandler // PolicyV1beta1ReplacePolicyV1beta1NamespacedPodDisruptionBudgetStatusHandler sets the operation handler for the replace policy v1beta1 namespaced pod disruption budget status operation PolicyV1beta1ReplacePolicyV1beta1NamespacedPodDisruptionBudgetStatusHandler policy_v1beta1.ReplacePolicyV1beta1NamespacedPodDisruptionBudgetStatusHandler // PolicyV1beta1ReplacePolicyV1beta1PodSecurityPolicyHandler sets the operation handler for the replace policy v1beta1 pod security policy operation PolicyV1beta1ReplacePolicyV1beta1PodSecurityPolicyHandler policy_v1beta1.ReplacePolicyV1beta1PodSecurityPolicyHandler // RbacAuthorizationV1ReplaceRbacAuthorizationV1ClusterRoleHandler sets the operation handler for the replace rbac authorization v1 cluster role operation RbacAuthorizationV1ReplaceRbacAuthorizationV1ClusterRoleHandler rbac_authorization_v1.ReplaceRbacAuthorizationV1ClusterRoleHandler // RbacAuthorizationV1ReplaceRbacAuthorizationV1ClusterRoleBindingHandler sets the operation handler for the replace rbac authorization v1 cluster role binding operation RbacAuthorizationV1ReplaceRbacAuthorizationV1ClusterRoleBindingHandler rbac_authorization_v1.ReplaceRbacAuthorizationV1ClusterRoleBindingHandler // RbacAuthorizationV1ReplaceRbacAuthorizationV1NamespacedRoleHandler sets the operation handler for the replace rbac authorization v1 namespaced role operation RbacAuthorizationV1ReplaceRbacAuthorizationV1NamespacedRoleHandler rbac_authorization_v1.ReplaceRbacAuthorizationV1NamespacedRoleHandler // RbacAuthorizationV1ReplaceRbacAuthorizationV1NamespacedRoleBindingHandler sets the operation handler for the replace rbac authorization v1 namespaced role binding operation RbacAuthorizationV1ReplaceRbacAuthorizationV1NamespacedRoleBindingHandler rbac_authorization_v1.ReplaceRbacAuthorizationV1NamespacedRoleBindingHandler // RbacAuthorizationV1alpha1ReplaceRbacAuthorizationV1alpha1ClusterRoleHandler sets the operation handler for the replace rbac authorization v1alpha1 cluster role operation RbacAuthorizationV1alpha1ReplaceRbacAuthorizationV1alpha1ClusterRoleHandler rbac_authorization_v1alpha1.ReplaceRbacAuthorizationV1alpha1ClusterRoleHandler // RbacAuthorizationV1alpha1ReplaceRbacAuthorizationV1alpha1ClusterRoleBindingHandler sets the operation handler for the replace rbac authorization v1alpha1 cluster role binding operation RbacAuthorizationV1alpha1ReplaceRbacAuthorizationV1alpha1ClusterRoleBindingHandler rbac_authorization_v1alpha1.ReplaceRbacAuthorizationV1alpha1ClusterRoleBindingHandler // RbacAuthorizationV1alpha1ReplaceRbacAuthorizationV1alpha1NamespacedRoleHandler sets the operation handler for the replace rbac authorization v1alpha1 namespaced role operation RbacAuthorizationV1alpha1ReplaceRbacAuthorizationV1alpha1NamespacedRoleHandler rbac_authorization_v1alpha1.ReplaceRbacAuthorizationV1alpha1NamespacedRoleHandler // RbacAuthorizationV1alpha1ReplaceRbacAuthorizationV1alpha1NamespacedRoleBindingHandler sets the operation handler for the replace rbac authorization v1alpha1 namespaced role binding operation RbacAuthorizationV1alpha1ReplaceRbacAuthorizationV1alpha1NamespacedRoleBindingHandler rbac_authorization_v1alpha1.ReplaceRbacAuthorizationV1alpha1NamespacedRoleBindingHandler // RbacAuthorizationV1beta1ReplaceRbacAuthorizationV1beta1ClusterRoleHandler sets the operation handler for the replace rbac authorization v1beta1 cluster role operation RbacAuthorizationV1beta1ReplaceRbacAuthorizationV1beta1ClusterRoleHandler rbac_authorization_v1beta1.ReplaceRbacAuthorizationV1beta1ClusterRoleHandler // RbacAuthorizationV1beta1ReplaceRbacAuthorizationV1beta1ClusterRoleBindingHandler sets the operation handler for the replace rbac authorization v1beta1 cluster role binding operation RbacAuthorizationV1beta1ReplaceRbacAuthorizationV1beta1ClusterRoleBindingHandler rbac_authorization_v1beta1.ReplaceRbacAuthorizationV1beta1ClusterRoleBindingHandler // RbacAuthorizationV1beta1ReplaceRbacAuthorizationV1beta1NamespacedRoleHandler sets the operation handler for the replace rbac authorization v1beta1 namespaced role operation RbacAuthorizationV1beta1ReplaceRbacAuthorizationV1beta1NamespacedRoleHandler rbac_authorization_v1beta1.ReplaceRbacAuthorizationV1beta1NamespacedRoleHandler // RbacAuthorizationV1beta1ReplaceRbacAuthorizationV1beta1NamespacedRoleBindingHandler sets the operation handler for the replace rbac authorization v1beta1 namespaced role binding operation RbacAuthorizationV1beta1ReplaceRbacAuthorizationV1beta1NamespacedRoleBindingHandler rbac_authorization_v1beta1.ReplaceRbacAuthorizationV1beta1NamespacedRoleBindingHandler // SchedulingV1ReplaceSchedulingV1PriorityClassHandler sets the operation handler for the replace scheduling v1 priority class operation SchedulingV1ReplaceSchedulingV1PriorityClassHandler scheduling_v1.ReplaceSchedulingV1PriorityClassHandler // SchedulingV1alpha1ReplaceSchedulingV1alpha1PriorityClassHandler sets the operation handler for the replace scheduling v1alpha1 priority class operation SchedulingV1alpha1ReplaceSchedulingV1alpha1PriorityClassHandler scheduling_v1alpha1.ReplaceSchedulingV1alpha1PriorityClassHandler // SchedulingV1beta1ReplaceSchedulingV1beta1PriorityClassHandler sets the operation handler for the replace scheduling v1beta1 priority class operation SchedulingV1beta1ReplaceSchedulingV1beta1PriorityClassHandler scheduling_v1beta1.ReplaceSchedulingV1beta1PriorityClassHandler // SettingsV1alpha1ReplaceSettingsV1alpha1NamespacedPodPresetHandler sets the operation handler for the replace settings v1alpha1 namespaced pod preset operation SettingsV1alpha1ReplaceSettingsV1alpha1NamespacedPodPresetHandler settings_v1alpha1.ReplaceSettingsV1alpha1NamespacedPodPresetHandler // StorageV1ReplaceStorageV1CSIDriverHandler sets the operation handler for the replace storage v1 c s i driver operation StorageV1ReplaceStorageV1CSIDriverHandler storage_v1.ReplaceStorageV1CSIDriverHandler // StorageV1ReplaceStorageV1CSINodeHandler sets the operation handler for the replace storage v1 c s i node operation StorageV1ReplaceStorageV1CSINodeHandler storage_v1.ReplaceStorageV1CSINodeHandler // StorageV1ReplaceStorageV1StorageClassHandler sets the operation handler for the replace storage v1 storage class operation StorageV1ReplaceStorageV1StorageClassHandler storage_v1.ReplaceStorageV1StorageClassHandler // StorageV1ReplaceStorageV1VolumeAttachmentHandler sets the operation handler for the replace storage v1 volume attachment operation StorageV1ReplaceStorageV1VolumeAttachmentHandler storage_v1.ReplaceStorageV1VolumeAttachmentHandler // StorageV1ReplaceStorageV1VolumeAttachmentStatusHandler sets the operation handler for the replace storage v1 volume attachment status operation StorageV1ReplaceStorageV1VolumeAttachmentStatusHandler storage_v1.ReplaceStorageV1VolumeAttachmentStatusHandler // StorageV1alpha1ReplaceStorageV1alpha1VolumeAttachmentHandler sets the operation handler for the replace storage v1alpha1 volume attachment operation StorageV1alpha1ReplaceStorageV1alpha1VolumeAttachmentHandler storage_v1alpha1.ReplaceStorageV1alpha1VolumeAttachmentHandler // StorageV1beta1ReplaceStorageV1beta1CSIDriverHandler sets the operation handler for the replace storage v1beta1 c s i driver operation StorageV1beta1ReplaceStorageV1beta1CSIDriverHandler storage_v1beta1.ReplaceStorageV1beta1CSIDriverHandler // StorageV1beta1ReplaceStorageV1beta1CSINodeHandler sets the operation handler for the replace storage v1beta1 c s i node operation StorageV1beta1ReplaceStorageV1beta1CSINodeHandler storage_v1beta1.ReplaceStorageV1beta1CSINodeHandler // StorageV1beta1ReplaceStorageV1beta1StorageClassHandler sets the operation handler for the replace storage v1beta1 storage class operation StorageV1beta1ReplaceStorageV1beta1StorageClassHandler storage_v1beta1.ReplaceStorageV1beta1StorageClassHandler // StorageV1beta1ReplaceStorageV1beta1VolumeAttachmentHandler sets the operation handler for the replace storage v1beta1 volume attachment operation StorageV1beta1ReplaceStorageV1beta1VolumeAttachmentHandler storage_v1beta1.ReplaceStorageV1beta1VolumeAttachmentHandler // AdmissionregistrationV1WatchAdmissionregistrationV1MutatingWebhookConfigurationHandler sets the operation handler for the watch admissionregistration v1 mutating webhook configuration operation AdmissionregistrationV1WatchAdmissionregistrationV1MutatingWebhookConfigurationHandler admissionregistration_v1.WatchAdmissionregistrationV1MutatingWebhookConfigurationHandler // AdmissionregistrationV1WatchAdmissionregistrationV1MutatingWebhookConfigurationListHandler sets the operation handler for the watch admissionregistration v1 mutating webhook configuration list operation AdmissionregistrationV1WatchAdmissionregistrationV1MutatingWebhookConfigurationListHandler admissionregistration_v1.WatchAdmissionregistrationV1MutatingWebhookConfigurationListHandler // AdmissionregistrationV1WatchAdmissionregistrationV1ValidatingWebhookConfigurationHandler sets the operation handler for the watch admissionregistration v1 validating webhook configuration operation AdmissionregistrationV1WatchAdmissionregistrationV1ValidatingWebhookConfigurationHandler admissionregistration_v1.WatchAdmissionregistrationV1ValidatingWebhookConfigurationHandler // AdmissionregistrationV1WatchAdmissionregistrationV1ValidatingWebhookConfigurationListHandler sets the operation handler for the watch admissionregistration v1 validating webhook configuration list operation AdmissionregistrationV1WatchAdmissionregistrationV1ValidatingWebhookConfigurationListHandler admissionregistration_v1.WatchAdmissionregistrationV1ValidatingWebhookConfigurationListHandler // AdmissionregistrationV1beta1WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationHandler sets the operation handler for the watch admissionregistration v1beta1 mutating webhook configuration operation AdmissionregistrationV1beta1WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationHandler admissionregistration_v1beta1.WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationHandler // AdmissionregistrationV1beta1WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListHandler sets the operation handler for the watch admissionregistration v1beta1 mutating webhook configuration list operation AdmissionregistrationV1beta1WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListHandler admissionregistration_v1beta1.WatchAdmissionregistrationV1beta1MutatingWebhookConfigurationListHandler // AdmissionregistrationV1beta1WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationHandler sets the operation handler for the watch admissionregistration v1beta1 validating webhook configuration operation AdmissionregistrationV1beta1WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationHandler admissionregistration_v1beta1.WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationHandler // AdmissionregistrationV1beta1WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListHandler sets the operation handler for the watch admissionregistration v1beta1 validating webhook configuration list operation AdmissionregistrationV1beta1WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListHandler admissionregistration_v1beta1.WatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationListHandler // ApiextensionsV1WatchApiextensionsV1CustomResourceDefinitionHandler sets the operation handler for the watch apiextensions v1 custom resource definition operation ApiextensionsV1WatchApiextensionsV1CustomResourceDefinitionHandler apiextensions_v1.WatchApiextensionsV1CustomResourceDefinitionHandler // ApiextensionsV1WatchApiextensionsV1CustomResourceDefinitionListHandler sets the operation handler for the watch apiextensions v1 custom resource definition list operation ApiextensionsV1WatchApiextensionsV1CustomResourceDefinitionListHandler apiextensions_v1.WatchApiextensionsV1CustomResourceDefinitionListHandler // ApiextensionsV1beta1WatchApiextensionsV1beta1CustomResourceDefinitionHandler sets the operation handler for the watch apiextensions v1beta1 custom resource definition operation ApiextensionsV1beta1WatchApiextensionsV1beta1CustomResourceDefinitionHandler apiextensions_v1beta1.WatchApiextensionsV1beta1CustomResourceDefinitionHandler // ApiextensionsV1beta1WatchApiextensionsV1beta1CustomResourceDefinitionListHandler sets the operation handler for the watch apiextensions v1beta1 custom resource definition list operation ApiextensionsV1beta1WatchApiextensionsV1beta1CustomResourceDefinitionListHandler apiextensions_v1beta1.WatchApiextensionsV1beta1CustomResourceDefinitionListHandler // ApiregistrationV1WatchApiregistrationV1APIServiceHandler sets the operation handler for the watch apiregistration v1 API service operation ApiregistrationV1WatchApiregistrationV1APIServiceHandler apiregistration_v1.WatchApiregistrationV1APIServiceHandler // ApiregistrationV1WatchApiregistrationV1APIServiceListHandler sets the operation handler for the watch apiregistration v1 API service list operation ApiregistrationV1WatchApiregistrationV1APIServiceListHandler apiregistration_v1.WatchApiregistrationV1APIServiceListHandler // ApiregistrationV1beta1WatchApiregistrationV1beta1APIServiceHandler sets the operation handler for the watch apiregistration v1beta1 API service operation ApiregistrationV1beta1WatchApiregistrationV1beta1APIServiceHandler apiregistration_v1beta1.WatchApiregistrationV1beta1APIServiceHandler // ApiregistrationV1beta1WatchApiregistrationV1beta1APIServiceListHandler sets the operation handler for the watch apiregistration v1beta1 API service list operation ApiregistrationV1beta1WatchApiregistrationV1beta1APIServiceListHandler apiregistration_v1beta1.WatchApiregistrationV1beta1APIServiceListHandler // AppsV1WatchAppsV1ControllerRevisionListForAllNamespacesHandler sets the operation handler for the watch apps v1 controller revision list for all namespaces operation AppsV1WatchAppsV1ControllerRevisionListForAllNamespacesHandler apps_v1.WatchAppsV1ControllerRevisionListForAllNamespacesHandler // AppsV1WatchAppsV1DaemonSetListForAllNamespacesHandler sets the operation handler for the watch apps v1 daemon set list for all namespaces operation AppsV1WatchAppsV1DaemonSetListForAllNamespacesHandler apps_v1.WatchAppsV1DaemonSetListForAllNamespacesHandler // AppsV1WatchAppsV1DeploymentListForAllNamespacesHandler sets the operation handler for the watch apps v1 deployment list for all namespaces operation AppsV1WatchAppsV1DeploymentListForAllNamespacesHandler apps_v1.WatchAppsV1DeploymentListForAllNamespacesHandler // AppsV1WatchAppsV1NamespacedControllerRevisionHandler sets the operation handler for the watch apps v1 namespaced controller revision operation AppsV1WatchAppsV1NamespacedControllerRevisionHandler apps_v1.WatchAppsV1NamespacedControllerRevisionHandler // AppsV1WatchAppsV1NamespacedControllerRevisionListHandler sets the operation handler for the watch apps v1 namespaced controller revision list operation AppsV1WatchAppsV1NamespacedControllerRevisionListHandler apps_v1.WatchAppsV1NamespacedControllerRevisionListHandler // AppsV1WatchAppsV1NamespacedDaemonSetHandler sets the operation handler for the watch apps v1 namespaced daemon set operation AppsV1WatchAppsV1NamespacedDaemonSetHandler apps_v1.WatchAppsV1NamespacedDaemonSetHandler // AppsV1WatchAppsV1NamespacedDaemonSetListHandler sets the operation handler for the watch apps v1 namespaced daemon set list operation AppsV1WatchAppsV1NamespacedDaemonSetListHandler apps_v1.WatchAppsV1NamespacedDaemonSetListHandler // AppsV1WatchAppsV1NamespacedDeploymentHandler sets the operation handler for the watch apps v1 namespaced deployment operation AppsV1WatchAppsV1NamespacedDeploymentHandler apps_v1.WatchAppsV1NamespacedDeploymentHandler // AppsV1WatchAppsV1NamespacedDeploymentListHandler sets the operation handler for the watch apps v1 namespaced deployment list operation AppsV1WatchAppsV1NamespacedDeploymentListHandler apps_v1.WatchAppsV1NamespacedDeploymentListHandler // AppsV1WatchAppsV1NamespacedReplicaSetHandler sets the operation handler for the watch apps v1 namespaced replica set operation AppsV1WatchAppsV1NamespacedReplicaSetHandler apps_v1.WatchAppsV1NamespacedReplicaSetHandler // AppsV1WatchAppsV1NamespacedReplicaSetListHandler sets the operation handler for the watch apps v1 namespaced replica set list operation AppsV1WatchAppsV1NamespacedReplicaSetListHandler apps_v1.WatchAppsV1NamespacedReplicaSetListHandler // AppsV1WatchAppsV1NamespacedStatefulSetHandler sets the operation handler for the watch apps v1 namespaced stateful set operation AppsV1WatchAppsV1NamespacedStatefulSetHandler apps_v1.WatchAppsV1NamespacedStatefulSetHandler // AppsV1WatchAppsV1NamespacedStatefulSetListHandler sets the operation handler for the watch apps v1 namespaced stateful set list operation AppsV1WatchAppsV1NamespacedStatefulSetListHandler apps_v1.WatchAppsV1NamespacedStatefulSetListHandler // AppsV1WatchAppsV1ReplicaSetListForAllNamespacesHandler sets the operation handler for the watch apps v1 replica set list for all namespaces operation AppsV1WatchAppsV1ReplicaSetListForAllNamespacesHandler apps_v1.WatchAppsV1ReplicaSetListForAllNamespacesHandler // AppsV1WatchAppsV1StatefulSetListForAllNamespacesHandler sets the operation handler for the watch apps v1 stateful set list for all namespaces operation AppsV1WatchAppsV1StatefulSetListForAllNamespacesHandler apps_v1.WatchAppsV1StatefulSetListForAllNamespacesHandler // AutoscalingV1WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespacesHandler sets the operation handler for the watch autoscaling v1 horizontal pod autoscaler list for all namespaces operation AutoscalingV1WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespacesHandler autoscaling_v1.WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespacesHandler // AutoscalingV1WatchAutoscalingV1NamespacedHorizontalPodAutoscalerHandler sets the operation handler for the watch autoscaling v1 namespaced horizontal pod autoscaler operation AutoscalingV1WatchAutoscalingV1NamespacedHorizontalPodAutoscalerHandler autoscaling_v1.WatchAutoscalingV1NamespacedHorizontalPodAutoscalerHandler // AutoscalingV1WatchAutoscalingV1NamespacedHorizontalPodAutoscalerListHandler sets the operation handler for the watch autoscaling v1 namespaced horizontal pod autoscaler list operation AutoscalingV1WatchAutoscalingV1NamespacedHorizontalPodAutoscalerListHandler autoscaling_v1.WatchAutoscalingV1NamespacedHorizontalPodAutoscalerListHandler // AutoscalingV2beta1WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesHandler sets the operation handler for the watch autoscaling v2beta1 horizontal pod autoscaler list for all namespaces operation AutoscalingV2beta1WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesHandler autoscaling_v2beta1.WatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespacesHandler // AutoscalingV2beta1WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerHandler sets the operation handler for the watch autoscaling v2beta1 namespaced horizontal pod autoscaler operation AutoscalingV2beta1WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerHandler autoscaling_v2beta1.WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerHandler // AutoscalingV2beta1WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListHandler sets the operation handler for the watch autoscaling v2beta1 namespaced horizontal pod autoscaler list operation AutoscalingV2beta1WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListHandler autoscaling_v2beta1.WatchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerListHandler // AutoscalingV2beta2WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesHandler sets the operation handler for the watch autoscaling v2beta2 horizontal pod autoscaler list for all namespaces operation AutoscalingV2beta2WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesHandler autoscaling_v2beta2.WatchAutoscalingV2beta2HorizontalPodAutoscalerListForAllNamespacesHandler // AutoscalingV2beta2WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerHandler sets the operation handler for the watch autoscaling v2beta2 namespaced horizontal pod autoscaler operation AutoscalingV2beta2WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerHandler autoscaling_v2beta2.WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerHandler // AutoscalingV2beta2WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListHandler sets the operation handler for the watch autoscaling v2beta2 namespaced horizontal pod autoscaler list operation AutoscalingV2beta2WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListHandler autoscaling_v2beta2.WatchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerListHandler // BatchV1WatchBatchV1JobListForAllNamespacesHandler sets the operation handler for the watch batch v1 job list for all namespaces operation BatchV1WatchBatchV1JobListForAllNamespacesHandler batch_v1.WatchBatchV1JobListForAllNamespacesHandler // BatchV1WatchBatchV1NamespacedJobHandler sets the operation handler for the watch batch v1 namespaced job operation BatchV1WatchBatchV1NamespacedJobHandler batch_v1.WatchBatchV1NamespacedJobHandler // BatchV1WatchBatchV1NamespacedJobListHandler sets the operation handler for the watch batch v1 namespaced job list operation BatchV1WatchBatchV1NamespacedJobListHandler batch_v1.WatchBatchV1NamespacedJobListHandler // BatchV1beta1WatchBatchV1beta1CronJobListForAllNamespacesHandler sets the operation handler for the watch batch v1beta1 cron job list for all namespaces operation BatchV1beta1WatchBatchV1beta1CronJobListForAllNamespacesHandler batch_v1beta1.WatchBatchV1beta1CronJobListForAllNamespacesHandler // BatchV1beta1WatchBatchV1beta1NamespacedCronJobHandler sets the operation handler for the watch batch v1beta1 namespaced cron job operation BatchV1beta1WatchBatchV1beta1NamespacedCronJobHandler batch_v1beta1.WatchBatchV1beta1NamespacedCronJobHandler // BatchV1beta1WatchBatchV1beta1NamespacedCronJobListHandler sets the operation handler for the watch batch v1beta1 namespaced cron job list operation BatchV1beta1WatchBatchV1beta1NamespacedCronJobListHandler batch_v1beta1.WatchBatchV1beta1NamespacedCronJobListHandler // BatchV2alpha1WatchBatchV2alpha1CronJobListForAllNamespacesHandler sets the operation handler for the watch batch v2alpha1 cron job list for all namespaces operation BatchV2alpha1WatchBatchV2alpha1CronJobListForAllNamespacesHandler batch_v2alpha1.WatchBatchV2alpha1CronJobListForAllNamespacesHandler // BatchV2alpha1WatchBatchV2alpha1NamespacedCronJobHandler sets the operation handler for the watch batch v2alpha1 namespaced cron job operation BatchV2alpha1WatchBatchV2alpha1NamespacedCronJobHandler batch_v2alpha1.WatchBatchV2alpha1NamespacedCronJobHandler // BatchV2alpha1WatchBatchV2alpha1NamespacedCronJobListHandler sets the operation handler for the watch batch v2alpha1 namespaced cron job list operation BatchV2alpha1WatchBatchV2alpha1NamespacedCronJobListHandler batch_v2alpha1.WatchBatchV2alpha1NamespacedCronJobListHandler // CertificatesV1WatchCertificatesV1CertificateSigningRequestHandler sets the operation handler for the watch certificates v1 certificate signing request operation CertificatesV1WatchCertificatesV1CertificateSigningRequestHandler certificates_v1.WatchCertificatesV1CertificateSigningRequestHandler // CertificatesV1WatchCertificatesV1CertificateSigningRequestListHandler sets the operation handler for the watch certificates v1 certificate signing request list operation CertificatesV1WatchCertificatesV1CertificateSigningRequestListHandler certificates_v1.WatchCertificatesV1CertificateSigningRequestListHandler // CertificatesV1beta1WatchCertificatesV1beta1CertificateSigningRequestHandler sets the operation handler for the watch certificates v1beta1 certificate signing request operation CertificatesV1beta1WatchCertificatesV1beta1CertificateSigningRequestHandler certificates_v1beta1.WatchCertificatesV1beta1CertificateSigningRequestHandler // CertificatesV1beta1WatchCertificatesV1beta1CertificateSigningRequestListHandler sets the operation handler for the watch certificates v1beta1 certificate signing request list operation CertificatesV1beta1WatchCertificatesV1beta1CertificateSigningRequestListHandler certificates_v1beta1.WatchCertificatesV1beta1CertificateSigningRequestListHandler // CoordinationV1WatchCoordinationV1LeaseListForAllNamespacesHandler sets the operation handler for the watch coordination v1 lease list for all namespaces operation CoordinationV1WatchCoordinationV1LeaseListForAllNamespacesHandler coordination_v1.WatchCoordinationV1LeaseListForAllNamespacesHandler // CoordinationV1WatchCoordinationV1NamespacedLeaseHandler sets the operation handler for the watch coordination v1 namespaced lease operation CoordinationV1WatchCoordinationV1NamespacedLeaseHandler coordination_v1.WatchCoordinationV1NamespacedLeaseHandler // CoordinationV1WatchCoordinationV1NamespacedLeaseListHandler sets the operation handler for the watch coordination v1 namespaced lease list operation CoordinationV1WatchCoordinationV1NamespacedLeaseListHandler coordination_v1.WatchCoordinationV1NamespacedLeaseListHandler // CoordinationV1beta1WatchCoordinationV1beta1LeaseListForAllNamespacesHandler sets the operation handler for the watch coordination v1beta1 lease list for all namespaces operation CoordinationV1beta1WatchCoordinationV1beta1LeaseListForAllNamespacesHandler coordination_v1beta1.WatchCoordinationV1beta1LeaseListForAllNamespacesHandler // CoordinationV1beta1WatchCoordinationV1beta1NamespacedLeaseHandler sets the operation handler for the watch coordination v1beta1 namespaced lease operation CoordinationV1beta1WatchCoordinationV1beta1NamespacedLeaseHandler coordination_v1beta1.WatchCoordinationV1beta1NamespacedLeaseHandler // CoordinationV1beta1WatchCoordinationV1beta1NamespacedLeaseListHandler sets the operation handler for the watch coordination v1beta1 namespaced lease list operation CoordinationV1beta1WatchCoordinationV1beta1NamespacedLeaseListHandler coordination_v1beta1.WatchCoordinationV1beta1NamespacedLeaseListHandler // CoreV1WatchCoreV1ConfigMapListForAllNamespacesHandler sets the operation handler for the watch core v1 config map list for all namespaces operation CoreV1WatchCoreV1ConfigMapListForAllNamespacesHandler core_v1.WatchCoreV1ConfigMapListForAllNamespacesHandler // CoreV1WatchCoreV1EndpointsListForAllNamespacesHandler sets the operation handler for the watch core v1 endpoints list for all namespaces operation CoreV1WatchCoreV1EndpointsListForAllNamespacesHandler core_v1.WatchCoreV1EndpointsListForAllNamespacesHandler // CoreV1WatchCoreV1EventListForAllNamespacesHandler sets the operation handler for the watch core v1 event list for all namespaces operation CoreV1WatchCoreV1EventListForAllNamespacesHandler core_v1.WatchCoreV1EventListForAllNamespacesHandler // CoreV1WatchCoreV1LimitRangeListForAllNamespacesHandler sets the operation handler for the watch core v1 limit range list for all namespaces operation CoreV1WatchCoreV1LimitRangeListForAllNamespacesHandler core_v1.WatchCoreV1LimitRangeListForAllNamespacesHandler // CoreV1WatchCoreV1NamespaceHandler sets the operation handler for the watch core v1 namespace operation CoreV1WatchCoreV1NamespaceHandler core_v1.WatchCoreV1NamespaceHandler // CoreV1WatchCoreV1NamespaceListHandler sets the operation handler for the watch core v1 namespace list operation CoreV1WatchCoreV1NamespaceListHandler core_v1.WatchCoreV1NamespaceListHandler // CoreV1WatchCoreV1NamespacedConfigMapHandler sets the operation handler for the watch core v1 namespaced config map operation CoreV1WatchCoreV1NamespacedConfigMapHandler core_v1.WatchCoreV1NamespacedConfigMapHandler // CoreV1WatchCoreV1NamespacedConfigMapListHandler sets the operation handler for the watch core v1 namespaced config map list operation CoreV1WatchCoreV1NamespacedConfigMapListHandler core_v1.WatchCoreV1NamespacedConfigMapListHandler // CoreV1WatchCoreV1NamespacedEndpointsHandler sets the operation handler for the watch core v1 namespaced endpoints operation CoreV1WatchCoreV1NamespacedEndpointsHandler core_v1.WatchCoreV1NamespacedEndpointsHandler // CoreV1WatchCoreV1NamespacedEndpointsListHandler sets the operation handler for the watch core v1 namespaced endpoints list operation CoreV1WatchCoreV1NamespacedEndpointsListHandler core_v1.WatchCoreV1NamespacedEndpointsListHandler // CoreV1WatchCoreV1NamespacedEventHandler sets the operation handler for the watch core v1 namespaced event operation CoreV1WatchCoreV1NamespacedEventHandler core_v1.WatchCoreV1NamespacedEventHandler // CoreV1WatchCoreV1NamespacedEventListHandler sets the operation handler for the watch core v1 namespaced event list operation CoreV1WatchCoreV1NamespacedEventListHandler core_v1.WatchCoreV1NamespacedEventListHandler // CoreV1WatchCoreV1NamespacedLimitRangeHandler sets the operation handler for the watch core v1 namespaced limit range operation CoreV1WatchCoreV1NamespacedLimitRangeHandler core_v1.WatchCoreV1NamespacedLimitRangeHandler // CoreV1WatchCoreV1NamespacedLimitRangeListHandler sets the operation handler for the watch core v1 namespaced limit range list operation CoreV1WatchCoreV1NamespacedLimitRangeListHandler core_v1.WatchCoreV1NamespacedLimitRangeListHandler // CoreV1WatchCoreV1NamespacedPersistentVolumeClaimHandler sets the operation handler for the watch core v1 namespaced persistent volume claim operation CoreV1WatchCoreV1NamespacedPersistentVolumeClaimHandler core_v1.WatchCoreV1NamespacedPersistentVolumeClaimHandler // CoreV1WatchCoreV1NamespacedPersistentVolumeClaimListHandler sets the operation handler for the watch core v1 namespaced persistent volume claim list operation CoreV1WatchCoreV1NamespacedPersistentVolumeClaimListHandler core_v1.WatchCoreV1NamespacedPersistentVolumeClaimListHandler // CoreV1WatchCoreV1NamespacedPodHandler sets the operation handler for the watch core v1 namespaced pod operation CoreV1WatchCoreV1NamespacedPodHandler core_v1.WatchCoreV1NamespacedPodHandler // CoreV1WatchCoreV1NamespacedPodListHandler sets the operation handler for the watch core v1 namespaced pod list operation CoreV1WatchCoreV1NamespacedPodListHandler core_v1.WatchCoreV1NamespacedPodListHandler // CoreV1WatchCoreV1NamespacedPodTemplateHandler sets the operation handler for the watch core v1 namespaced pod template operation CoreV1WatchCoreV1NamespacedPodTemplateHandler core_v1.WatchCoreV1NamespacedPodTemplateHandler // CoreV1WatchCoreV1NamespacedPodTemplateListHandler sets the operation handler for the watch core v1 namespaced pod template list operation CoreV1WatchCoreV1NamespacedPodTemplateListHandler core_v1.WatchCoreV1NamespacedPodTemplateListHandler // CoreV1WatchCoreV1NamespacedReplicationControllerHandler sets the operation handler for the watch core v1 namespaced replication controller operation CoreV1WatchCoreV1NamespacedReplicationControllerHandler core_v1.WatchCoreV1NamespacedReplicationControllerHandler // CoreV1WatchCoreV1NamespacedReplicationControllerListHandler sets the operation handler for the watch core v1 namespaced replication controller list operation CoreV1WatchCoreV1NamespacedReplicationControllerListHandler core_v1.WatchCoreV1NamespacedReplicationControllerListHandler // CoreV1WatchCoreV1NamespacedResourceQuotaHandler sets the operation handler for the watch core v1 namespaced resource quota operation CoreV1WatchCoreV1NamespacedResourceQuotaHandler core_v1.WatchCoreV1NamespacedResourceQuotaHandler // CoreV1WatchCoreV1NamespacedResourceQuotaListHandler sets the operation handler for the watch core v1 namespaced resource quota list operation CoreV1WatchCoreV1NamespacedResourceQuotaListHandler core_v1.WatchCoreV1NamespacedResourceQuotaListHandler // CoreV1WatchCoreV1NamespacedSecretHandler sets the operation handler for the watch core v1 namespaced secret operation CoreV1WatchCoreV1NamespacedSecretHandler core_v1.WatchCoreV1NamespacedSecretHandler // CoreV1WatchCoreV1NamespacedSecretListHandler sets the operation handler for the watch core v1 namespaced secret list operation CoreV1WatchCoreV1NamespacedSecretListHandler core_v1.WatchCoreV1NamespacedSecretListHandler // CoreV1WatchCoreV1NamespacedServiceHandler sets the operation handler for the watch core v1 namespaced service operation CoreV1WatchCoreV1NamespacedServiceHandler core_v1.WatchCoreV1NamespacedServiceHandler // CoreV1WatchCoreV1NamespacedServiceAccountHandler sets the operation handler for the watch core v1 namespaced service account operation CoreV1WatchCoreV1NamespacedServiceAccountHandler core_v1.WatchCoreV1NamespacedServiceAccountHandler // CoreV1WatchCoreV1NamespacedServiceAccountListHandler sets the operation handler for the watch core v1 namespaced service account list operation CoreV1WatchCoreV1NamespacedServiceAccountListHandler core_v1.WatchCoreV1NamespacedServiceAccountListHandler // CoreV1WatchCoreV1NamespacedServiceListHandler sets the operation handler for the watch core v1 namespaced service list operation CoreV1WatchCoreV1NamespacedServiceListHandler core_v1.WatchCoreV1NamespacedServiceListHandler // CoreV1WatchCoreV1NodeHandler sets the operation handler for the watch core v1 node operation CoreV1WatchCoreV1NodeHandler core_v1.WatchCoreV1NodeHandler // CoreV1WatchCoreV1NodeListHandler sets the operation handler for the watch core v1 node list operation CoreV1WatchCoreV1NodeListHandler core_v1.WatchCoreV1NodeListHandler // CoreV1WatchCoreV1PersistentVolumeHandler sets the operation handler for the watch core v1 persistent volume operation CoreV1WatchCoreV1PersistentVolumeHandler core_v1.WatchCoreV1PersistentVolumeHandler // CoreV1WatchCoreV1PersistentVolumeClaimListForAllNamespacesHandler sets the operation handler for the watch core v1 persistent volume claim list for all namespaces operation CoreV1WatchCoreV1PersistentVolumeClaimListForAllNamespacesHandler core_v1.WatchCoreV1PersistentVolumeClaimListForAllNamespacesHandler // CoreV1WatchCoreV1PersistentVolumeListHandler sets the operation handler for the watch core v1 persistent volume list operation CoreV1WatchCoreV1PersistentVolumeListHandler core_v1.WatchCoreV1PersistentVolumeListHandler // CoreV1WatchCoreV1PodListForAllNamespacesHandler sets the operation handler for the watch core v1 pod list for all namespaces operation CoreV1WatchCoreV1PodListForAllNamespacesHandler core_v1.WatchCoreV1PodListForAllNamespacesHandler // CoreV1WatchCoreV1PodTemplateListForAllNamespacesHandler sets the operation handler for the watch core v1 pod template list for all namespaces operation CoreV1WatchCoreV1PodTemplateListForAllNamespacesHandler core_v1.WatchCoreV1PodTemplateListForAllNamespacesHandler // CoreV1WatchCoreV1ReplicationControllerListForAllNamespacesHandler sets the operation handler for the watch core v1 replication controller list for all namespaces operation CoreV1WatchCoreV1ReplicationControllerListForAllNamespacesHandler core_v1.WatchCoreV1ReplicationControllerListForAllNamespacesHandler // CoreV1WatchCoreV1ResourceQuotaListForAllNamespacesHandler sets the operation handler for the watch core v1 resource quota list for all namespaces operation CoreV1WatchCoreV1ResourceQuotaListForAllNamespacesHandler core_v1.WatchCoreV1ResourceQuotaListForAllNamespacesHandler // CoreV1WatchCoreV1SecretListForAllNamespacesHandler sets the operation handler for the watch core v1 secret list for all namespaces operation CoreV1WatchCoreV1SecretListForAllNamespacesHandler core_v1.WatchCoreV1SecretListForAllNamespacesHandler // CoreV1WatchCoreV1ServiceAccountListForAllNamespacesHandler sets the operation handler for the watch core v1 service account list for all namespaces operation CoreV1WatchCoreV1ServiceAccountListForAllNamespacesHandler core_v1.WatchCoreV1ServiceAccountListForAllNamespacesHandler // CoreV1WatchCoreV1ServiceListForAllNamespacesHandler sets the operation handler for the watch core v1 service list for all namespaces operation CoreV1WatchCoreV1ServiceListForAllNamespacesHandler core_v1.WatchCoreV1ServiceListForAllNamespacesHandler // DiscoveryV1beta1WatchDiscoveryV1beta1EndpointSliceListForAllNamespacesHandler sets the operation handler for the watch discovery v1beta1 endpoint slice list for all namespaces operation DiscoveryV1beta1WatchDiscoveryV1beta1EndpointSliceListForAllNamespacesHandler discovery_v1beta1.WatchDiscoveryV1beta1EndpointSliceListForAllNamespacesHandler // DiscoveryV1beta1WatchDiscoveryV1beta1NamespacedEndpointSliceHandler sets the operation handler for the watch discovery v1beta1 namespaced endpoint slice operation DiscoveryV1beta1WatchDiscoveryV1beta1NamespacedEndpointSliceHandler discovery_v1beta1.WatchDiscoveryV1beta1NamespacedEndpointSliceHandler // DiscoveryV1beta1WatchDiscoveryV1beta1NamespacedEndpointSliceListHandler sets the operation handler for the watch discovery v1beta1 namespaced endpoint slice list operation DiscoveryV1beta1WatchDiscoveryV1beta1NamespacedEndpointSliceListHandler discovery_v1beta1.WatchDiscoveryV1beta1NamespacedEndpointSliceListHandler // EventsV1WatchEventsV1EventListForAllNamespacesHandler sets the operation handler for the watch events v1 event list for all namespaces operation EventsV1WatchEventsV1EventListForAllNamespacesHandler events_v1.WatchEventsV1EventListForAllNamespacesHandler // EventsV1WatchEventsV1NamespacedEventHandler sets the operation handler for the watch events v1 namespaced event operation EventsV1WatchEventsV1NamespacedEventHandler events_v1.WatchEventsV1NamespacedEventHandler // EventsV1WatchEventsV1NamespacedEventListHandler sets the operation handler for the watch events v1 namespaced event list operation EventsV1WatchEventsV1NamespacedEventListHandler events_v1.WatchEventsV1NamespacedEventListHandler // EventsV1beta1WatchEventsV1beta1EventListForAllNamespacesHandler sets the operation handler for the watch events v1beta1 event list for all namespaces operation EventsV1beta1WatchEventsV1beta1EventListForAllNamespacesHandler events_v1beta1.WatchEventsV1beta1EventListForAllNamespacesHandler // EventsV1beta1WatchEventsV1beta1NamespacedEventHandler sets the operation handler for the watch events v1beta1 namespaced event operation EventsV1beta1WatchEventsV1beta1NamespacedEventHandler events_v1beta1.WatchEventsV1beta1NamespacedEventHandler // EventsV1beta1WatchEventsV1beta1NamespacedEventListHandler sets the operation handler for the watch events v1beta1 namespaced event list operation EventsV1beta1WatchEventsV1beta1NamespacedEventListHandler events_v1beta1.WatchEventsV1beta1NamespacedEventListHandler // ExtensionsV1beta1WatchExtensionsV1beta1IngressListForAllNamespacesHandler sets the operation handler for the watch extensions v1beta1 ingress list for all namespaces operation ExtensionsV1beta1WatchExtensionsV1beta1IngressListForAllNamespacesHandler extensions_v1beta1.WatchExtensionsV1beta1IngressListForAllNamespacesHandler // ExtensionsV1beta1WatchExtensionsV1beta1NamespacedIngressHandler sets the operation handler for the watch extensions v1beta1 namespaced ingress operation ExtensionsV1beta1WatchExtensionsV1beta1NamespacedIngressHandler extensions_v1beta1.WatchExtensionsV1beta1NamespacedIngressHandler // ExtensionsV1beta1WatchExtensionsV1beta1NamespacedIngressListHandler sets the operation handler for the watch extensions v1beta1 namespaced ingress list operation ExtensionsV1beta1WatchExtensionsV1beta1NamespacedIngressListHandler extensions_v1beta1.WatchExtensionsV1beta1NamespacedIngressListHandler // FlowcontrolApiserverV1alpha1WatchFlowcontrolApiserverV1alpha1FlowSchemaHandler sets the operation handler for the watch flowcontrol apiserver v1alpha1 flow schema operation FlowcontrolApiserverV1alpha1WatchFlowcontrolApiserverV1alpha1FlowSchemaHandler flowcontrol_apiserver_v1alpha1.WatchFlowcontrolApiserverV1alpha1FlowSchemaHandler // FlowcontrolApiserverV1alpha1WatchFlowcontrolApiserverV1alpha1FlowSchemaListHandler sets the operation handler for the watch flowcontrol apiserver v1alpha1 flow schema list operation FlowcontrolApiserverV1alpha1WatchFlowcontrolApiserverV1alpha1FlowSchemaListHandler flowcontrol_apiserver_v1alpha1.WatchFlowcontrolApiserverV1alpha1FlowSchemaListHandler // FlowcontrolApiserverV1alpha1WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationHandler sets the operation handler for the watch flowcontrol apiserver v1alpha1 priority level configuration operation FlowcontrolApiserverV1alpha1WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationHandler flowcontrol_apiserver_v1alpha1.WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationHandler // FlowcontrolApiserverV1alpha1WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListHandler sets the operation handler for the watch flowcontrol apiserver v1alpha1 priority level configuration list operation FlowcontrolApiserverV1alpha1WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListHandler flowcontrol_apiserver_v1alpha1.WatchFlowcontrolApiserverV1alpha1PriorityLevelConfigurationListHandler // NetworkingV1WatchNetworkingV1IngressClassHandler sets the operation handler for the watch networking v1 ingress class operation NetworkingV1WatchNetworkingV1IngressClassHandler networking_v1.WatchNetworkingV1IngressClassHandler // NetworkingV1WatchNetworkingV1IngressClassListHandler sets the operation handler for the watch networking v1 ingress class list operation NetworkingV1WatchNetworkingV1IngressClassListHandler networking_v1.WatchNetworkingV1IngressClassListHandler // NetworkingV1WatchNetworkingV1IngressListForAllNamespacesHandler sets the operation handler for the watch networking v1 ingress list for all namespaces operation NetworkingV1WatchNetworkingV1IngressListForAllNamespacesHandler networking_v1.WatchNetworkingV1IngressListForAllNamespacesHandler // NetworkingV1WatchNetworkingV1NamespacedIngressHandler sets the operation handler for the watch networking v1 namespaced ingress operation NetworkingV1WatchNetworkingV1NamespacedIngressHandler networking_v1.WatchNetworkingV1NamespacedIngressHandler // NetworkingV1WatchNetworkingV1NamespacedIngressListHandler sets the operation handler for the watch networking v1 namespaced ingress list operation NetworkingV1WatchNetworkingV1NamespacedIngressListHandler networking_v1.WatchNetworkingV1NamespacedIngressListHandler // NetworkingV1WatchNetworkingV1NamespacedNetworkPolicyHandler sets the operation handler for the watch networking v1 namespaced network policy operation NetworkingV1WatchNetworkingV1NamespacedNetworkPolicyHandler networking_v1.WatchNetworkingV1NamespacedNetworkPolicyHandler // NetworkingV1WatchNetworkingV1NamespacedNetworkPolicyListHandler sets the operation handler for the watch networking v1 namespaced network policy list operation NetworkingV1WatchNetworkingV1NamespacedNetworkPolicyListHandler networking_v1.WatchNetworkingV1NamespacedNetworkPolicyListHandler // NetworkingV1WatchNetworkingV1NetworkPolicyListForAllNamespacesHandler sets the operation handler for the watch networking v1 network policy list for all namespaces operation NetworkingV1WatchNetworkingV1NetworkPolicyListForAllNamespacesHandler networking_v1.WatchNetworkingV1NetworkPolicyListForAllNamespacesHandler // NetworkingV1beta1WatchNetworkingV1beta1IngressClassHandler sets the operation handler for the watch networking v1beta1 ingress class operation NetworkingV1beta1WatchNetworkingV1beta1IngressClassHandler networking_v1beta1.WatchNetworkingV1beta1IngressClassHandler // NetworkingV1beta1WatchNetworkingV1beta1IngressClassListHandler sets the operation handler for the watch networking v1beta1 ingress class list operation NetworkingV1beta1WatchNetworkingV1beta1IngressClassListHandler networking_v1beta1.WatchNetworkingV1beta1IngressClassListHandler // NetworkingV1beta1WatchNetworkingV1beta1IngressListForAllNamespacesHandler sets the operation handler for the watch networking v1beta1 ingress list for all namespaces operation NetworkingV1beta1WatchNetworkingV1beta1IngressListForAllNamespacesHandler networking_v1beta1.WatchNetworkingV1beta1IngressListForAllNamespacesHandler // NetworkingV1beta1WatchNetworkingV1beta1NamespacedIngressHandler sets the operation handler for the watch networking v1beta1 namespaced ingress operation NetworkingV1beta1WatchNetworkingV1beta1NamespacedIngressHandler networking_v1beta1.WatchNetworkingV1beta1NamespacedIngressHandler // NetworkingV1beta1WatchNetworkingV1beta1NamespacedIngressListHandler sets the operation handler for the watch networking v1beta1 namespaced ingress list operation NetworkingV1beta1WatchNetworkingV1beta1NamespacedIngressListHandler networking_v1beta1.WatchNetworkingV1beta1NamespacedIngressListHandler // NodeV1alpha1WatchNodeV1alpha1RuntimeClassHandler sets the operation handler for the watch node v1alpha1 runtime class operation NodeV1alpha1WatchNodeV1alpha1RuntimeClassHandler node_v1alpha1.WatchNodeV1alpha1RuntimeClassHandler // NodeV1alpha1WatchNodeV1alpha1RuntimeClassListHandler sets the operation handler for the watch node v1alpha1 runtime class list operation NodeV1alpha1WatchNodeV1alpha1RuntimeClassListHandler node_v1alpha1.WatchNodeV1alpha1RuntimeClassListHandler // NodeV1beta1WatchNodeV1beta1RuntimeClassHandler sets the operation handler for the watch node v1beta1 runtime class operation NodeV1beta1WatchNodeV1beta1RuntimeClassHandler node_v1beta1.WatchNodeV1beta1RuntimeClassHandler // NodeV1beta1WatchNodeV1beta1RuntimeClassListHandler sets the operation handler for the watch node v1beta1 runtime class list operation NodeV1beta1WatchNodeV1beta1RuntimeClassListHandler node_v1beta1.WatchNodeV1beta1RuntimeClassListHandler // PolicyV1beta1WatchPolicyV1beta1NamespacedPodDisruptionBudgetHandler sets the operation handler for the watch policy v1beta1 namespaced pod disruption budget operation PolicyV1beta1WatchPolicyV1beta1NamespacedPodDisruptionBudgetHandler policy_v1beta1.WatchPolicyV1beta1NamespacedPodDisruptionBudgetHandler // PolicyV1beta1WatchPolicyV1beta1NamespacedPodDisruptionBudgetListHandler sets the operation handler for the watch policy v1beta1 namespaced pod disruption budget list operation PolicyV1beta1WatchPolicyV1beta1NamespacedPodDisruptionBudgetListHandler policy_v1beta1.WatchPolicyV1beta1NamespacedPodDisruptionBudgetListHandler // PolicyV1beta1WatchPolicyV1beta1PodDisruptionBudgetListForAllNamespacesHandler sets the operation handler for the watch policy v1beta1 pod disruption budget list for all namespaces operation PolicyV1beta1WatchPolicyV1beta1PodDisruptionBudgetListForAllNamespacesHandler policy_v1beta1.WatchPolicyV1beta1PodDisruptionBudgetListForAllNamespacesHandler // PolicyV1beta1WatchPolicyV1beta1PodSecurityPolicyHandler sets the operation handler for the watch policy v1beta1 pod security policy operation PolicyV1beta1WatchPolicyV1beta1PodSecurityPolicyHandler policy_v1beta1.WatchPolicyV1beta1PodSecurityPolicyHandler // PolicyV1beta1WatchPolicyV1beta1PodSecurityPolicyListHandler sets the operation handler for the watch policy v1beta1 pod security policy list operation PolicyV1beta1WatchPolicyV1beta1PodSecurityPolicyListHandler policy_v1beta1.WatchPolicyV1beta1PodSecurityPolicyListHandler // RbacAuthorizationV1WatchRbacAuthorizationV1ClusterRoleHandler sets the operation handler for the watch rbac authorization v1 cluster role operation RbacAuthorizationV1WatchRbacAuthorizationV1ClusterRoleHandler rbac_authorization_v1.WatchRbacAuthorizationV1ClusterRoleHandler // RbacAuthorizationV1WatchRbacAuthorizationV1ClusterRoleBindingHandler sets the operation handler for the watch rbac authorization v1 cluster role binding operation RbacAuthorizationV1WatchRbacAuthorizationV1ClusterRoleBindingHandler rbac_authorization_v1.WatchRbacAuthorizationV1ClusterRoleBindingHandler // RbacAuthorizationV1WatchRbacAuthorizationV1ClusterRoleBindingListHandler sets the operation handler for the watch rbac authorization v1 cluster role binding list operation RbacAuthorizationV1WatchRbacAuthorizationV1ClusterRoleBindingListHandler rbac_authorization_v1.WatchRbacAuthorizationV1ClusterRoleBindingListHandler // RbacAuthorizationV1WatchRbacAuthorizationV1ClusterRoleListHandler sets the operation handler for the watch rbac authorization v1 cluster role list operation RbacAuthorizationV1WatchRbacAuthorizationV1ClusterRoleListHandler rbac_authorization_v1.WatchRbacAuthorizationV1ClusterRoleListHandler // RbacAuthorizationV1WatchRbacAuthorizationV1NamespacedRoleHandler sets the operation handler for the watch rbac authorization v1 namespaced role operation RbacAuthorizationV1WatchRbacAuthorizationV1NamespacedRoleHandler rbac_authorization_v1.WatchRbacAuthorizationV1NamespacedRoleHandler // RbacAuthorizationV1WatchRbacAuthorizationV1NamespacedRoleBindingHandler sets the operation handler for the watch rbac authorization v1 namespaced role binding operation RbacAuthorizationV1WatchRbacAuthorizationV1NamespacedRoleBindingHandler rbac_authorization_v1.WatchRbacAuthorizationV1NamespacedRoleBindingHandler // RbacAuthorizationV1WatchRbacAuthorizationV1NamespacedRoleBindingListHandler sets the operation handler for the watch rbac authorization v1 namespaced role binding list operation RbacAuthorizationV1WatchRbacAuthorizationV1NamespacedRoleBindingListHandler rbac_authorization_v1.WatchRbacAuthorizationV1NamespacedRoleBindingListHandler // RbacAuthorizationV1WatchRbacAuthorizationV1NamespacedRoleListHandler sets the operation handler for the watch rbac authorization v1 namespaced role list operation RbacAuthorizationV1WatchRbacAuthorizationV1NamespacedRoleListHandler rbac_authorization_v1.WatchRbacAuthorizationV1NamespacedRoleListHandler // RbacAuthorizationV1WatchRbacAuthorizationV1RoleBindingListForAllNamespacesHandler sets the operation handler for the watch rbac authorization v1 role binding list for all namespaces operation RbacAuthorizationV1WatchRbacAuthorizationV1RoleBindingListForAllNamespacesHandler rbac_authorization_v1.WatchRbacAuthorizationV1RoleBindingListForAllNamespacesHandler // RbacAuthorizationV1WatchRbacAuthorizationV1RoleListForAllNamespacesHandler sets the operation handler for the watch rbac authorization v1 role list for all namespaces operation RbacAuthorizationV1WatchRbacAuthorizationV1RoleListForAllNamespacesHandler rbac_authorization_v1.WatchRbacAuthorizationV1RoleListForAllNamespacesHandler // RbacAuthorizationV1alpha1WatchRbacAuthorizationV1alpha1ClusterRoleHandler sets the operation handler for the watch rbac authorization v1alpha1 cluster role operation RbacAuthorizationV1alpha1WatchRbacAuthorizationV1alpha1ClusterRoleHandler rbac_authorization_v1alpha1.WatchRbacAuthorizationV1alpha1ClusterRoleHandler // RbacAuthorizationV1alpha1WatchRbacAuthorizationV1alpha1ClusterRoleBindingHandler sets the operation handler for the watch rbac authorization v1alpha1 cluster role binding operation RbacAuthorizationV1alpha1WatchRbacAuthorizationV1alpha1ClusterRoleBindingHandler rbac_authorization_v1alpha1.WatchRbacAuthorizationV1alpha1ClusterRoleBindingHandler // RbacAuthorizationV1alpha1WatchRbacAuthorizationV1alpha1ClusterRoleBindingListHandler sets the operation handler for the watch rbac authorization v1alpha1 cluster role binding list operation RbacAuthorizationV1alpha1WatchRbacAuthorizationV1alpha1ClusterRoleBindingListHandler rbac_authorization_v1alpha1.WatchRbacAuthorizationV1alpha1ClusterRoleBindingListHandler // RbacAuthorizationV1alpha1WatchRbacAuthorizationV1alpha1ClusterRoleListHandler sets the operation handler for the watch rbac authorization v1alpha1 cluster role list operation RbacAuthorizationV1alpha1WatchRbacAuthorizationV1alpha1ClusterRoleListHandler rbac_authorization_v1alpha1.WatchRbacAuthorizationV1alpha1ClusterRoleListHandler // RbacAuthorizationV1alpha1WatchRbacAuthorizationV1alpha1NamespacedRoleHandler sets the operation handler for the watch rbac authorization v1alpha1 namespaced role operation RbacAuthorizationV1alpha1WatchRbacAuthorizationV1alpha1NamespacedRoleHandler rbac_authorization_v1alpha1.WatchRbacAuthorizationV1alpha1NamespacedRoleHandler // RbacAuthorizationV1alpha1WatchRbacAuthorizationV1alpha1NamespacedRoleBindingHandler sets the operation handler for the watch rbac authorization v1alpha1 namespaced role binding operation RbacAuthorizationV1alpha1WatchRbacAuthorizationV1alpha1NamespacedRoleBindingHandler rbac_authorization_v1alpha1.WatchRbacAuthorizationV1alpha1NamespacedRoleBindingHandler // RbacAuthorizationV1alpha1WatchRbacAuthorizationV1alpha1NamespacedRoleBindingListHandler sets the operation handler for the watch rbac authorization v1alpha1 namespaced role binding list operation RbacAuthorizationV1alpha1WatchRbacAuthorizationV1alpha1NamespacedRoleBindingListHandler rbac_authorization_v1alpha1.WatchRbacAuthorizationV1alpha1NamespacedRoleBindingListHandler // RbacAuthorizationV1alpha1WatchRbacAuthorizationV1alpha1NamespacedRoleListHandler sets the operation handler for the watch rbac authorization v1alpha1 namespaced role list operation RbacAuthorizationV1alpha1WatchRbacAuthorizationV1alpha1NamespacedRoleListHandler rbac_authorization_v1alpha1.WatchRbacAuthorizationV1alpha1NamespacedRoleListHandler // RbacAuthorizationV1alpha1WatchRbacAuthorizationV1alpha1RoleBindingListForAllNamespacesHandler sets the operation handler for the watch rbac authorization v1alpha1 role binding list for all namespaces operation RbacAuthorizationV1alpha1WatchRbacAuthorizationV1alpha1RoleBindingListForAllNamespacesHandler rbac_authorization_v1alpha1.WatchRbacAuthorizationV1alpha1RoleBindingListForAllNamespacesHandler // RbacAuthorizationV1alpha1WatchRbacAuthorizationV1alpha1RoleListForAllNamespacesHandler sets the operation handler for the watch rbac authorization v1alpha1 role list for all namespaces operation RbacAuthorizationV1alpha1WatchRbacAuthorizationV1alpha1RoleListForAllNamespacesHandler rbac_authorization_v1alpha1.WatchRbacAuthorizationV1alpha1RoleListForAllNamespacesHandler // RbacAuthorizationV1beta1WatchRbacAuthorizationV1beta1ClusterRoleHandler sets the operation handler for the watch rbac authorization v1beta1 cluster role operation RbacAuthorizationV1beta1WatchRbacAuthorizationV1beta1ClusterRoleHandler rbac_authorization_v1beta1.WatchRbacAuthorizationV1beta1ClusterRoleHandler // RbacAuthorizationV1beta1WatchRbacAuthorizationV1beta1ClusterRoleBindingHandler sets the operation handler for the watch rbac authorization v1beta1 cluster role binding operation RbacAuthorizationV1beta1WatchRbacAuthorizationV1beta1ClusterRoleBindingHandler rbac_authorization_v1beta1.WatchRbacAuthorizationV1beta1ClusterRoleBindingHandler // RbacAuthorizationV1beta1WatchRbacAuthorizationV1beta1ClusterRoleBindingListHandler sets the operation handler for the watch rbac authorization v1beta1 cluster role binding list operation RbacAuthorizationV1beta1WatchRbacAuthorizationV1beta1ClusterRoleBindingListHandler rbac_authorization_v1beta1.WatchRbacAuthorizationV1beta1ClusterRoleBindingListHandler // RbacAuthorizationV1beta1WatchRbacAuthorizationV1beta1ClusterRoleListHandler sets the operation handler for the watch rbac authorization v1beta1 cluster role list operation RbacAuthorizationV1beta1WatchRbacAuthorizationV1beta1ClusterRoleListHandler rbac_authorization_v1beta1.WatchRbacAuthorizationV1beta1ClusterRoleListHandler // RbacAuthorizationV1beta1WatchRbacAuthorizationV1beta1NamespacedRoleHandler sets the operation handler for the watch rbac authorization v1beta1 namespaced role operation RbacAuthorizationV1beta1WatchRbacAuthorizationV1beta1NamespacedRoleHandler rbac_authorization_v1beta1.WatchRbacAuthorizationV1beta1NamespacedRoleHandler // RbacAuthorizationV1beta1WatchRbacAuthorizationV1beta1NamespacedRoleBindingHandler sets the operation handler for the watch rbac authorization v1beta1 namespaced role binding operation RbacAuthorizationV1beta1WatchRbacAuthorizationV1beta1NamespacedRoleBindingHandler rbac_authorization_v1beta1.WatchRbacAuthorizationV1beta1NamespacedRoleBindingHandler // RbacAuthorizationV1beta1WatchRbacAuthorizationV1beta1NamespacedRoleBindingListHandler sets the operation handler for the watch rbac authorization v1beta1 namespaced role binding list operation RbacAuthorizationV1beta1WatchRbacAuthorizationV1beta1NamespacedRoleBindingListHandler rbac_authorization_v1beta1.WatchRbacAuthorizationV1beta1NamespacedRoleBindingListHandler // RbacAuthorizationV1beta1WatchRbacAuthorizationV1beta1NamespacedRoleListHandler sets the operation handler for the watch rbac authorization v1beta1 namespaced role list operation RbacAuthorizationV1beta1WatchRbacAuthorizationV1beta1NamespacedRoleListHandler rbac_authorization_v1beta1.WatchRbacAuthorizationV1beta1NamespacedRoleListHandler // RbacAuthorizationV1beta1WatchRbacAuthorizationV1beta1RoleBindingListForAllNamespacesHandler sets the operation handler for the watch rbac authorization v1beta1 role binding list for all namespaces operation RbacAuthorizationV1beta1WatchRbacAuthorizationV1beta1RoleBindingListForAllNamespacesHandler rbac_authorization_v1beta1.WatchRbacAuthorizationV1beta1RoleBindingListForAllNamespacesHandler // RbacAuthorizationV1beta1WatchRbacAuthorizationV1beta1RoleListForAllNamespacesHandler sets the operation handler for the watch rbac authorization v1beta1 role list for all namespaces operation RbacAuthorizationV1beta1WatchRbacAuthorizationV1beta1RoleListForAllNamespacesHandler rbac_authorization_v1beta1.WatchRbacAuthorizationV1beta1RoleListForAllNamespacesHandler // SchedulingV1WatchSchedulingV1PriorityClassHandler sets the operation handler for the watch scheduling v1 priority class operation SchedulingV1WatchSchedulingV1PriorityClassHandler scheduling_v1.WatchSchedulingV1PriorityClassHandler // SchedulingV1WatchSchedulingV1PriorityClassListHandler sets the operation handler for the watch scheduling v1 priority class list operation SchedulingV1WatchSchedulingV1PriorityClassListHandler scheduling_v1.WatchSchedulingV1PriorityClassListHandler // SchedulingV1alpha1WatchSchedulingV1alpha1PriorityClassHandler sets the operation handler for the watch scheduling v1alpha1 priority class operation SchedulingV1alpha1WatchSchedulingV1alpha1PriorityClassHandler scheduling_v1alpha1.WatchSchedulingV1alpha1PriorityClassHandler // SchedulingV1alpha1WatchSchedulingV1alpha1PriorityClassListHandler sets the operation handler for the watch scheduling v1alpha1 priority class list operation SchedulingV1alpha1WatchSchedulingV1alpha1PriorityClassListHandler scheduling_v1alpha1.WatchSchedulingV1alpha1PriorityClassListHandler // SchedulingV1beta1WatchSchedulingV1beta1PriorityClassHandler sets the operation handler for the watch scheduling v1beta1 priority class operation SchedulingV1beta1WatchSchedulingV1beta1PriorityClassHandler scheduling_v1beta1.WatchSchedulingV1beta1PriorityClassHandler // SchedulingV1beta1WatchSchedulingV1beta1PriorityClassListHandler sets the operation handler for the watch scheduling v1beta1 priority class list operation SchedulingV1beta1WatchSchedulingV1beta1PriorityClassListHandler scheduling_v1beta1.WatchSchedulingV1beta1PriorityClassListHandler // SettingsV1alpha1WatchSettingsV1alpha1NamespacedPodPresetHandler sets the operation handler for the watch settings v1alpha1 namespaced pod preset operation SettingsV1alpha1WatchSettingsV1alpha1NamespacedPodPresetHandler settings_v1alpha1.WatchSettingsV1alpha1NamespacedPodPresetHandler // SettingsV1alpha1WatchSettingsV1alpha1NamespacedPodPresetListHandler sets the operation handler for the watch settings v1alpha1 namespaced pod preset list operation SettingsV1alpha1WatchSettingsV1alpha1NamespacedPodPresetListHandler settings_v1alpha1.WatchSettingsV1alpha1NamespacedPodPresetListHandler // SettingsV1alpha1WatchSettingsV1alpha1PodPresetListForAllNamespacesHandler sets the operation handler for the watch settings v1alpha1 pod preset list for all namespaces operation SettingsV1alpha1WatchSettingsV1alpha1PodPresetListForAllNamespacesHandler settings_v1alpha1.WatchSettingsV1alpha1PodPresetListForAllNamespacesHandler // StorageV1WatchStorageV1CSIDriverHandler sets the operation handler for the watch storage v1 c s i driver operation StorageV1WatchStorageV1CSIDriverHandler storage_v1.WatchStorageV1CSIDriverHandler // StorageV1WatchStorageV1CSIDriverListHandler sets the operation handler for the watch storage v1 c s i driver list operation StorageV1WatchStorageV1CSIDriverListHandler storage_v1.WatchStorageV1CSIDriverListHandler // StorageV1WatchStorageV1CSINodeHandler sets the operation handler for the watch storage v1 c s i node operation StorageV1WatchStorageV1CSINodeHandler storage_v1.WatchStorageV1CSINodeHandler // StorageV1WatchStorageV1CSINodeListHandler sets the operation handler for the watch storage v1 c s i node list operation StorageV1WatchStorageV1CSINodeListHandler storage_v1.WatchStorageV1CSINodeListHandler // StorageV1WatchStorageV1StorageClassHandler sets the operation handler for the watch storage v1 storage class operation StorageV1WatchStorageV1StorageClassHandler storage_v1.WatchStorageV1StorageClassHandler // StorageV1WatchStorageV1StorageClassListHandler sets the operation handler for the watch storage v1 storage class list operation StorageV1WatchStorageV1StorageClassListHandler storage_v1.WatchStorageV1StorageClassListHandler // StorageV1WatchStorageV1VolumeAttachmentHandler sets the operation handler for the watch storage v1 volume attachment operation StorageV1WatchStorageV1VolumeAttachmentHandler storage_v1.WatchStorageV1VolumeAttachmentHandler // StorageV1WatchStorageV1VolumeAttachmentListHandler sets the operation handler for the watch storage v1 volume attachment list operation StorageV1WatchStorageV1VolumeAttachmentListHandler storage_v1.WatchStorageV1VolumeAttachmentListHandler // StorageV1alpha1WatchStorageV1alpha1VolumeAttachmentHandler sets the operation handler for the watch storage v1alpha1 volume attachment operation StorageV1alpha1WatchStorageV1alpha1VolumeAttachmentHandler storage_v1alpha1.WatchStorageV1alpha1VolumeAttachmentHandler // StorageV1alpha1WatchStorageV1alpha1VolumeAttachmentListHandler sets the operation handler for the watch storage v1alpha1 volume attachment list operation StorageV1alpha1WatchStorageV1alpha1VolumeAttachmentListHandler storage_v1alpha1.WatchStorageV1alpha1VolumeAttachmentListHandler // StorageV1beta1WatchStorageV1beta1CSIDriverHandler sets the operation handler for the watch storage v1beta1 c s i driver operation StorageV1beta1WatchStorageV1beta1CSIDriverHandler storage_v1beta1.WatchStorageV1beta1CSIDriverHandler // StorageV1beta1WatchStorageV1beta1CSIDriverListHandler sets the operation handler for the watch storage v1beta1 c s i driver list operation StorageV1beta1WatchStorageV1beta1CSIDriverListHandler storage_v1beta1.WatchStorageV1beta1CSIDriverListHandler // StorageV1beta1WatchStorageV1beta1CSINodeHandler sets the operation handler for the watch storage v1beta1 c s i node operation StorageV1beta1WatchStorageV1beta1CSINodeHandler storage_v1beta1.WatchStorageV1beta1CSINodeHandler // StorageV1beta1WatchStorageV1beta1CSINodeListHandler sets the operation handler for the watch storage v1beta1 c s i node list operation StorageV1beta1WatchStorageV1beta1CSINodeListHandler storage_v1beta1.WatchStorageV1beta1CSINodeListHandler // StorageV1beta1WatchStorageV1beta1StorageClassHandler sets the operation handler for the watch storage v1beta1 storage class operation StorageV1beta1WatchStorageV1beta1StorageClassHandler storage_v1beta1.WatchStorageV1beta1StorageClassHandler // StorageV1beta1WatchStorageV1beta1StorageClassListHandler sets the operation handler for the watch storage v1beta1 storage class list operation StorageV1beta1WatchStorageV1beta1StorageClassListHandler storage_v1beta1.WatchStorageV1beta1StorageClassListHandler // StorageV1beta1WatchStorageV1beta1VolumeAttachmentHandler sets the operation handler for the watch storage v1beta1 volume attachment operation StorageV1beta1WatchStorageV1beta1VolumeAttachmentHandler storage_v1beta1.WatchStorageV1beta1VolumeAttachmentHandler // StorageV1beta1WatchStorageV1beta1VolumeAttachmentListHandler sets the operation handler for the watch storage v1beta1 volume attachment list operation StorageV1beta1WatchStorageV1beta1VolumeAttachmentListHandler storage_v1beta1.WatchStorageV1beta1VolumeAttachmentListHandler // ServeError is called when an error is received, there is a default handler // but you can set your own with this ServeError func(http.ResponseWriter, *http.Request, error) // PreServerShutdown is called before the HTTP(S) server is shutdown // This allows for custom functions to get executed before the HTTP(S) server stops accepting traffic PreServerShutdown func() // ServerShutdown is called when the HTTP(S) server is shut down and done // handling all active connections and does not accept connections any more ServerShutdown func() // Custom command line argument groups with their descriptions CommandLineOptionsGroups []swag.CommandLineOptionsGroup // User defined logger function. Logger func(string, ...interface{}) // contains filtered or unexported fields }
KubernetesAPI the kubernetes API
func NewKubernetesAPI ¶
func NewKubernetesAPI(spec *loads.Document) *KubernetesAPI
NewKubernetesAPI creates a new Kubernetes instance
func (*KubernetesAPI) AddMiddlewareFor ¶
func (o *KubernetesAPI) AddMiddlewareFor(method, path string, builder middleware.Builder)
AddMiddlewareFor adds a http middleware to existing handler
func (*KubernetesAPI) AuthenticatorsFor ¶
func (o *KubernetesAPI) AuthenticatorsFor(schemes map[string]spec.SecurityScheme) map[string]runtime.Authenticator
AuthenticatorsFor gets the authenticators for the specified security schemes
func (*KubernetesAPI) Authorizer ¶
func (o *KubernetesAPI) Authorizer() runtime.Authorizer
Authorizer returns the registered authorizer
func (*KubernetesAPI) ConsumersFor ¶
func (o *KubernetesAPI) ConsumersFor(mediaTypes []string) map[string]runtime.Consumer
ConsumersFor gets the consumers for the specified media types. MIME type parameters are ignored here.
func (*KubernetesAPI) Context ¶
func (o *KubernetesAPI) Context() *middleware.Context
Context returns the middleware context for the kubernetes API
func (*KubernetesAPI) DefaultConsumes ¶
func (o *KubernetesAPI) DefaultConsumes() string
DefaultConsumes returns the default consumes media type
func (*KubernetesAPI) DefaultProduces ¶
func (o *KubernetesAPI) DefaultProduces() string
DefaultProduces returns the default produces media type
func (*KubernetesAPI) Formats ¶
func (o *KubernetesAPI) Formats() strfmt.Registry
Formats returns the registered string formats
func (*KubernetesAPI) HandlerFor ¶
func (o *KubernetesAPI) HandlerFor(method, path string) (http.Handler, bool)
HandlerFor gets a http.Handler for the provided operation method and path
func (*KubernetesAPI) Init ¶
func (o *KubernetesAPI) Init()
Init allows you to just initialize the handler cache, you can then recompose the middleware as you see fit
func (*KubernetesAPI) ProducersFor ¶
func (o *KubernetesAPI) ProducersFor(mediaTypes []string) map[string]runtime.Producer
ProducersFor gets the producers for the specified media types. MIME type parameters are ignored here.
func (*KubernetesAPI) RegisterConsumer ¶
func (o *KubernetesAPI) RegisterConsumer(mediaType string, consumer runtime.Consumer)
RegisterConsumer allows you to add (or override) a consumer for a media type.
func (*KubernetesAPI) RegisterFormat ¶
func (o *KubernetesAPI) RegisterFormat(name string, format strfmt.Format, validator strfmt.Validator)
RegisterFormat registers a custom format validator
func (*KubernetesAPI) RegisterProducer ¶
func (o *KubernetesAPI) RegisterProducer(mediaType string, producer runtime.Producer)
RegisterProducer allows you to add (or override) a producer for a media type.
func (*KubernetesAPI) Serve ¶
func (o *KubernetesAPI) Serve(builder middleware.Builder) http.Handler
Serve creates a http handler to serve the API over HTTP can be used directly in http.ListenAndServe(":8000", api.Serve(nil))
func (*KubernetesAPI) ServeErrorFor ¶
func (o *KubernetesAPI) ServeErrorFor(operationID string) func(http.ResponseWriter, *http.Request, error)
ServeErrorFor gets a error handler for a given operation id
func (*KubernetesAPI) SetDefaultConsumes ¶
func (o *KubernetesAPI) SetDefaultConsumes(mediaType string)
SetDefaultConsumes returns the default consumes media type
func (*KubernetesAPI) SetDefaultProduces ¶
func (o *KubernetesAPI) SetDefaultProduces(mediaType string)
SetDefaultProduces sets the default produces media type
func (*KubernetesAPI) SetSpec ¶
func (o *KubernetesAPI) SetSpec(spec *loads.Document)
SetSpec sets a spec that will be served for the clients.
func (*KubernetesAPI) UseRedoc ¶
func (o *KubernetesAPI) UseRedoc()
UseRedoc for documentation at /docs
func (*KubernetesAPI) UseSwaggerUI ¶
func (o *KubernetesAPI) UseSwaggerUI()
UseSwaggerUI for documentation at /docs
func (*KubernetesAPI) Validate ¶
func (o *KubernetesAPI) Validate() error
Validate validates the registrations in the KubernetesAPI