Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Start ¶
func Start(cfc *controller.CFController, fns ...controller.WatchFunc) (func(), error)
Types ¶
type Namespaces ¶ added in v0.0.2
type Namespaces struct {
// contains filtered or unexported fields
}
func New ¶ added in v0.0.2
func New() *Namespaces
func (*Namespaces) AddNamespace ¶ added in v0.0.2
func (c *Namespaces) AddNamespace(we watch.Event)
func (*Namespaces) AddWatch ¶ added in v0.0.2
func (c *Namespaces) AddWatch(wch chan watch.Event)
func (*Namespaces) DelNamespace ¶ added in v0.0.2
func (c *Namespaces) DelNamespace(we watch.Event)
func (*Namespaces) Namespaces ¶ added in v0.0.2
func (c *Namespaces) Namespaces() []string
Click to show internal directories.
Click to hide internal directories.