Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
Config of namespace controller +k8s:deepcopy-gen=false
func FromContext ¶
FromContext fetches config from context.
type Store ¶
type Store struct {
*configmap.UntypedStore
}
Store is based on configmap.UntypedStore and is used to store and watch for updates to configuration related to routes (currently only config-domain).
+k8s:deepcopy-gen=false
func NewStore ¶
NewStore creates a configmap.UntypedStore based config store.
logger must be non-nil implementation of configmap.Logger (commonly used loggers conform)
onAfterStore is a variadic list of callbacks to run after the ConfigMap has been processed and stored.
See also: configmap.NewUntypedStore().
Click to show internal directories.
Click to hide internal directories.