Versions in this module Expand all Collapse all v0 v0.2.0 Jul 13, 2022 Changes in this version + type CRRepository struct + func NewEdgeDeviceSetRepository(client client.Client) *CRRepository + func (r *CRRepository) Read(ctx context.Context, name string, namespace string) (*v1alpha1.EdgeDeviceSet, error) + type MockRepository struct + func NewMockRepository(ctrl *gomock.Controller) *MockRepository + func (m *MockRepository) EXPECT() *MockRepositoryMockRecorder + func (m *MockRepository) Read(arg0 context.Context, arg1, arg2 string) (*v1alpha1.EdgeDeviceSet, error) + type MockRepositoryMockRecorder struct + func (mr *MockRepositoryMockRecorder) Read(arg0, arg1, arg2 interface{}) *gomock.Call + type Repository interface + Read func(ctx context.Context, name string, namespace string) (*v1alpha1.EdgeDeviceSet, error)