Documentation
¶
Overview ¶
Package config allows the current and active PaasConfig to be used all over the codebase.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetConfig ¶ added in v1.5.0
func GetConfig() v1alpha1.PaasConfig
GetConfig retrieVes the current configuration
func SetConfig ¶ added in v1.5.0
func SetConfig(newConfig v1alpha1.PaasConfig)
SetConfig updates the current configuration
Types ¶
type PaasConfigStore ¶ added in v1.5.0
type PaasConfigStore struct {
// contains filtered or unexported fields
}
PaasConfigStore is a thread-safe store for the current PaasConfig
Click to show internal directories.
Click to hide internal directories.