Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store is a thread-safe store that maps logical cluster paths to cluster names.
func (*Store) Add ¶
func (p *Store) Add(path string, cluster logicalcluster.Name)
Add adds a mapping from path to cluster name.
Click to show internal directories.
Click to hide internal directories.