k8s-controller-core-resource icon indicating copy to clipboard operation
k8s-controller-core-resource copied to clipboard

Base sample for a custom controller in Kubernetes working with core resources

Results 6 k8s-controller-core-resource issues
Sort by recently updated
recently updated
newest added

Reached here from your MEDIUM article : https://medium.com/@trstringer/create-kubernetes-controllers-for-core-and-custom-resources-62fc35ad64a3 Started following README instructions, but 'go run *.go' gives me dependencies error. ``` MacBook$ pwd /Users/xxx/testing_operators MacBook$ git clone https://github.com/trstringer/k8s-controller-core-resource MacBook$ cd...

Unless I'm mistaken, the .List and .Watch functions now require a context argument, which I've added.

The `console` formatting formats lines starting with `$` as bash and the following lines as plain text.

This function is never called from the controller. ```go // if the item doesn't exist then it was deleted and we need to fire off the handler's // ObjectDeleted method....

I'm trying to run "dep ensure" and get these warnings: ` Warning: the following project(s) have [[constraint]] stanzas in Gopkg.toml: ✗ github.com/davecgh/go-spew ✗ github.com/ghodss/yaml ✗ github.com/gogo/protobuf ✗ github.com/golang/glog ✗ github.com/golang/protobuf...