sample-controller/hack
Nikhita Raghunath 4d46ec53ca Fix scripts to not rely on codegen scripts being executable
If someone doesn't have code-generator in their GOPATH, they'll need to
run `go mod vendor` to populate the vendor directory with the code-generator
repo (it is required by `hack/tools.go`).

However, `go mod vendor` does not mark scripts as executable which leads to a
`Permission denied` error while trying to run `update-codegen.sh` in staging repos.
So fix scripts to not rely on codegen scripts being executable.

Kubernetes-commit: 391da79abd7a7af1cfab04de35daba7cd58c4c80
2019-06-16 22:00:57 +05:30
..
boilerplate.go.txt staging: add boilerplate header 2018-02-13 16:50:05 +05:30
custom-boilerplate.go.txt Add sample CustomResourceDefinition controller 2017-10-09 19:19:34 +01:00
tools.go Add staging tools.go imports 2019-03-22 17:55:40 -04:00
update-codegen.sh Fix scripts to not rely on codegen scripts being executable 2019-06-16 22:00:57 +05:30
verify-codegen.sh fix shellcheck in sample-controller 2019-01-23 20:56:25 +08:00