Go bindings for Kong's Admin API
go get github.com/kong/go-kong/kong
go-kong
is compatible with Kong 1.x and 2.x.
Semantic versioning is followed for versioning go-kong
.
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
go-kong is licensed with Apache License Version 2.0. Please read the LICENSE file for more details.