Documentation ¶
Index ¶
- type DynamicCacheMock
- func (c *DynamicCacheMock) Free(ctx context.Context, obj client.Object) error
- func (c *DynamicCacheMock) Get(ctx context.Context, key client.ObjectKey, out client.Object, ...) error
- func (c *DynamicCacheMock) OwnersForGKV(gvk schema.GroupVersionKind) []dynamiccache.OwnerReference
- func (c *DynamicCacheMock) Source() source.Source
- func (c *DynamicCacheMock) Watch(ctx context.Context, owner client.Object, obj runtime.Object) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DynamicCacheMock ¶
type DynamicCacheMock struct {
testutil.CtrlClient
}
func (*DynamicCacheMock) OwnersForGKV ¶ added in v1.4.0
func (c *DynamicCacheMock) OwnersForGKV(gvk schema.GroupVersionKind) []dynamiccache.OwnerReference
func (*DynamicCacheMock) Source ¶
func (c *DynamicCacheMock) Source() source.Source
Click to show internal directories.
Click to hide internal directories.