Documentation
¶
Overview ¶
Package names provides well-known string constants used across the controller layer.
Centralizing these names prevents typos and enables safe refactoring through compile-time checks rather than runtime string matching.
Index ¶
Constants ¶
View Source
const ( // MainTemplateName is the template name for the primary HAProxy configuration file. MainTemplateName = "haproxy.cfg" // HAProxyPodsResourceType is the resource type name for the auto-injected HAProxy // pod watcher. It appears in store maps, event filters, and rendering context. HAProxyPodsResourceType = "haproxy-pods" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.