Specification of the third party objects used to deploy Kubernetes on top of AWS by the "undercloud" Kubernetes running aws-operator.
Clone the git repository: https://github.com/giantswarm/awstpr.git
Check out the latest tag: https://github.com/giantswarm/awstpr/tags
Build the standard way.
go build github.com/giantswarm/awstpr
However, since this project is just a specification used by the other projects, there only goal of building is to check whether the build is successful. This is just a library which needs to be vendored by the project aiming to use it.
Run the tests the standard way (needs Go 1.9).
go test ./...
- Mailing list: giantswarm
- IRC: #giantswarm on freenode.org
- Bugs: issues
See CONTRIBUTING for details on submitting patches, the contribution workflow as well as reporting bugs.
awstpr is under the Apache 2.0 license. See the LICENSE file for details.