Mocks used on tests are generated with Mockery, when you need a new mock, create it with this command:
$> mockery -all
Before running the first time this code you need to install this specific kubernetes client go version:
go get k8s.io/[email protected]
go run .