From e51f37b8aeca217879eb6219a095250577f1cb78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E4=B8=AD=E8=B0=8510171568?= Date: Fri, 22 Apr 2022 16:48:16 +0800 Subject: [PATCH] refactor: remove deprecated flags refactor: remove deprecated deleting-pods-qps deleting-pods-burst register-retry-count flags Kubernetes-commit: c4579165f1f39190009f65dd3faa6d0798aec9bc --- config/v1alpha1/types.go | 9 --------- 1 file changed, 9 deletions(-) diff --git a/config/v1alpha1/types.go b/config/v1alpha1/types.go index 6f0710c..7162fb9 100644 --- a/config/v1alpha1/types.go +++ b/config/v1alpha1/types.go @@ -237,15 +237,6 @@ type StatefulSetControllerConfiguration struct { // DeprecatedControllerConfiguration contains elements be deprecated. type DeprecatedControllerConfiguration struct { - // DEPRECATED: deletingPodsQps is the number of nodes per second on which pods are deleted in - // case of node failure. - DeletingPodsQPS float32 - // DEPRECATED: deletingPodsBurst is the number of nodes on which pods are bursty deleted in - // case of node failure. For more details look into RateLimiter. - DeletingPodsBurst int32 - // registerRetryCount is the number of retries for initial node registration. - // Retry interval equals node-sync-period. - RegisterRetryCount int32 } // EndpointControllerConfiguration contains elements describing EndpointController.