Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for nsControllerRateLimiter (0.71 sec)

  1. pkg/controller/namespace/namespace_controller.go

    	return namespaceController
    }
    
    // nsControllerRateLimiter is tuned for a faster than normal recycle time with default backoff speed and default overall
    // requeing speed.  We do this so that namespace cleanup is reliably faster and we know that the number of namespaces being
    // deleted is smaller than total number of other namespace scoped resources in a cluster.
    func nsControllerRateLimiter() workqueue.TypedRateLimiter[string] {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 7.6K bytes
    - Viewed (0)
Back to top