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
custom-boilerplate.go.txt
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