1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 13:29:11 +01:00
Files
descheduler/vendor/k8s.io/code-generator/CONTRIBUTING.md
Sean Malloy 71c8eae47e Update To Go 1.14.4
The kubernetes project has been updated to use Go 1.14.4. See below pull
request.

https://github.com/kubernetes/kubernetes/pull/88638

After making the updates to Go 1.14 "make gen" no longer worked. The
file hack/tools.go had to be created to get "make gen" working with Go
1.14.
2020-06-23 21:33:28 -05:00

750 B
Vendored

Contributing guidelines

Do not open pull requests directly against this repository, they will be ignored. Instead, please open pull requests against kubernetes/kubernetes. Please follow the same contributing guide you would follow for any other pull request made to kubernetes/kubernetes.

This repository is published from kubernetes/kubernetes/staging/src/k8s.io/code-generator by the kubernetes publishing-bot.

Please see Staging Directory and Publishing for more information