k8s-controller-core-resource
k8s-controller-core-resource copied to clipboard
go run *.go doesnt work due to changes to the .List and .Watch functions
Unless I'm mistaken, the .List and .Watch functions now require a context argument, which I've added.