Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigManager ¶
type ConfigManager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func NewManager(config *config.Configuration, listeners []Listener) *ConfigManager
func (*ConfigManager) PrepareConfigmap ¶
func (m *ConfigManager) PrepareConfigmap() error
type Listener ¶
type Listener interface {
SyncConfig(cfg *api.ColocationConfig) error
}
Click to show internal directories.
Click to hide internal directories.