Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResourceCache ¶
type ResourceCache struct {
// contains filtered or unexported fields
}
func NewCache ¶
func NewCache() *ResourceCache
func (*ResourceCache) Delete ¶
func (rc *ResourceCache) Delete(obj *unstructured.Unstructured)
func (*ResourceCache) Get ¶
func (rc *ResourceCache) Get(obj *unstructured.Unstructured) (*unstructured.Unstructured, time.Time)
func (*ResourceCache) Set ¶
func (rc *ResourceCache) Set(obj *unstructured.Unstructured)
Click to show internal directories.
Click to hide internal directories.