Documentation
¶
Overview ¶
Package currentconfigstore provides a utility component for caching the parsed current HAProxy configuration from the HAProxyCfg CRD.
This is a utility component that can be called directly without events. It follows the codebase's utility component pattern for infrastructure concerns.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store holds the parsed current HAProxy configuration. This is a utility component that can be called directly without events.
func (*Store) Get ¶
func (s *Store) Get() *parserconfig.StructuredConfig
Get returns the current parsed config (may be nil).
Click to show internal directories.
Click to hide internal directories.