mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 14:14:39 +00:00
Add ctx to registry test cases
This commit is contained in:
@@ -25,6 +25,6 @@ type MockRegistry struct {
|
||||
OnApplyBinding func(binding *api.Binding) error
|
||||
}
|
||||
|
||||
func (mr MockRegistry) ApplyBinding(binding *api.Binding) error {
|
||||
func (mr MockRegistry) ApplyBinding(ctx api.Context, binding *api.Binding) error {
|
||||
return mr.OnApplyBinding(binding)
|
||||
}
|
||||
|
Reference in New Issue
Block a user