mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-09 14:43:24 +00:00
add ResticRepository CRD and move repo-level actions to a controller
Signed-off-by: Steve Kriss <steve@heptio.com>
This commit is contained in:
@@ -151,3 +151,7 @@ func (c *genericController) enqueue(obj interface{}) {
|
||||
|
||||
c.queue.Add(key)
|
||||
}
|
||||
|
||||
func (c *genericController) enqueueSecond(_, obj interface{}) {
|
||||
c.enqueue(obj)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user