Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
func (*Cache) Add ¶
func (c *Cache) Add(key string, namespace string, name string, obj *unstructured.Unstructured)
func (*Cache) Find ¶
func (c *Cache) Find(key string, namespace string) []*unstructured.Unstructured
type CacheGVK ¶
type CacheGVK struct { Key string Namespaces map[string]*CacheNamespace }
type CacheItem ¶
type CacheItem struct {
Obj *unstructured.Unstructured
}
type CacheNamespace ¶
Click to show internal directories.
Click to hide internal directories.