awstpr
Specification of the third party objects used to deploy Kubernetes on top of AWS by the "undercloud" Kubernetes running aws-operator.
Getting Project
Clone the git repository: https://github.com/giantswarm/awstpr.git
Check out the latest tag: https://github.com/giantswarm/awstpr/tags
How to build
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
Run the tests the standard way (needs Go 1.9).
go test ./...
Contact
- Mailing list: giantswarm
- IRC: #giantswarm on freenode.org
- Bugs: issues
Contributing & Reporting Bugs
See CONTRIBUTING for details on submitting patches, the contribution workflow as well as reporting bugs.
License
awstpr is under the Apache 2.0 license. See the LICENSE file for details.