amazon-archives / aws-service-operator

AWS Service Operator allows you to create AWS resources using kubectl.
Apache License 2.0
730 stars 97 forks source link

Fix generation of deepcopy funcs #123

Closed tantona closed 6 years ago

tantona commented 6 years ago

Signed-off-by: Alexander Tanton tantonat@amazon.com

This PR fixes an issue with generating deepcopy funcs. The relative paths used in output-dir was causing issues. I replaced it with the GOPATH since this should always be set in a dev env.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.