Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ObjectLoadingCache ¶
type ObjectLoadingCache interface { GetObject(ctx context.Context, name types.NamespacedName, obj client.Object) (client.Object, error) SetObject(object client.Object) }
func NewObjectCache ¶
func NewObjectCache(c client.Client, s *runtime.Scheme) ObjectLoadingCache
Click to show internal directories.
Click to hide internal directories.