Versions in this module Expand all Collapse all v0 v0.4.0 Jul 2, 2021 Changes in this version + type FakeRodeClient struct + BatchCreateOccurrencesStub func(context.Context, *v1alpha1.BatchCreateOccurrencesRequest, ...grpc.CallOption) (*v1alpha1.BatchCreateOccurrencesResponse, error) + CreateNoteStub func(context.Context, *v1alpha1.CreateNoteRequest, ...grpc.CallOption) (*grafeas_go_proto.Note, error) + CreatePolicyAssignmentStub func(context.Context, *v1alpha1.PolicyAssignment, ...grpc.CallOption) (*v1alpha1.PolicyAssignment, error) + CreatePolicyGroupStub func(context.Context, *v1alpha1.PolicyGroup, ...grpc.CallOption) (*v1alpha1.PolicyGroup, error) + CreatePolicyStub func(context.Context, *v1alpha1.Policy, ...grpc.CallOption) (*v1alpha1.Policy, error) + DeletePolicyAssignmentStub func(context.Context, *v1alpha1.DeletePolicyAssignmentRequest, ...grpc.CallOption) (*emptypb.Empty, error) + DeletePolicyGroupStub func(context.Context, *v1alpha1.DeletePolicyGroupRequest, ...grpc.CallOption) (*emptypb.Empty, error) + DeletePolicyStub func(context.Context, *v1alpha1.DeletePolicyRequest, ...grpc.CallOption) (*emptypb.Empty, error) + EvaluatePolicyStub func(context.Context, *v1alpha1.EvaluatePolicyRequest, ...grpc.CallOption) (*v1alpha1.EvaluatePolicyResponse, error) + EvaluateResourceStub func(context.Context, *v1alpha1.ResourceEvaluationRequest, ...grpc.CallOption) (*v1alpha1.ResourceEvaluationResult, error) + GetPolicyAssignmentStub func(context.Context, *v1alpha1.GetPolicyAssignmentRequest, ...grpc.CallOption) (*v1alpha1.PolicyAssignment, error) + GetPolicyGroupStub func(context.Context, *v1alpha1.GetPolicyGroupRequest, ...grpc.CallOption) (*v1alpha1.PolicyGroup, error) + GetPolicyStub func(context.Context, *v1alpha1.GetPolicyRequest, ...grpc.CallOption) (*v1alpha1.Policy, error) + GetResourceEvaluationStub func(context.Context, *v1alpha1.GetResourceEvaluationRequest, ...grpc.CallOption) (*v1alpha1.ResourceEvaluationResult, error) + ListOccurrencesStub func(context.Context, *v1alpha1.ListOccurrencesRequest, ...grpc.CallOption) (*v1alpha1.ListOccurrencesResponse, error) + ListPoliciesStub func(context.Context, *v1alpha1.ListPoliciesRequest, ...grpc.CallOption) (*v1alpha1.ListPoliciesResponse, error) + ListPolicyAssignmentsStub func(context.Context, *v1alpha1.ListPolicyAssignmentsRequest, ...grpc.CallOption) (*v1alpha1.ListPolicyAssignmentsResponse, error) + ListPolicyGroupsStub func(context.Context, *v1alpha1.ListPolicyGroupsRequest, ...grpc.CallOption) (*v1alpha1.ListPolicyGroupsResponse, error) + ListPolicyVersionsStub func(context.Context, *v1alpha1.ListPolicyVersionsRequest, ...grpc.CallOption) (*v1alpha1.ListPolicyVersionsResponse, error) + ListResourceEvaluationsStub func(context.Context, *v1alpha1.ListResourceEvaluationsRequest, ...grpc.CallOption) (*v1alpha1.ListResourceEvaluationsResponse, error) + ListResourceVersionsStub func(context.Context, *v1alpha1.ListResourceVersionsRequest, ...grpc.CallOption) (*v1alpha1.ListResourceVersionsResponse, error) + ListResourcesStub func(context.Context, *v1alpha1.ListResourcesRequest, ...grpc.CallOption) (*v1alpha1.ListResourcesResponse, error) + ListVersionedResourceOccurrencesStub func(context.Context, *v1alpha1.ListVersionedResourceOccurrencesRequest, ...) (*v1alpha1.ListVersionedResourceOccurrencesResponse, error) + RegisterCollectorStub func(context.Context, *v1alpha1.RegisterCollectorRequest, ...grpc.CallOption) (*v1alpha1.RegisterCollectorResponse, error) + UpdateOccurrenceStub func(context.Context, *v1alpha1.UpdateOccurrenceRequest, ...grpc.CallOption) (*grafeas_go_proto.Occurrence, error) + UpdatePolicyAssignmentStub func(context.Context, *v1alpha1.PolicyAssignment, ...grpc.CallOption) (*v1alpha1.PolicyAssignment, error) + UpdatePolicyGroupStub func(context.Context, *v1alpha1.PolicyGroup, ...grpc.CallOption) (*v1alpha1.PolicyGroup, error) + UpdatePolicyStub func(context.Context, *v1alpha1.UpdatePolicyRequest, ...grpc.CallOption) (*v1alpha1.Policy, error) + ValidatePolicyStub func(context.Context, *v1alpha1.ValidatePolicyRequest, ...grpc.CallOption) (*v1alpha1.ValidatePolicyResponse, error) + func (fake *FakeRodeClient) BatchCreateOccurrences(arg1 context.Context, arg2 *v1alpha1.BatchCreateOccurrencesRequest, ...) (*v1alpha1.BatchCreateOccurrencesResponse, error) + func (fake *FakeRodeClient) BatchCreateOccurrencesArgsForCall(i int) (context.Context, *v1alpha1.BatchCreateOccurrencesRequest, []grpc.CallOption) + func (fake *FakeRodeClient) BatchCreateOccurrencesCallCount() int + func (fake *FakeRodeClient) BatchCreateOccurrencesCalls(...) + func (fake *FakeRodeClient) BatchCreateOccurrencesReturns(result1 *v1alpha1.BatchCreateOccurrencesResponse, result2 error) + func (fake *FakeRodeClient) BatchCreateOccurrencesReturnsOnCall(i int, result1 *v1alpha1.BatchCreateOccurrencesResponse, result2 error) + func (fake *FakeRodeClient) CreateNote(arg1 context.Context, arg2 *v1alpha1.CreateNoteRequest, ...) (*grafeas_go_proto.Note, error) + func (fake *FakeRodeClient) CreateNoteArgsForCall(i int) (context.Context, *v1alpha1.CreateNoteRequest, []grpc.CallOption) + func (fake *FakeRodeClient) CreateNoteCallCount() int + func (fake *FakeRodeClient) CreateNoteCalls(...) + func (fake *FakeRodeClient) CreateNoteReturns(result1 *grafeas_go_proto.Note, result2 error) + func (fake *FakeRodeClient) CreateNoteReturnsOnCall(i int, result1 *grafeas_go_proto.Note, result2 error) + func (fake *FakeRodeClient) CreatePolicy(arg1 context.Context, arg2 *v1alpha1.Policy, arg3 ...grpc.CallOption) (*v1alpha1.Policy, error) + func (fake *FakeRodeClient) CreatePolicyArgsForCall(i int) (context.Context, *v1alpha1.Policy, []grpc.CallOption) + func (fake *FakeRodeClient) CreatePolicyAssignment(arg1 context.Context, arg2 *v1alpha1.PolicyAssignment, arg3 ...grpc.CallOption) (*v1alpha1.PolicyAssignment, error) + func (fake *FakeRodeClient) CreatePolicyAssignmentArgsForCall(i int) (context.Context, *v1alpha1.PolicyAssignment, []grpc.CallOption) + func (fake *FakeRodeClient) CreatePolicyAssignmentCallCount() int + func (fake *FakeRodeClient) CreatePolicyAssignmentCalls(...) + func (fake *FakeRodeClient) CreatePolicyAssignmentReturns(result1 *v1alpha1.PolicyAssignment, result2 error) + func (fake *FakeRodeClient) CreatePolicyAssignmentReturnsOnCall(i int, result1 *v1alpha1.PolicyAssignment, result2 error) + func (fake *FakeRodeClient) CreatePolicyCallCount() int + func (fake *FakeRodeClient) CreatePolicyCalls(...) + func (fake *FakeRodeClient) CreatePolicyGroup(arg1 context.Context, arg2 *v1alpha1.PolicyGroup, arg3 ...grpc.CallOption) (*v1alpha1.PolicyGroup, error) + func (fake *FakeRodeClient) CreatePolicyGroupArgsForCall(i int) (context.Context, *v1alpha1.PolicyGroup, []grpc.CallOption) + func (fake *FakeRodeClient) CreatePolicyGroupCallCount() int + func (fake *FakeRodeClient) CreatePolicyGroupCalls(...) + func (fake *FakeRodeClient) CreatePolicyGroupReturns(result1 *v1alpha1.PolicyGroup, result2 error) + func (fake *FakeRodeClient) CreatePolicyGroupReturnsOnCall(i int, result1 *v1alpha1.PolicyGroup, result2 error) + func (fake *FakeRodeClient) CreatePolicyReturns(result1 *v1alpha1.Policy, result2 error) + func (fake *FakeRodeClient) CreatePolicyReturnsOnCall(i int, result1 *v1alpha1.Policy, result2 error) + func (fake *FakeRodeClient) DeletePolicy(arg1 context.Context, arg2 *v1alpha1.DeletePolicyRequest, ...) (*emptypb.Empty, error) + func (fake *FakeRodeClient) DeletePolicyArgsForCall(i int) (context.Context, *v1alpha1.DeletePolicyRequest, []grpc.CallOption) + func (fake *FakeRodeClient) DeletePolicyAssignment(arg1 context.Context, arg2 *v1alpha1.DeletePolicyAssignmentRequest, ...) (*emptypb.Empty, error) + func (fake *FakeRodeClient) DeletePolicyAssignmentArgsForCall(i int) (context.Context, *v1alpha1.DeletePolicyAssignmentRequest, []grpc.CallOption) + func (fake *FakeRodeClient) DeletePolicyAssignmentCallCount() int + func (fake *FakeRodeClient) DeletePolicyAssignmentCalls(...) + func (fake *FakeRodeClient) DeletePolicyAssignmentReturns(result1 *emptypb.Empty, result2 error) + func (fake *FakeRodeClient) DeletePolicyAssignmentReturnsOnCall(i int, result1 *emptypb.Empty, result2 error) + func (fake *FakeRodeClient) DeletePolicyCallCount() int + func (fake *FakeRodeClient) DeletePolicyCalls(...) + func (fake *FakeRodeClient) DeletePolicyGroup(arg1 context.Context, arg2 *v1alpha1.DeletePolicyGroupRequest, ...) (*emptypb.Empty, error) + func (fake *FakeRodeClient) DeletePolicyGroupArgsForCall(i int) (context.Context, *v1alpha1.DeletePolicyGroupRequest, []grpc.CallOption) + func (fake *FakeRodeClient) DeletePolicyGroupCallCount() int + func (fake *FakeRodeClient) DeletePolicyGroupCalls(...) + func (fake *FakeRodeClient) DeletePolicyGroupReturns(result1 *emptypb.Empty, result2 error) + func (fake *FakeRodeClient) DeletePolicyGroupReturnsOnCall(i int, result1 *emptypb.Empty, result2 error) + func (fake *FakeRodeClient) DeletePolicyReturns(result1 *emptypb.Empty, result2 error) + func (fake *FakeRodeClient) DeletePolicyReturnsOnCall(i int, result1 *emptypb.Empty, result2 error) + func (fake *FakeRodeClient) EvaluatePolicy(arg1 context.Context, arg2 *v1alpha1.EvaluatePolicyRequest, ...) (*v1alpha1.EvaluatePolicyResponse, error) + func (fake *FakeRodeClient) EvaluatePolicyArgsForCall(i int) (context.Context, *v1alpha1.EvaluatePolicyRequest, []grpc.CallOption) + func (fake *FakeRodeClient) EvaluatePolicyCallCount() int + func (fake *FakeRodeClient) EvaluatePolicyCalls(...) + func (fake *FakeRodeClient) EvaluatePolicyReturns(result1 *v1alpha1.EvaluatePolicyResponse, result2 error) + func (fake *FakeRodeClient) EvaluatePolicyReturnsOnCall(i int, result1 *v1alpha1.EvaluatePolicyResponse, result2 error) + func (fake *FakeRodeClient) EvaluateResource(arg1 context.Context, arg2 *v1alpha1.ResourceEvaluationRequest, ...) (*v1alpha1.ResourceEvaluationResult, error) + func (fake *FakeRodeClient) EvaluateResourceArgsForCall(i int) (context.Context, *v1alpha1.ResourceEvaluationRequest, []grpc.CallOption) + func (fake *FakeRodeClient) EvaluateResourceCallCount() int + func (fake *FakeRodeClient) EvaluateResourceCalls(...) + func (fake *FakeRodeClient) EvaluateResourceReturns(result1 *v1alpha1.ResourceEvaluationResult, result2 error) + func (fake *FakeRodeClient) EvaluateResourceReturnsOnCall(i int, result1 *v1alpha1.ResourceEvaluationResult, result2 error) + func (fake *FakeRodeClient) GetPolicy(arg1 context.Context, arg2 *v1alpha1.GetPolicyRequest, arg3 ...grpc.CallOption) (*v1alpha1.Policy, error) + func (fake *FakeRodeClient) GetPolicyArgsForCall(i int) (context.Context, *v1alpha1.GetPolicyRequest, []grpc.CallOption) + func (fake *FakeRodeClient) GetPolicyAssignment(arg1 context.Context, arg2 *v1alpha1.GetPolicyAssignmentRequest, ...) (*v1alpha1.PolicyAssignment, error) + func (fake *FakeRodeClient) GetPolicyAssignmentArgsForCall(i int) (context.Context, *v1alpha1.GetPolicyAssignmentRequest, []grpc.CallOption) + func (fake *FakeRodeClient) GetPolicyAssignmentCallCount() int + func (fake *FakeRodeClient) GetPolicyAssignmentCalls(...) + func (fake *FakeRodeClient) GetPolicyAssignmentReturns(result1 *v1alpha1.PolicyAssignment, result2 error) + func (fake *FakeRodeClient) GetPolicyAssignmentReturnsOnCall(i int, result1 *v1alpha1.PolicyAssignment, result2 error) + func (fake *FakeRodeClient) GetPolicyCallCount() int + func (fake *FakeRodeClient) GetPolicyCalls(...) + func (fake *FakeRodeClient) GetPolicyGroup(arg1 context.Context, arg2 *v1alpha1.GetPolicyGroupRequest, ...) (*v1alpha1.PolicyGroup, error) + func (fake *FakeRodeClient) GetPolicyGroupArgsForCall(i int) (context.Context, *v1alpha1.GetPolicyGroupRequest, []grpc.CallOption) + func (fake *FakeRodeClient) GetPolicyGroupCallCount() int + func (fake *FakeRodeClient) GetPolicyGroupCalls(...) + func (fake *FakeRodeClient) GetPolicyGroupReturns(result1 *v1alpha1.PolicyGroup, result2 error) + func (fake *FakeRodeClient) GetPolicyGroupReturnsOnCall(i int, result1 *v1alpha1.PolicyGroup, result2 error) + func (fake *FakeRodeClient) GetPolicyReturns(result1 *v1alpha1.Policy, result2 error) + func (fake *FakeRodeClient) GetPolicyReturnsOnCall(i int, result1 *v1alpha1.Policy, result2 error) + func (fake *FakeRodeClient) GetResourceEvaluation(arg1 context.Context, arg2 *v1alpha1.GetResourceEvaluationRequest, ...) (*v1alpha1.ResourceEvaluationResult, error) + func (fake *FakeRodeClient) GetResourceEvaluationArgsForCall(i int) (context.Context, *v1alpha1.GetResourceEvaluationRequest, []grpc.CallOption) + func (fake *FakeRodeClient) GetResourceEvaluationCallCount() int + func (fake *FakeRodeClient) GetResourceEvaluationCalls(...) + func (fake *FakeRodeClient) GetResourceEvaluationReturns(result1 *v1alpha1.ResourceEvaluationResult, result2 error) + func (fake *FakeRodeClient) GetResourceEvaluationReturnsOnCall(i int, result1 *v1alpha1.ResourceEvaluationResult, result2 error) + func (fake *FakeRodeClient) Invocations() map[string][][]interface{} + func (fake *FakeRodeClient) ListOccurrences(arg1 context.Context, arg2 *v1alpha1.ListOccurrencesRequest, ...) (*v1alpha1.ListOccurrencesResponse, error) + func (fake *FakeRodeClient) ListOccurrencesArgsForCall(i int) (context.Context, *v1alpha1.ListOccurrencesRequest, []grpc.CallOption) + func (fake *FakeRodeClient) ListOccurrencesCallCount() int + func (fake *FakeRodeClient) ListOccurrencesCalls(...) + func (fake *FakeRodeClient) ListOccurrencesReturns(result1 *v1alpha1.ListOccurrencesResponse, result2 error) + func (fake *FakeRodeClient) ListOccurrencesReturnsOnCall(i int, result1 *v1alpha1.ListOccurrencesResponse, result2 error) + func (fake *FakeRodeClient) ListPolicies(arg1 context.Context, arg2 *v1alpha1.ListPoliciesRequest, ...) (*v1alpha1.ListPoliciesResponse, error) + func (fake *FakeRodeClient) ListPoliciesArgsForCall(i int) (context.Context, *v1alpha1.ListPoliciesRequest, []grpc.CallOption) + func (fake *FakeRodeClient) ListPoliciesCallCount() int + func (fake *FakeRodeClient) ListPoliciesCalls(...) + func (fake *FakeRodeClient) ListPoliciesReturns(result1 *v1alpha1.ListPoliciesResponse, result2 error) + func (fake *FakeRodeClient) ListPoliciesReturnsOnCall(i int, result1 *v1alpha1.ListPoliciesResponse, result2 error) + func (fake *FakeRodeClient) ListPolicyAssignments(arg1 context.Context, arg2 *v1alpha1.ListPolicyAssignmentsRequest, ...) (*v1alpha1.ListPolicyAssignmentsResponse, error) + func (fake *FakeRodeClient) ListPolicyAssignmentsArgsForCall(i int) (context.Context, *v1alpha1.ListPolicyAssignmentsRequest, []grpc.CallOption) + func (fake *FakeRodeClient) ListPolicyAssignmentsCallCount() int + func (fake *FakeRodeClient) ListPolicyAssignmentsCalls(...) + func (fake *FakeRodeClient) ListPolicyAssignmentsReturns(result1 *v1alpha1.ListPolicyAssignmentsResponse, result2 error) + func (fake *FakeRodeClient) ListPolicyAssignmentsReturnsOnCall(i int, result1 *v1alpha1.ListPolicyAssignmentsResponse, result2 error) + func (fake *FakeRodeClient) ListPolicyGroups(arg1 context.Context, arg2 *v1alpha1.ListPolicyGroupsRequest, ...) (*v1alpha1.ListPolicyGroupsResponse, error) + func (fake *FakeRodeClient) ListPolicyGroupsArgsForCall(i int) (context.Context, *v1alpha1.ListPolicyGroupsRequest, []grpc.CallOption) + func (fake *FakeRodeClient) ListPolicyGroupsCallCount() int + func (fake *FakeRodeClient) ListPolicyGroupsCalls(...) + func (fake *FakeRodeClient) ListPolicyGroupsReturns(result1 *v1alpha1.ListPolicyGroupsResponse, result2 error) + func (fake *FakeRodeClient) ListPolicyGroupsReturnsOnCall(i int, result1 *v1alpha1.ListPolicyGroupsResponse, result2 error) + func (fake *FakeRodeClient) ListPolicyVersions(arg1 context.Context, arg2 *v1alpha1.ListPolicyVersionsRequest, ...) (*v1alpha1.ListPolicyVersionsResponse, error) + func (fake *FakeRodeClient) ListPolicyVersionsArgsForCall(i int) (context.Context, *v1alpha1.ListPolicyVersionsRequest, []grpc.CallOption) + func (fake *FakeRodeClient) ListPolicyVersionsCallCount() int + func (fake *FakeRodeClient) ListPolicyVersionsCalls(...) + func (fake *FakeRodeClient) ListPolicyVersionsReturns(result1 *v1alpha1.ListPolicyVersionsResponse, result2 error) + func (fake *FakeRodeClient) ListPolicyVersionsReturnsOnCall(i int, result1 *v1alpha1.ListPolicyVersionsResponse, result2 error) + func (fake *FakeRodeClient) ListResourceEvaluations(arg1 context.Context, arg2 *v1alpha1.ListResourceEvaluationsRequest, ...) (*v1alpha1.ListResourceEvaluationsResponse, error) + func (fake *FakeRodeClient) ListResourceEvaluationsArgsForCall(i int) (context.Context, *v1alpha1.ListResourceEvaluationsRequest, []grpc.CallOption) + func (fake *FakeRodeClient) ListResourceEvaluationsCallCount() int + func (fake *FakeRodeClient) ListResourceEvaluationsCalls(...) + func (fake *FakeRodeClient) ListResourceEvaluationsReturns(result1 *v1alpha1.ListResourceEvaluationsResponse, result2 error) + func (fake *FakeRodeClient) ListResourceEvaluationsReturnsOnCall(i int, result1 *v1alpha1.ListResourceEvaluationsResponse, result2 error) + func (fake *FakeRodeClient) ListResourceVersions(arg1 context.Context, arg2 *v1alpha1.ListResourceVersionsRequest, ...) (*v1alpha1.ListResourceVersionsResponse, error) + func (fake *FakeRodeClient) ListResourceVersionsArgsForCall(i int) (context.Context, *v1alpha1.ListResourceVersionsRequest, []grpc.CallOption) + func (fake *FakeRodeClient) ListResourceVersionsCallCount() int + func (fake *FakeRodeClient) ListResourceVersionsCalls(...) + func (fake *FakeRodeClient) ListResourceVersionsReturns(result1 *v1alpha1.ListResourceVersionsResponse, result2 error) + func (fake *FakeRodeClient) ListResourceVersionsReturnsOnCall(i int, result1 *v1alpha1.ListResourceVersionsResponse, result2 error) + func (fake *FakeRodeClient) ListResources(arg1 context.Context, arg2 *v1alpha1.ListResourcesRequest, ...) (*v1alpha1.ListResourcesResponse, error) + func (fake *FakeRodeClient) ListResourcesArgsForCall(i int) (context.Context, *v1alpha1.ListResourcesRequest, []grpc.CallOption) + func (fake *FakeRodeClient) ListResourcesCallCount() int + func (fake *FakeRodeClient) ListResourcesCalls(...) + func (fake *FakeRodeClient) ListResourcesReturns(result1 *v1alpha1.ListResourcesResponse, result2 error) + func (fake *FakeRodeClient) ListResourcesReturnsOnCall(i int, result1 *v1alpha1.ListResourcesResponse, result2 error) + func (fake *FakeRodeClient) ListVersionedResourceOccurrences(arg1 context.Context, arg2 *v1alpha1.ListVersionedResourceOccurrencesRequest, ...) (*v1alpha1.ListVersionedResourceOccurrencesResponse, error) + func (fake *FakeRodeClient) ListVersionedResourceOccurrencesArgsForCall(i int) (context.Context, *v1alpha1.ListVersionedResourceOccurrencesRequest, ...) + func (fake *FakeRodeClient) ListVersionedResourceOccurrencesCallCount() int + func (fake *FakeRodeClient) ListVersionedResourceOccurrencesCalls(...) + func (fake *FakeRodeClient) ListVersionedResourceOccurrencesReturns(result1 *v1alpha1.ListVersionedResourceOccurrencesResponse, result2 error) + func (fake *FakeRodeClient) ListVersionedResourceOccurrencesReturnsOnCall(i int, result1 *v1alpha1.ListVersionedResourceOccurrencesResponse, ...) + func (fake *FakeRodeClient) RegisterCollector(arg1 context.Context, arg2 *v1alpha1.RegisterCollectorRequest, ...) (*v1alpha1.RegisterCollectorResponse, error) + func (fake *FakeRodeClient) RegisterCollectorArgsForCall(i int) (context.Context, *v1alpha1.RegisterCollectorRequest, []grpc.CallOption) + func (fake *FakeRodeClient) RegisterCollectorCallCount() int + func (fake *FakeRodeClient) RegisterCollectorCalls(...) + func (fake *FakeRodeClient) RegisterCollectorReturns(result1 *v1alpha1.RegisterCollectorResponse, result2 error) + func (fake *FakeRodeClient) RegisterCollectorReturnsOnCall(i int, result1 *v1alpha1.RegisterCollectorResponse, result2 error) + func (fake *FakeRodeClient) UpdateOccurrence(arg1 context.Context, arg2 *v1alpha1.UpdateOccurrenceRequest, ...) (*grafeas_go_proto.Occurrence, error) + func (fake *FakeRodeClient) UpdateOccurrenceArgsForCall(i int) (context.Context, *v1alpha1.UpdateOccurrenceRequest, []grpc.CallOption) + func (fake *FakeRodeClient) UpdateOccurrenceCallCount() int + func (fake *FakeRodeClient) UpdateOccurrenceCalls(...) + func (fake *FakeRodeClient) UpdateOccurrenceReturns(result1 *grafeas_go_proto.Occurrence, result2 error) + func (fake *FakeRodeClient) UpdateOccurrenceReturnsOnCall(i int, result1 *grafeas_go_proto.Occurrence, result2 error) + func (fake *FakeRodeClient) UpdatePolicy(arg1 context.Context, arg2 *v1alpha1.UpdatePolicyRequest, ...) (*v1alpha1.Policy, error) + func (fake *FakeRodeClient) UpdatePolicyArgsForCall(i int) (context.Context, *v1alpha1.UpdatePolicyRequest, []grpc.CallOption) + func (fake *FakeRodeClient) UpdatePolicyAssignment(arg1 context.Context, arg2 *v1alpha1.PolicyAssignment, arg3 ...grpc.CallOption) (*v1alpha1.PolicyAssignment, error) + func (fake *FakeRodeClient) UpdatePolicyAssignmentArgsForCall(i int) (context.Context, *v1alpha1.PolicyAssignment, []grpc.CallOption) + func (fake *FakeRodeClient) UpdatePolicyAssignmentCallCount() int + func (fake *FakeRodeClient) UpdatePolicyAssignmentCalls(...) + func (fake *FakeRodeClient) UpdatePolicyAssignmentReturns(result1 *v1alpha1.PolicyAssignment, result2 error) + func (fake *FakeRodeClient) UpdatePolicyAssignmentReturnsOnCall(i int, result1 *v1alpha1.PolicyAssignment, result2 error) + func (fake *FakeRodeClient) UpdatePolicyCallCount() int + func (fake *FakeRodeClient) UpdatePolicyCalls(...) + func (fake *FakeRodeClient) UpdatePolicyGroup(arg1 context.Context, arg2 *v1alpha1.PolicyGroup, arg3 ...grpc.CallOption) (*v1alpha1.PolicyGroup, error) + func (fake *FakeRodeClient) UpdatePolicyGroupArgsForCall(i int) (context.Context, *v1alpha1.PolicyGroup, []grpc.CallOption) + func (fake *FakeRodeClient) UpdatePolicyGroupCallCount() int + func (fake *FakeRodeClient) UpdatePolicyGroupCalls(...) + func (fake *FakeRodeClient) UpdatePolicyGroupReturns(result1 *v1alpha1.PolicyGroup, result2 error) + func (fake *FakeRodeClient) UpdatePolicyGroupReturnsOnCall(i int, result1 *v1alpha1.PolicyGroup, result2 error) + func (fake *FakeRodeClient) UpdatePolicyReturns(result1 *v1alpha1.Policy, result2 error) + func (fake *FakeRodeClient) UpdatePolicyReturnsOnCall(i int, result1 *v1alpha1.Policy, result2 error) + func (fake *FakeRodeClient) ValidatePolicy(arg1 context.Context, arg2 *v1alpha1.ValidatePolicyRequest, ...) (*v1alpha1.ValidatePolicyResponse, error) + func (fake *FakeRodeClient) ValidatePolicyArgsForCall(i int) (context.Context, *v1alpha1.ValidatePolicyRequest, []grpc.CallOption) + func (fake *FakeRodeClient) ValidatePolicyCallCount() int + func (fake *FakeRodeClient) ValidatePolicyCalls(...) + func (fake *FakeRodeClient) ValidatePolicyReturns(result1 *v1alpha1.ValidatePolicyResponse, result2 error) + func (fake *FakeRodeClient) ValidatePolicyReturnsOnCall(i int, result1 *v1alpha1.ValidatePolicyResponse, result2 error) v0.3.0 Apr 26, 2021 Changes in this version + type MockRodeClient struct + func NewMockRodeClient(ctrl *gomock.Controller) *MockRodeClient + func (m *MockRodeClient) BatchCreateOccurrences(arg0 context.Context, arg1 *v1alpha1.BatchCreateOccurrencesRequest, ...) (*v1alpha1.BatchCreateOccurrencesResponse, error) + func (m *MockRodeClient) CreatePolicy(arg0 context.Context, arg1 *v1alpha1.PolicyEntity, arg2 ...grpc.CallOption) (*v1alpha1.Policy, error) + func (m *MockRodeClient) DeletePolicy(arg0 context.Context, arg1 *v1alpha1.DeletePolicyRequest, ...) (*emptypb.Empty, error) + func (m *MockRodeClient) EXPECT() *MockRodeClientMockRecorder + func (m *MockRodeClient) EvaluatePolicy(arg0 context.Context, arg1 *v1alpha1.EvaluatePolicyRequest, ...) (*v1alpha1.EvaluatePolicyResponse, error) + func (m *MockRodeClient) GetPolicy(arg0 context.Context, arg1 *v1alpha1.GetPolicyRequest, arg2 ...grpc.CallOption) (*v1alpha1.Policy, error) + func (m *MockRodeClient) ListGenericResources(arg0 context.Context, arg1 *v1alpha1.ListGenericResourcesRequest, ...) (*v1alpha1.ListGenericResourcesResponse, error) + func (m *MockRodeClient) ListOccurrences(arg0 context.Context, arg1 *v1alpha1.ListOccurrencesRequest, ...) (*v1alpha1.ListOccurrencesResponse, error) + func (m *MockRodeClient) ListPolicies(arg0 context.Context, arg1 *v1alpha1.ListPoliciesRequest, ...) (*v1alpha1.ListPoliciesResponse, error) + func (m *MockRodeClient) ListResources(arg0 context.Context, arg1 *v1alpha1.ListResourcesRequest, ...) (*v1alpha1.ListResourcesResponse, error) + func (m *MockRodeClient) UpdateOccurrence(arg0 context.Context, arg1 *v1alpha1.UpdateOccurrenceRequest, ...) (*grafeas_go_proto.Occurrence, error) + func (m *MockRodeClient) UpdatePolicy(arg0 context.Context, arg1 *v1alpha1.UpdatePolicyRequest, ...) (*v1alpha1.Policy, error) + func (m *MockRodeClient) ValidatePolicy(arg0 context.Context, arg1 *v1alpha1.ValidatePolicyRequest, ...) (*v1alpha1.ValidatePolicyResponse, error) + type MockRodeClientMockRecorder struct + func (mr *MockRodeClientMockRecorder) BatchCreateOccurrences(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call + func (mr *MockRodeClientMockRecorder) CreatePolicy(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call + func (mr *MockRodeClientMockRecorder) DeletePolicy(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call + func (mr *MockRodeClientMockRecorder) EvaluatePolicy(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call + func (mr *MockRodeClientMockRecorder) GetPolicy(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call + func (mr *MockRodeClientMockRecorder) ListGenericResources(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call + func (mr *MockRodeClientMockRecorder) ListOccurrences(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call + func (mr *MockRodeClientMockRecorder) ListPolicies(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call + func (mr *MockRodeClientMockRecorder) ListResources(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call + func (mr *MockRodeClientMockRecorder) UpdateOccurrence(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call + func (mr *MockRodeClientMockRecorder) UpdatePolicy(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call + func (mr *MockRodeClientMockRecorder) ValidatePolicy(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call