Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateSecretsWorkQueue ¶
func CreateSecretsWorkQueue( core corev1.CoreV1Interface, namespace string, ) (workqueue.RateLimitingInterface, cache.Indexer, cache.Controller)
CreateSecretsWorkQueue creates a secrets work queue for a given namespace
func ParseWorkQueueKey ¶
ParseWorkQueueKey parses a key from the workqueue into its namespace and name.
Types ¶
type RateLimiter ¶
type RateLimiter interface {
AddRateLimited(interface{})
}
RateLimiter is the minimal interface needed for a rate limiting queue.
Click to show internal directories.
Click to hide internal directories.