Documentation
¶
Overview ¶
Package mock_test is a generated GoMock package.
Package mock_test contains mock clients for testing
Package mock_test is a generated GoMock package.
Package mock_test is a generated GoMock package.
Package mock_test is a generated GoMock package.
Index ¶
- type MockClient
- func (m *MockClient) Apply(ctx context.Context, obj runtime.ApplyConfiguration, ...) error
- func (m *MockClient) Create(ctx context.Context, obj client.Object, opts ...client.CreateOption) error
- func (m *MockClient) Delete(ctx context.Context, obj client.Object, opts ...client.DeleteOption) error
- func (m *MockClient) DeleteAllOf(ctx context.Context, obj client.Object, opts ...client.DeleteAllOfOption) error
- func (m *MockClient) EXPECT() *MockClientMockRecorder
- func (m *MockClient) Get(ctx context.Context, key client.ObjectKey, obj client.Object, ...) error
- func (m *MockClient) GroupVersionKindFor(obj runtime.Object) (schema.GroupVersionKind, error)
- func (m *MockClient) IsObjectNamespaced(obj runtime.Object) (bool, error)
- func (m *MockClient) List(ctx context.Context, list client.ObjectList, opts ...client.ListOption) error
- func (m *MockClient) Patch(ctx context.Context, obj client.Object, patch client.Patch, ...) error
- func (m *MockClient) RESTMapper() meta.RESTMapper
- func (m *MockClient) Scheme() *runtime.Scheme
- func (m *MockClient) Status() client.SubResourceWriter
- func (m *MockClient) SubResource(subResource string) client.SubResourceClient
- func (m *MockClient) Update(ctx context.Context, obj client.Object, opts ...client.UpdateOption) error
- type MockClientMockRecorder
- func (mr *MockClientMockRecorder) Apply(ctx, obj any, opts ...any) *gomock.Call
- func (mr *MockClientMockRecorder) Create(ctx, obj any, opts ...any) *gomock.Call
- func (mr *MockClientMockRecorder) Delete(ctx, obj any, opts ...any) *gomock.Call
- func (mr *MockClientMockRecorder) DeleteAllOf(ctx, obj any, opts ...any) *gomock.Call
- func (mr *MockClientMockRecorder) Get(ctx, key, obj any, opts ...any) *gomock.Call
- func (mr *MockClientMockRecorder) GroupVersionKindFor(obj any) *gomock.Call
- func (mr *MockClientMockRecorder) IsObjectNamespaced(obj any) *gomock.Call
- func (mr *MockClientMockRecorder) List(ctx, list any, opts ...any) *gomock.Call
- func (mr *MockClientMockRecorder) Patch(ctx, obj, patch any, opts ...any) *gomock.Call
- func (mr *MockClientMockRecorder) RESTMapper() *gomock.Call
- func (mr *MockClientMockRecorder) Scheme() *gomock.Call
- func (mr *MockClientMockRecorder) Status() *gomock.Call
- func (mr *MockClientMockRecorder) SubResource(subResource any) *gomock.Call
- func (mr *MockClientMockRecorder) Update(ctx, obj any, opts ...any) *gomock.Call
- type MockConfigReconciler
- type MockConfigReconcilerMockRecorder
- type MockIngressReconciler
- func (m *MockIngressReconciler) Delete(ctx context.Context, namespacedName types.NamespacedName) (bool, error)
- func (m *MockIngressReconciler) EXPECT() *MockIngressReconcilerMockRecorder
- func (m *MockIngressReconciler) Set(ctx context.Context, ics []*model.IngressConfig) (bool, error)
- func (m *MockIngressReconciler) Upsert(ctx context.Context, ic *model.IngressConfig) (bool, error)
- type MockIngressReconcilerMockRecorder
- type MockSDKClient
- func (m *MockSDKClient) CreateKeyPair(arg0 context.Context, arg1 *connect.Request[config.CreateKeyPairRequest]) (*connect.Response[config.CreateKeyPairResponse], error)
- func (m *MockSDKClient) CreatePolicy(arg0 context.Context, arg1 *connect.Request[config.CreatePolicyRequest]) (*connect.Response[config.CreatePolicyResponse], error)
- func (m *MockSDKClient) CreateRoute(arg0 context.Context, arg1 *connect.Request[config.CreateRouteRequest]) (*connect.Response[config.CreateRouteResponse], error)
- func (m *MockSDKClient) CreateServiceAccount(arg0 context.Context, ...) (*connect.Response[config.CreateServiceAccountResponse], error)
- func (m *MockSDKClient) DeleteKeyPair(arg0 context.Context, arg1 *connect.Request[config.DeleteKeyPairRequest]) (*connect.Response[config.DeleteKeyPairResponse], error)
- func (m *MockSDKClient) DeletePolicy(arg0 context.Context, arg1 *connect.Request[config.DeletePolicyRequest]) (*connect.Response[config.DeletePolicyResponse], error)
- func (m *MockSDKClient) DeleteRoute(arg0 context.Context, arg1 *connect.Request[config.DeleteRouteRequest]) (*connect.Response[config.DeleteRouteResponse], error)
- func (m *MockSDKClient) DeleteServiceAccount(arg0 context.Context, ...) (*connect.Response[config.DeleteServiceAccountResponse], error)
- func (m *MockSDKClient) EXPECT() *MockSDKClientMockRecorder
- func (m *MockSDKClient) GetKeyPair(arg0 context.Context, arg1 *connect.Request[config.GetKeyPairRequest]) (*connect.Response[config.GetKeyPairResponse], error)
- func (m *MockSDKClient) GetPolicy(arg0 context.Context, arg1 *connect.Request[config.GetPolicyRequest]) (*connect.Response[config.GetPolicyResponse], error)
- func (m *MockSDKClient) GetRoute(arg0 context.Context, arg1 *connect.Request[config.GetRouteRequest]) (*connect.Response[config.GetRouteResponse], error)
- func (m *MockSDKClient) GetServerInfo(arg0 context.Context, arg1 *connect.Request[config.GetServerInfoRequest]) (*connect.Response[config.GetServerInfoResponse], error)
- func (m *MockSDKClient) GetServiceAccount(arg0 context.Context, arg1 *connect.Request[config.GetServiceAccountRequest]) (*connect.Response[config.GetServiceAccountResponse], error)
- func (m *MockSDKClient) GetSettings(arg0 context.Context, arg1 *connect.Request[config.GetSettingsRequest]) (*connect.Response[config.GetSettingsResponse], error)
- func (m *MockSDKClient) ListAvailableLogFields(arg0 context.Context, ...) (*connect.Response[config.ListAvailableLogFieldsResponse], error)
- func (m *MockSDKClient) ListKeyPairs(arg0 context.Context, arg1 *connect.Request[config.ListKeyPairsRequest]) (*connect.Response[config.ListKeyPairsResponse], error)
- func (m *MockSDKClient) ListPolicies(arg0 context.Context, arg1 *connect.Request[config.ListPoliciesRequest]) (*connect.Response[config.ListPoliciesResponse], error)
- func (m *MockSDKClient) ListRoutes(arg0 context.Context, arg1 *connect.Request[config.ListRoutesRequest]) (*connect.Response[config.ListRoutesResponse], error)
- func (m *MockSDKClient) ListServiceAccounts(arg0 context.Context, arg1 *connect.Request[config.ListServiceAccountsRequest]) (*connect.Response[config.ListServiceAccountsResponse], error)
- func (m *MockSDKClient) ListSettings(arg0 context.Context, arg1 *connect.Request[config.ListSettingsRequest]) (*connect.Response[config.ListSettingsResponse], error)
- func (m *MockSDKClient) UpdateKeyPair(arg0 context.Context, arg1 *connect.Request[config.UpdateKeyPairRequest]) (*connect.Response[config.UpdateKeyPairResponse], error)
- func (m *MockSDKClient) UpdatePolicy(arg0 context.Context, arg1 *connect.Request[config.UpdatePolicyRequest]) (*connect.Response[config.UpdatePolicyResponse], error)
- func (m *MockSDKClient) UpdateRoute(arg0 context.Context, arg1 *connect.Request[config.UpdateRouteRequest]) (*connect.Response[config.UpdateRouteResponse], error)
- func (m *MockSDKClient) UpdateServiceAccount(arg0 context.Context, ...) (*connect.Response[config.UpdateServiceAccountResponse], error)
- func (m *MockSDKClient) UpdateSettings(arg0 context.Context, arg1 *connect.Request[config.UpdateSettingsRequest]) (*connect.Response[config.UpdateSettingsResponse], error)
- type MockSDKClientMockRecorder
- func (mr *MockSDKClientMockRecorder) CreateKeyPair(arg0, arg1 any) *gomock.Call
- func (mr *MockSDKClientMockRecorder) CreatePolicy(arg0, arg1 any) *gomock.Call
- func (mr *MockSDKClientMockRecorder) CreateRoute(arg0, arg1 any) *gomock.Call
- func (mr *MockSDKClientMockRecorder) CreateServiceAccount(arg0, arg1 any) *gomock.Call
- func (mr *MockSDKClientMockRecorder) DeleteKeyPair(arg0, arg1 any) *gomock.Call
- func (mr *MockSDKClientMockRecorder) DeletePolicy(arg0, arg1 any) *gomock.Call
- func (mr *MockSDKClientMockRecorder) DeleteRoute(arg0, arg1 any) *gomock.Call
- func (mr *MockSDKClientMockRecorder) DeleteServiceAccount(arg0, arg1 any) *gomock.Call
- func (mr *MockSDKClientMockRecorder) GetKeyPair(arg0, arg1 any) *gomock.Call
- func (mr *MockSDKClientMockRecorder) GetPolicy(arg0, arg1 any) *gomock.Call
- func (mr *MockSDKClientMockRecorder) GetRoute(arg0, arg1 any) *gomock.Call
- func (mr *MockSDKClientMockRecorder) GetServerInfo(arg0, arg1 any) *gomock.Call
- func (mr *MockSDKClientMockRecorder) GetServiceAccount(arg0, arg1 any) *gomock.Call
- func (mr *MockSDKClientMockRecorder) GetSettings(arg0, arg1 any) *gomock.Call
- func (mr *MockSDKClientMockRecorder) ListAvailableLogFields(arg0, arg1 any) *gomock.Call
- func (mr *MockSDKClientMockRecorder) ListKeyPairs(arg0, arg1 any) *gomock.Call
- func (mr *MockSDKClientMockRecorder) ListPolicies(arg0, arg1 any) *gomock.Call
- func (mr *MockSDKClientMockRecorder) ListRoutes(arg0, arg1 any) *gomock.Call
- func (mr *MockSDKClientMockRecorder) ListServiceAccounts(arg0, arg1 any) *gomock.Call
- func (mr *MockSDKClientMockRecorder) ListSettings(arg0, arg1 any) *gomock.Call
- func (mr *MockSDKClientMockRecorder) UpdateKeyPair(arg0, arg1 any) *gomock.Call
- func (mr *MockSDKClientMockRecorder) UpdatePolicy(arg0, arg1 any) *gomock.Call
- func (mr *MockSDKClientMockRecorder) UpdateRoute(arg0, arg1 any) *gomock.Call
- func (mr *MockSDKClientMockRecorder) UpdateServiceAccount(arg0, arg1 any) *gomock.Call
- func (mr *MockSDKClientMockRecorder) UpdateSettings(arg0, arg1 any) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClient ¶
type MockClient struct {
// contains filtered or unexported fields
}
MockClient is a mock of Client interface.
func NewMockClient ¶
func NewMockClient(ctrl *gomock.Controller) *MockClient
NewMockClient creates a new mock instance.
func (*MockClient) Apply ¶ added in v0.31.0
func (m *MockClient) Apply(ctx context.Context, obj runtime.ApplyConfiguration, opts ...client.ApplyOption) error
Apply mocks base method.
func (*MockClient) Create ¶
func (m *MockClient) Create(ctx context.Context, obj client.Object, opts ...client.CreateOption) error
Create mocks base method.
func (*MockClient) Delete ¶
func (m *MockClient) Delete(ctx context.Context, obj client.Object, opts ...client.DeleteOption) error
Delete mocks base method.
func (*MockClient) DeleteAllOf ¶
func (m *MockClient) DeleteAllOf(ctx context.Context, obj client.Object, opts ...client.DeleteAllOfOption) error
DeleteAllOf mocks base method.
func (*MockClient) EXPECT ¶
func (m *MockClient) EXPECT() *MockClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockClient) Get ¶
func (m *MockClient) Get(ctx context.Context, key client.ObjectKey, obj client.Object, opts ...client.GetOption) error
Get mocks base method.
func (*MockClient) GroupVersionKindFor ¶ added in v0.26.0
func (m *MockClient) GroupVersionKindFor(obj runtime.Object) (schema.GroupVersionKind, error)
GroupVersionKindFor mocks base method.
func (*MockClient) IsObjectNamespaced ¶ added in v0.26.0
func (m *MockClient) IsObjectNamespaced(obj runtime.Object) (bool, error)
IsObjectNamespaced mocks base method.
func (*MockClient) List ¶
func (m *MockClient) List(ctx context.Context, list client.ObjectList, opts ...client.ListOption) error
List mocks base method.
func (*MockClient) Patch ¶
func (m *MockClient) Patch(ctx context.Context, obj client.Object, patch client.Patch, opts ...client.PatchOption) error
Patch mocks base method.
func (*MockClient) RESTMapper ¶
func (m *MockClient) RESTMapper() meta.RESTMapper
RESTMapper mocks base method.
func (*MockClient) Status ¶
func (m *MockClient) Status() client.SubResourceWriter
Status mocks base method.
func (*MockClient) SubResource ¶ added in v0.22.0
func (m *MockClient) SubResource(subResource string) client.SubResourceClient
SubResource mocks base method.
func (*MockClient) Update ¶
func (m *MockClient) Update(ctx context.Context, obj client.Object, opts ...client.UpdateOption) error
Update mocks base method.
type MockClientMockRecorder ¶
type MockClientMockRecorder struct {
// contains filtered or unexported fields
}
MockClientMockRecorder is the mock recorder for MockClient.
func (*MockClientMockRecorder) Apply ¶ added in v0.31.0
func (mr *MockClientMockRecorder) Apply(ctx, obj any, opts ...any) *gomock.Call
Apply indicates an expected call of Apply.
func (*MockClientMockRecorder) Create ¶
func (mr *MockClientMockRecorder) Create(ctx, obj any, opts ...any) *gomock.Call
Create indicates an expected call of Create.
func (*MockClientMockRecorder) Delete ¶
func (mr *MockClientMockRecorder) Delete(ctx, obj any, opts ...any) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockClientMockRecorder) DeleteAllOf ¶
func (mr *MockClientMockRecorder) DeleteAllOf(ctx, obj any, opts ...any) *gomock.Call
DeleteAllOf indicates an expected call of DeleteAllOf.
func (*MockClientMockRecorder) Get ¶
func (mr *MockClientMockRecorder) Get(ctx, key, obj any, opts ...any) *gomock.Call
Get indicates an expected call of Get.
func (*MockClientMockRecorder) GroupVersionKindFor ¶ added in v0.26.0
func (mr *MockClientMockRecorder) GroupVersionKindFor(obj any) *gomock.Call
GroupVersionKindFor indicates an expected call of GroupVersionKindFor.
func (*MockClientMockRecorder) IsObjectNamespaced ¶ added in v0.26.0
func (mr *MockClientMockRecorder) IsObjectNamespaced(obj any) *gomock.Call
IsObjectNamespaced indicates an expected call of IsObjectNamespaced.
func (*MockClientMockRecorder) List ¶
func (mr *MockClientMockRecorder) List(ctx, list any, opts ...any) *gomock.Call
List indicates an expected call of List.
func (*MockClientMockRecorder) Patch ¶
func (mr *MockClientMockRecorder) Patch(ctx, obj, patch any, opts ...any) *gomock.Call
Patch indicates an expected call of Patch.
func (*MockClientMockRecorder) RESTMapper ¶
func (mr *MockClientMockRecorder) RESTMapper() *gomock.Call
RESTMapper indicates an expected call of RESTMapper.
func (*MockClientMockRecorder) Scheme ¶
func (mr *MockClientMockRecorder) Scheme() *gomock.Call
Scheme indicates an expected call of Scheme.
func (*MockClientMockRecorder) Status ¶
func (mr *MockClientMockRecorder) Status() *gomock.Call
Status indicates an expected call of Status.
func (*MockClientMockRecorder) SubResource ¶ added in v0.22.0
func (mr *MockClientMockRecorder) SubResource(subResource any) *gomock.Call
SubResource indicates an expected call of SubResource.
type MockConfigReconciler ¶
type MockConfigReconciler struct {
// contains filtered or unexported fields
}
MockConfigReconciler is a mock of ConfigReconciler interface.
func NewMockConfigReconciler ¶
func NewMockConfigReconciler(ctrl *gomock.Controller) *MockConfigReconciler
NewMockConfigReconciler creates a new mock instance.
func (*MockConfigReconciler) EXPECT ¶
func (m *MockConfigReconciler) EXPECT() *MockConfigReconcilerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockConfigReconcilerMockRecorder ¶
type MockConfigReconcilerMockRecorder struct {
// contains filtered or unexported fields
}
MockConfigReconcilerMockRecorder is the mock recorder for MockConfigReconciler.
type MockIngressReconciler ¶
type MockIngressReconciler struct {
// contains filtered or unexported fields
}
MockIngressReconciler is a mock of IngressReconciler interface.
func NewMockIngressReconciler ¶
func NewMockIngressReconciler(ctrl *gomock.Controller) *MockIngressReconciler
NewMockIngressReconciler creates a new mock instance.
func (*MockIngressReconciler) Delete ¶
func (m *MockIngressReconciler) Delete(ctx context.Context, namespacedName types.NamespacedName) (bool, error)
Delete mocks base method.
func (*MockIngressReconciler) EXPECT ¶
func (m *MockIngressReconciler) EXPECT() *MockIngressReconcilerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIngressReconciler) Set ¶
func (m *MockIngressReconciler) Set(ctx context.Context, ics []*model.IngressConfig) (bool, error)
Set mocks base method.
func (*MockIngressReconciler) Upsert ¶
func (m *MockIngressReconciler) Upsert(ctx context.Context, ic *model.IngressConfig) (bool, error)
Upsert mocks base method.
type MockIngressReconcilerMockRecorder ¶
type MockIngressReconcilerMockRecorder struct {
// contains filtered or unexported fields
}
MockIngressReconcilerMockRecorder is the mock recorder for MockIngressReconciler.
func (*MockIngressReconcilerMockRecorder) Delete ¶
func (mr *MockIngressReconcilerMockRecorder) Delete(ctx, namespacedName any) *gomock.Call
Delete indicates an expected call of Delete.
type MockSDKClient ¶ added in v0.33.0
type MockSDKClient struct {
// contains filtered or unexported fields
}
MockSDKClient is a mock of Client interface.
func NewMockSDKClient ¶ added in v0.33.0
func NewMockSDKClient(ctrl *gomock.Controller) *MockSDKClient
NewMockSDKClient creates a new mock instance.
func (*MockSDKClient) CreateKeyPair ¶ added in v0.33.0
func (m *MockSDKClient) CreateKeyPair(arg0 context.Context, arg1 *connect.Request[config.CreateKeyPairRequest]) (*connect.Response[config.CreateKeyPairResponse], error)
CreateKeyPair mocks base method.
func (*MockSDKClient) CreatePolicy ¶ added in v0.33.0
func (m *MockSDKClient) CreatePolicy(arg0 context.Context, arg1 *connect.Request[config.CreatePolicyRequest]) (*connect.Response[config.CreatePolicyResponse], error)
CreatePolicy mocks base method.
func (*MockSDKClient) CreateRoute ¶ added in v0.33.0
func (m *MockSDKClient) CreateRoute(arg0 context.Context, arg1 *connect.Request[config.CreateRouteRequest]) (*connect.Response[config.CreateRouteResponse], error)
CreateRoute mocks base method.
func (*MockSDKClient) CreateServiceAccount ¶ added in v0.33.0
func (m *MockSDKClient) CreateServiceAccount(arg0 context.Context, arg1 *connect.Request[config.CreateServiceAccountRequest]) (*connect.Response[config.CreateServiceAccountResponse], error)
CreateServiceAccount mocks base method.
func (*MockSDKClient) DeleteKeyPair ¶ added in v0.33.0
func (m *MockSDKClient) DeleteKeyPair(arg0 context.Context, arg1 *connect.Request[config.DeleteKeyPairRequest]) (*connect.Response[config.DeleteKeyPairResponse], error)
DeleteKeyPair mocks base method.
func (*MockSDKClient) DeletePolicy ¶ added in v0.33.0
func (m *MockSDKClient) DeletePolicy(arg0 context.Context, arg1 *connect.Request[config.DeletePolicyRequest]) (*connect.Response[config.DeletePolicyResponse], error)
DeletePolicy mocks base method.
func (*MockSDKClient) DeleteRoute ¶ added in v0.33.0
func (m *MockSDKClient) DeleteRoute(arg0 context.Context, arg1 *connect.Request[config.DeleteRouteRequest]) (*connect.Response[config.DeleteRouteResponse], error)
DeleteRoute mocks base method.
func (*MockSDKClient) DeleteServiceAccount ¶ added in v0.33.0
func (m *MockSDKClient) DeleteServiceAccount(arg0 context.Context, arg1 *connect.Request[config.DeleteServiceAccountRequest]) (*connect.Response[config.DeleteServiceAccountResponse], error)
DeleteServiceAccount mocks base method.
func (*MockSDKClient) EXPECT ¶ added in v0.33.0
func (m *MockSDKClient) EXPECT() *MockSDKClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSDKClient) GetKeyPair ¶ added in v0.33.0
func (m *MockSDKClient) GetKeyPair(arg0 context.Context, arg1 *connect.Request[config.GetKeyPairRequest]) (*connect.Response[config.GetKeyPairResponse], error)
GetKeyPair mocks base method.
func (*MockSDKClient) GetPolicy ¶ added in v0.33.0
func (m *MockSDKClient) GetPolicy(arg0 context.Context, arg1 *connect.Request[config.GetPolicyRequest]) (*connect.Response[config.GetPolicyResponse], error)
GetPolicy mocks base method.
func (*MockSDKClient) GetRoute ¶ added in v0.33.0
func (m *MockSDKClient) GetRoute(arg0 context.Context, arg1 *connect.Request[config.GetRouteRequest]) (*connect.Response[config.GetRouteResponse], error)
GetRoute mocks base method.
func (*MockSDKClient) GetServerInfo ¶ added in v0.33.0
func (m *MockSDKClient) GetServerInfo(arg0 context.Context, arg1 *connect.Request[config.GetServerInfoRequest]) (*connect.Response[config.GetServerInfoResponse], error)
GetServerInfo mocks base method.
func (*MockSDKClient) GetServiceAccount ¶ added in v0.33.0
func (m *MockSDKClient) GetServiceAccount(arg0 context.Context, arg1 *connect.Request[config.GetServiceAccountRequest]) (*connect.Response[config.GetServiceAccountResponse], error)
GetServiceAccount mocks base method.
func (*MockSDKClient) GetSettings ¶ added in v0.33.0
func (m *MockSDKClient) GetSettings(arg0 context.Context, arg1 *connect.Request[config.GetSettingsRequest]) (*connect.Response[config.GetSettingsResponse], error)
GetSettings mocks base method.
func (*MockSDKClient) ListAvailableLogFields ¶ added in v0.33.0
func (m *MockSDKClient) ListAvailableLogFields(arg0 context.Context, arg1 *connect.Request[config.ListAvailableLogFieldsRequest]) (*connect.Response[config.ListAvailableLogFieldsResponse], error)
ListAvailableLogFields mocks base method.
func (*MockSDKClient) ListKeyPairs ¶ added in v0.33.0
func (m *MockSDKClient) ListKeyPairs(arg0 context.Context, arg1 *connect.Request[config.ListKeyPairsRequest]) (*connect.Response[config.ListKeyPairsResponse], error)
ListKeyPairs mocks base method.
func (*MockSDKClient) ListPolicies ¶ added in v0.33.0
func (m *MockSDKClient) ListPolicies(arg0 context.Context, arg1 *connect.Request[config.ListPoliciesRequest]) (*connect.Response[config.ListPoliciesResponse], error)
ListPolicies mocks base method.
func (*MockSDKClient) ListRoutes ¶ added in v0.33.0
func (m *MockSDKClient) ListRoutes(arg0 context.Context, arg1 *connect.Request[config.ListRoutesRequest]) (*connect.Response[config.ListRoutesResponse], error)
ListRoutes mocks base method.
func (*MockSDKClient) ListServiceAccounts ¶ added in v0.33.0
func (m *MockSDKClient) ListServiceAccounts(arg0 context.Context, arg1 *connect.Request[config.ListServiceAccountsRequest]) (*connect.Response[config.ListServiceAccountsResponse], error)
ListServiceAccounts mocks base method.
func (*MockSDKClient) ListSettings ¶ added in v0.33.0
func (m *MockSDKClient) ListSettings(arg0 context.Context, arg1 *connect.Request[config.ListSettingsRequest]) (*connect.Response[config.ListSettingsResponse], error)
ListSettings mocks base method.
func (*MockSDKClient) UpdateKeyPair ¶ added in v0.33.0
func (m *MockSDKClient) UpdateKeyPair(arg0 context.Context, arg1 *connect.Request[config.UpdateKeyPairRequest]) (*connect.Response[config.UpdateKeyPairResponse], error)
UpdateKeyPair mocks base method.
func (*MockSDKClient) UpdatePolicy ¶ added in v0.33.0
func (m *MockSDKClient) UpdatePolicy(arg0 context.Context, arg1 *connect.Request[config.UpdatePolicyRequest]) (*connect.Response[config.UpdatePolicyResponse], error)
UpdatePolicy mocks base method.
func (*MockSDKClient) UpdateRoute ¶ added in v0.33.0
func (m *MockSDKClient) UpdateRoute(arg0 context.Context, arg1 *connect.Request[config.UpdateRouteRequest]) (*connect.Response[config.UpdateRouteResponse], error)
UpdateRoute mocks base method.
func (*MockSDKClient) UpdateServiceAccount ¶ added in v0.33.0
func (m *MockSDKClient) UpdateServiceAccount(arg0 context.Context, arg1 *connect.Request[config.UpdateServiceAccountRequest]) (*connect.Response[config.UpdateServiceAccountResponse], error)
UpdateServiceAccount mocks base method.
func (*MockSDKClient) UpdateSettings ¶ added in v0.33.0
func (m *MockSDKClient) UpdateSettings(arg0 context.Context, arg1 *connect.Request[config.UpdateSettingsRequest]) (*connect.Response[config.UpdateSettingsResponse], error)
UpdateSettings mocks base method.
type MockSDKClientMockRecorder ¶ added in v0.33.0
type MockSDKClientMockRecorder struct {
// contains filtered or unexported fields
}
MockSDKClientMockRecorder is the mock recorder for MockSDKClient.
func (*MockSDKClientMockRecorder) CreateKeyPair ¶ added in v0.33.0
func (mr *MockSDKClientMockRecorder) CreateKeyPair(arg0, arg1 any) *gomock.Call
CreateKeyPair indicates an expected call of CreateKeyPair.
func (*MockSDKClientMockRecorder) CreatePolicy ¶ added in v0.33.0
func (mr *MockSDKClientMockRecorder) CreatePolicy(arg0, arg1 any) *gomock.Call
CreatePolicy indicates an expected call of CreatePolicy.
func (*MockSDKClientMockRecorder) CreateRoute ¶ added in v0.33.0
func (mr *MockSDKClientMockRecorder) CreateRoute(arg0, arg1 any) *gomock.Call
CreateRoute indicates an expected call of CreateRoute.
func (*MockSDKClientMockRecorder) CreateServiceAccount ¶ added in v0.33.0
func (mr *MockSDKClientMockRecorder) CreateServiceAccount(arg0, arg1 any) *gomock.Call
CreateServiceAccount indicates an expected call of CreateServiceAccount.
func (*MockSDKClientMockRecorder) DeleteKeyPair ¶ added in v0.33.0
func (mr *MockSDKClientMockRecorder) DeleteKeyPair(arg0, arg1 any) *gomock.Call
DeleteKeyPair indicates an expected call of DeleteKeyPair.
func (*MockSDKClientMockRecorder) DeletePolicy ¶ added in v0.33.0
func (mr *MockSDKClientMockRecorder) DeletePolicy(arg0, arg1 any) *gomock.Call
DeletePolicy indicates an expected call of DeletePolicy.
func (*MockSDKClientMockRecorder) DeleteRoute ¶ added in v0.33.0
func (mr *MockSDKClientMockRecorder) DeleteRoute(arg0, arg1 any) *gomock.Call
DeleteRoute indicates an expected call of DeleteRoute.
func (*MockSDKClientMockRecorder) DeleteServiceAccount ¶ added in v0.33.0
func (mr *MockSDKClientMockRecorder) DeleteServiceAccount(arg0, arg1 any) *gomock.Call
DeleteServiceAccount indicates an expected call of DeleteServiceAccount.
func (*MockSDKClientMockRecorder) GetKeyPair ¶ added in v0.33.0
func (mr *MockSDKClientMockRecorder) GetKeyPair(arg0, arg1 any) *gomock.Call
GetKeyPair indicates an expected call of GetKeyPair.
func (*MockSDKClientMockRecorder) GetPolicy ¶ added in v0.33.0
func (mr *MockSDKClientMockRecorder) GetPolicy(arg0, arg1 any) *gomock.Call
GetPolicy indicates an expected call of GetPolicy.
func (*MockSDKClientMockRecorder) GetRoute ¶ added in v0.33.0
func (mr *MockSDKClientMockRecorder) GetRoute(arg0, arg1 any) *gomock.Call
GetRoute indicates an expected call of GetRoute.
func (*MockSDKClientMockRecorder) GetServerInfo ¶ added in v0.33.0
func (mr *MockSDKClientMockRecorder) GetServerInfo(arg0, arg1 any) *gomock.Call
GetServerInfo indicates an expected call of GetServerInfo.
func (*MockSDKClientMockRecorder) GetServiceAccount ¶ added in v0.33.0
func (mr *MockSDKClientMockRecorder) GetServiceAccount(arg0, arg1 any) *gomock.Call
GetServiceAccount indicates an expected call of GetServiceAccount.
func (*MockSDKClientMockRecorder) GetSettings ¶ added in v0.33.0
func (mr *MockSDKClientMockRecorder) GetSettings(arg0, arg1 any) *gomock.Call
GetSettings indicates an expected call of GetSettings.
func (*MockSDKClientMockRecorder) ListAvailableLogFields ¶ added in v0.33.0
func (mr *MockSDKClientMockRecorder) ListAvailableLogFields(arg0, arg1 any) *gomock.Call
ListAvailableLogFields indicates an expected call of ListAvailableLogFields.
func (*MockSDKClientMockRecorder) ListKeyPairs ¶ added in v0.33.0
func (mr *MockSDKClientMockRecorder) ListKeyPairs(arg0, arg1 any) *gomock.Call
ListKeyPairs indicates an expected call of ListKeyPairs.
func (*MockSDKClientMockRecorder) ListPolicies ¶ added in v0.33.0
func (mr *MockSDKClientMockRecorder) ListPolicies(arg0, arg1 any) *gomock.Call
ListPolicies indicates an expected call of ListPolicies.
func (*MockSDKClientMockRecorder) ListRoutes ¶ added in v0.33.0
func (mr *MockSDKClientMockRecorder) ListRoutes(arg0, arg1 any) *gomock.Call
ListRoutes indicates an expected call of ListRoutes.
func (*MockSDKClientMockRecorder) ListServiceAccounts ¶ added in v0.33.0
func (mr *MockSDKClientMockRecorder) ListServiceAccounts(arg0, arg1 any) *gomock.Call
ListServiceAccounts indicates an expected call of ListServiceAccounts.
func (*MockSDKClientMockRecorder) ListSettings ¶ added in v0.33.0
func (mr *MockSDKClientMockRecorder) ListSettings(arg0, arg1 any) *gomock.Call
ListSettings indicates an expected call of ListSettings.
func (*MockSDKClientMockRecorder) UpdateKeyPair ¶ added in v0.33.0
func (mr *MockSDKClientMockRecorder) UpdateKeyPair(arg0, arg1 any) *gomock.Call
UpdateKeyPair indicates an expected call of UpdateKeyPair.
func (*MockSDKClientMockRecorder) UpdatePolicy ¶ added in v0.33.0
func (mr *MockSDKClientMockRecorder) UpdatePolicy(arg0, arg1 any) *gomock.Call
UpdatePolicy indicates an expected call of UpdatePolicy.
func (*MockSDKClientMockRecorder) UpdateRoute ¶ added in v0.33.0
func (mr *MockSDKClientMockRecorder) UpdateRoute(arg0, arg1 any) *gomock.Call
UpdateRoute indicates an expected call of UpdateRoute.
func (*MockSDKClientMockRecorder) UpdateServiceAccount ¶ added in v0.33.0
func (mr *MockSDKClientMockRecorder) UpdateServiceAccount(arg0, arg1 any) *gomock.Call
UpdateServiceAccount indicates an expected call of UpdateServiceAccount.
func (*MockSDKClientMockRecorder) UpdateSettings ¶ added in v0.33.0
func (mr *MockSDKClientMockRecorder) UpdateSettings(arg0, arg1 any) *gomock.Call
UpdateSettings indicates an expected call of UpdateSettings.