Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.31 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.31 KB

go-kong

Go bindings for Kong's Admin API with Wallarm configuration options.

Original repository https://github.com/Kong/go-kong

GoDoc Build Status codecov Go Report Card

Importing

go get github.com/kong/go-kong/kong

Compatibility

go-kong is compatible with Wallarm modified Kong 1.x and 2.x and used by Kong kubernetes ingress controller. Semantic versioning is followed for versioning go-kong.

Generators

Some code in this repo such as kong/zz_generated.deepcopy.go is generated from API types (see kong/types.go).

After making a change to an API type you can run the generators with:

./hack/update-deepcopy-gen.sh

License

go-kong is licensed with Apache License Version 2.0. Please read the LICENSE file for more details.