package
0.4.3
Repository: https://github.com/sub-mod/kubernetes.git
Documentation: pkg.go.dev

# Functions

NewMux creates a new mux that can merge changes from multiple sources.
NewWatcher registers a set of listeners that support the Listener interface and notify them on changes.

# Structs

Mux is a class for merging configuration from multiple sources.
No description provided by the author

# Interfaces

Accessor is an interface for retrieving the current merge state.
No description provided by the author
No description provided by the author

# Type aliases

AccessorFunc implements the Accessor interface.
ListenerFunc receives a representation of the change or object.
MergeFunc implements the Merger interface.