Documentation
¶
Index ¶
Constants ¶
View Source
const ( // DefaultControllerName is the default value of controller name that is // used by the operator. // // This has to match the pattern as specified by the Gateway API GatewayController type. // ref: https://github.com/kubernetes-sigs/gateway-api/blob/v0.8.1/apis/v1beta1/shared_types.go#L537-L551 DefaultControllerName = "konghq.com/gateway-operator" // ControllerNameOverrideVar is the ENV var that can be used to override the // ControllerName at runtime. ControllerNameOverrideVar = "KONG_CONTROLLER_NAME" )
Variables ¶
This section is empty.
Functions ¶
func ControllerName ¶
func ControllerName() string
ControllerName returns the currently set controller name.
func SetControllerName ¶
func SetControllerName(name string)
SetControllerName sets the controller name.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.