mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-29 18:29:31 +00:00
Make this field an interface instead of pointer to allow mocking. Not sure why wrangler has a type that returns an interface instead of just making it an interface itself. Wrangler in general is hard to mock for testing. Signed-off-by: Brad Davidson <brad.davidson@rancher.com>