Documentation ¶ Index ¶ type ClientMap func NewClientMap() *ClientMap func (c *ClientMap) Add(name types.NamespacedName, client client.Client) bool func (c *ClientMap) Get(name types.NamespacedName) client.Client func (c *ClientMap) Has(names ...types.NamespacedName) bool func (c *ClientMap) Remove(name types.NamespacedName) bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type ClientMap ¶ type ClientMap struct { // contains filtered or unexported fields } func NewClientMap ¶ func NewClientMap() *ClientMap func (*ClientMap) Add ¶ func (c *ClientMap) Add(name types.NamespacedName, client client.Client) bool func (*ClientMap) Get ¶ func (c *ClientMap) Get(name types.NamespacedName) client.Client func (*ClientMap) Has ¶ func (c *ClientMap) Has(names ...types.NamespacedName) bool func (*ClientMap) Remove ¶ func (c *ClientMap) Remove(name types.NamespacedName) bool Source Files ¶ View all Source files clientmap.go Click to show internal directories. Click to hide internal directories.