Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

giantswarm/awstpr

Repository files navigation

CircleCI

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

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages