# Functions

New produces a new clusters.Addon for Kong but uses a very opionated set of default configurations (see the defaults() function for more details).
NewBuilder provides a new Builder object for configuring HttpBin cluster addons.

# Constants

AddonName is the unique name of the HttpBin cluster.Addon.
DefaultNamespace is the namespace that the Addon components will be deployed.
DefaultPort is the port that will be used for the HttpBin endpoint on pods and services unless otherwise specified.
Image is the container image that will be used by default.

# Structs

Addon is a Kong Proxy addon which can be deployed on a clusters.Cluster.
Builder is a configuration tool to generate HttpBin cluster addons.