package
0.3.1-alpha
Repository: https://github.com/koli/kong-ingress.git
Documentation: pkg.go.dev

# Functions

CreateCRD provision the Custom Resource Definition and wait until the API is ready to interact it with.
CreateDomainTPRs generates the third party resource required for interacting with releases.
GenAdler32Hash generates a adler32 hash from a given string.
NewKongController creates a new KongController.
NewTaskQueue creates a new task queue with the given sync function.
SearchForPrimary searchs for a primary domain.

# Structs

Config defines configuration parameters for the Operator.
KongController watches the kubernetes api server and adds/removes apis on Kong.
TaskQueue manages a work queue through an independent worker that invokes the given sync function for every work item inserted.