Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EnvironWatcher ¶
type EnvironWatcher struct {
// contains filtered or unexported fields
}
EnvironWatcher provides common client side api functions to call into the apiserver.common.EnvironWatcher.
func NewEnvironWatcher ¶
func NewEnvironWatcher(façadeName string, caller base.Caller) *EnvironWatcher
NewEnvironWatcher creates a EnvironWatcher on the specified façade, and uses this name when calling through the caller.
func (*EnvironWatcher) EnvironConfig ¶
func (e *EnvironWatcher) EnvironConfig() (*config.Config, error)
EnvironConfig returns the current environment configuration.
func (*EnvironWatcher) WatchForEnvironConfigChanges ¶
func (e *EnvironWatcher) WatchForEnvironConfigChanges() (watcher.NotifyWatcher, error)
WatchForEnvironConfigChanges return a NotifyWatcher waiting for the environment configuration to change.
Click to show internal directories.
Click to hide internal directories.