Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeImpl
- func (fake *FakeImpl) Avcs(arg1 api_enricher.EnricherClient, arg2 context.Context, ...) (*api_enricher.AvcResponse, error)
- func (fake *FakeImpl) AvcsArgsForCall(i int) (api_enricher.EnricherClient, context.Context, *api_enricher.AvcRequest)
- func (fake *FakeImpl) AvcsCallCount() int
- func (fake *FakeImpl) AvcsCalls(...)
- func (fake *FakeImpl) AvcsReturns(result1 *api_enricher.AvcResponse, result2 error)
- func (fake *FakeImpl) AvcsReturnsOnCall(i int, result1 *api_enricher.AvcResponse, result2 error)
- func (fake *FakeImpl) ClientGet(arg1 client.Client, arg2 types.NamespacedName, arg3 client.Object) error
- func (fake *FakeImpl) ClientGetArgsForCall(i int) (client.Client, types.NamespacedName, client.Object)
- func (fake *FakeImpl) ClientGetCallCount() int
- func (fake *FakeImpl) ClientGetCalls(stub func(client.Client, types.NamespacedName, client.Object) error)
- func (fake *FakeImpl) ClientGetReturns(result1 error)
- func (fake *FakeImpl) ClientGetReturnsOnCall(i int, result1 error)
- func (fake *FakeImpl) CreateOrUpdate(arg1 context.Context, arg2 client.Client, arg3 client.Object, ...) (controllerutil.OperationResult, error)
- func (fake *FakeImpl) CreateOrUpdateArgsForCall(i int) (context.Context, client.Client, client.Object, controllerutil.MutateFn)
- func (fake *FakeImpl) CreateOrUpdateCallCount() int
- func (fake *FakeImpl) CreateOrUpdateCalls(...)
- func (fake *FakeImpl) CreateOrUpdateReturns(result1 controllerutil.OperationResult, result2 error)
- func (fake *FakeImpl) CreateOrUpdateReturnsOnCall(i int, result1 controllerutil.OperationResult, result2 error)
- func (fake *FakeImpl) DialBpfRecorder() (*grpc.ClientConn, context.CancelFunc, error)
- func (fake *FakeImpl) DialBpfRecorderCallCount() int
- func (fake *FakeImpl) DialBpfRecorderCalls(stub func() (*grpc.ClientConn, context.CancelFunc, error))
- func (fake *FakeImpl) DialBpfRecorderReturns(result1 *grpc.ClientConn, result2 context.CancelFunc, result3 error)
- func (fake *FakeImpl) DialBpfRecorderReturnsOnCall(i int, result1 *grpc.ClientConn, result2 context.CancelFunc, result3 error)
- func (fake *FakeImpl) DialEnricher() (*grpc.ClientConn, context.CancelFunc, error)
- func (fake *FakeImpl) DialEnricherCallCount() int
- func (fake *FakeImpl) DialEnricherCalls(stub func() (*grpc.ClientConn, context.CancelFunc, error))
- func (fake *FakeImpl) DialEnricherReturns(result1 *grpc.ClientConn, result2 context.CancelFunc, result3 error)
- func (fake *FakeImpl) DialEnricherReturnsOnCall(i int, result1 *grpc.ClientConn, result2 context.CancelFunc, result3 error)
- func (fake *FakeImpl) GetPod(arg1 context.Context, arg2 client.Client, arg3 types.NamespacedName) (*v1.Pod, error)
- func (fake *FakeImpl) GetPodArgsForCall(i int) (context.Context, client.Client, types.NamespacedName)
- func (fake *FakeImpl) GetPodCallCount() int
- func (fake *FakeImpl) GetPodCalls(...)
- func (fake *FakeImpl) GetPodReturns(result1 *v1.Pod, result2 error)
- func (fake *FakeImpl) GetPodReturnsOnCall(i int, result1 *v1.Pod, result2 error)
- func (fake *FakeImpl) GetSPOD(arg1 context.Context, arg2 client.Client) (*v1alpha1.SecurityProfilesOperatorDaemon, error)
- func (fake *FakeImpl) GetSPODArgsForCall(i int) (context.Context, client.Client)
- func (fake *FakeImpl) GetSPODCallCount() int
- func (fake *FakeImpl) GetSPODCalls(...)
- func (fake *FakeImpl) GetSPODReturns(result1 *v1alpha1.SecurityProfilesOperatorDaemon, result2 error)
- func (fake *FakeImpl) GetSPODReturnsOnCall(i int, result1 *v1alpha1.SecurityProfilesOperatorDaemon, result2 error)
- func (fake *FakeImpl) GoArchToSeccompArch(arg1 string) (seccomp.Arch, error)
- func (fake *FakeImpl) GoArchToSeccompArchArgsForCall(i int) string
- func (fake *FakeImpl) GoArchToSeccompArchCallCount() int
- func (fake *FakeImpl) GoArchToSeccompArchCalls(stub func(string) (seccomp.Arch, error))
- func (fake *FakeImpl) GoArchToSeccompArchReturns(result1 seccomp.Arch, result2 error)
- func (fake *FakeImpl) GoArchToSeccompArchReturnsOnCall(i int, result1 seccomp.Arch, result2 error)
- func (fake *FakeImpl) Invocations() map[string][][]interface{}
- func (fake *FakeImpl) ManagerGetClient(arg1 manager.Manager) client.Client
- func (fake *FakeImpl) ManagerGetClientArgsForCall(i int) manager.Manager
- func (fake *FakeImpl) ManagerGetClientCallCount() int
- func (fake *FakeImpl) ManagerGetClientCalls(stub func(manager.Manager) client.Client)
- func (fake *FakeImpl) ManagerGetClientReturns(result1 client.Client)
- func (fake *FakeImpl) ManagerGetClientReturnsOnCall(i int, result1 client.Client)
- func (fake *FakeImpl) ManagerGetEventRecorderFor(arg1 manager.Manager, arg2 string) record.EventRecorder
- func (fake *FakeImpl) ManagerGetEventRecorderForArgsForCall(i int) (manager.Manager, string)
- func (fake *FakeImpl) ManagerGetEventRecorderForCallCount() int
- func (fake *FakeImpl) ManagerGetEventRecorderForCalls(stub func(manager.Manager, string) record.EventRecorder)
- func (fake *FakeImpl) ManagerGetEventRecorderForReturns(result1 record.EventRecorder)
- func (fake *FakeImpl) ManagerGetEventRecorderForReturnsOnCall(i int, result1 record.EventRecorder)
- func (fake *FakeImpl) NewClient(arg1 manager.Manager) (client.Client, error)
- func (fake *FakeImpl) NewClientArgsForCall(i int) manager.Manager
- func (fake *FakeImpl) NewClientCallCount() int
- func (fake *FakeImpl) NewClientCalls(stub func(manager.Manager) (client.Client, error))
- func (fake *FakeImpl) NewClientReturns(result1 client.Client, result2 error)
- func (fake *FakeImpl) NewClientReturnsOnCall(i int, result1 client.Client, result2 error)
- func (fake *FakeImpl) NewControllerManagedBy(arg1 manager.Manager, arg2 string, arg3 func(obj runtime.Object) bool, ...) error
- func (fake *FakeImpl) NewControllerManagedByArgsForCall(i int) (manager.Manager, string, func(obj runtime.Object) bool, ...)
- func (fake *FakeImpl) NewControllerManagedByCallCount() int
- func (fake *FakeImpl) NewControllerManagedByCalls(stub func(manager.Manager, string, func(obj runtime.Object) bool, ...) error)
- func (fake *FakeImpl) NewControllerManagedByReturns(result1 error)
- func (fake *FakeImpl) NewControllerManagedByReturnsOnCall(i int, result1 error)
- func (fake *FakeImpl) ReadFile(arg1 string) ([]byte, error)
- func (fake *FakeImpl) ReadFileArgsForCall(i int) string
- func (fake *FakeImpl) ReadFileCallCount() int
- func (fake *FakeImpl) ReadFileCalls(stub func(string) ([]byte, error))
- func (fake *FakeImpl) ReadFileReturns(result1 []byte, result2 error)
- func (fake *FakeImpl) ReadFileReturnsOnCall(i int, result1 []byte, result2 error)
- func (fake *FakeImpl) ResetAvcs(arg1 api_enricher.EnricherClient, arg2 context.Context, ...) error
- func (fake *FakeImpl) ResetAvcsArgsForCall(i int) (api_enricher.EnricherClient, context.Context, *api_enricher.AvcRequest)
- func (fake *FakeImpl) ResetAvcsCallCount() int
- func (fake *FakeImpl) ResetAvcsCalls(...)
- func (fake *FakeImpl) ResetAvcsReturns(result1 error)
- func (fake *FakeImpl) ResetAvcsReturnsOnCall(i int, result1 error)
- func (fake *FakeImpl) ResetSyscalls(arg1 api_enricher.EnricherClient, arg2 context.Context, ...) error
- func (fake *FakeImpl) ResetSyscallsArgsForCall(i int) (api_enricher.EnricherClient, context.Context, *api_enricher.SyscallsRequest)
- func (fake *FakeImpl) ResetSyscallsCallCount() int
- func (fake *FakeImpl) ResetSyscallsCalls(...)
- func (fake *FakeImpl) ResetSyscallsReturns(result1 error)
- func (fake *FakeImpl) ResetSyscallsReturnsOnCall(i int, result1 error)
- func (fake *FakeImpl) StartBpfRecorder(arg1 api_bpfrecorder.BpfRecorderClient, arg2 context.Context) error
- func (fake *FakeImpl) StartBpfRecorderArgsForCall(i int) (api_bpfrecorder.BpfRecorderClient, context.Context)
- func (fake *FakeImpl) StartBpfRecorderCallCount() int
- func (fake *FakeImpl) StartBpfRecorderCalls(stub func(api_bpfrecorder.BpfRecorderClient, context.Context) error)
- func (fake *FakeImpl) StartBpfRecorderReturns(result1 error)
- func (fake *FakeImpl) StartBpfRecorderReturnsOnCall(i int, result1 error)
- func (fake *FakeImpl) StopBpfRecorder(arg1 api_bpfrecorder.BpfRecorderClient, arg2 context.Context) error
- func (fake *FakeImpl) StopBpfRecorderArgsForCall(i int) (api_bpfrecorder.BpfRecorderClient, context.Context)
- func (fake *FakeImpl) StopBpfRecorderCallCount() int
- func (fake *FakeImpl) StopBpfRecorderCalls(stub func(api_bpfrecorder.BpfRecorderClient, context.Context) error)
- func (fake *FakeImpl) StopBpfRecorderReturns(result1 error)
- func (fake *FakeImpl) StopBpfRecorderReturnsOnCall(i int, result1 error)
- func (fake *FakeImpl) Syscalls(arg1 api_enricher.EnricherClient, arg2 context.Context, ...) (*api_enricher.SyscallsResponse, error)
- func (fake *FakeImpl) SyscallsArgsForCall(i int) (api_enricher.EnricherClient, context.Context, *api_enricher.SyscallsRequest)
- func (fake *FakeImpl) SyscallsCallCount() int
- func (fake *FakeImpl) SyscallsCalls(...)
- func (fake *FakeImpl) SyscallsForProfile(arg1 api_bpfrecorder.BpfRecorderClient, arg2 context.Context, ...) (*api_bpfrecorder.SyscallsResponse, error)
- func (fake *FakeImpl) SyscallsForProfileArgsForCall(i int) (api_bpfrecorder.BpfRecorderClient, context.Context, ...)
- func (fake *FakeImpl) SyscallsForProfileCallCount() int
- func (fake *FakeImpl) SyscallsForProfileCalls(...)
- func (fake *FakeImpl) SyscallsForProfileReturns(result1 *api_bpfrecorder.SyscallsResponse, result2 error)
- func (fake *FakeImpl) SyscallsForProfileReturnsOnCall(i int, result1 *api_bpfrecorder.SyscallsResponse, result2 error)
- func (fake *FakeImpl) SyscallsReturns(result1 *api_enricher.SyscallsResponse, result2 error)
- func (fake *FakeImpl) SyscallsReturnsOnCall(i int, result1 *api_enricher.SyscallsResponse, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeImpl ¶
type FakeImpl struct { AvcsStub func(api_enricher.EnricherClient, context.Context, *api_enricher.AvcRequest) (*api_enricher.AvcResponse, error) ClientGetStub func(client.Client, types.NamespacedName, client.Object) error CreateOrUpdateStub func(context.Context, client.Client, client.Object, controllerutil.MutateFn) (controllerutil.OperationResult, error) DialBpfRecorderStub func() (*grpc.ClientConn, context.CancelFunc, error) DialEnricherStub func() (*grpc.ClientConn, context.CancelFunc, error) GetPodStub func(context.Context, client.Client, types.NamespacedName) (*v1.Pod, error) GetSPODStub func(context.Context, client.Client) (*v1alpha1.SecurityProfilesOperatorDaemon, error) GoArchToSeccompArchStub func(string) (seccomp.Arch, error) ManagerGetClientStub func(manager.Manager) client.Client ManagerGetEventRecorderForStub func(manager.Manager, string) record.EventRecorder NewClientStub func(manager.Manager) (client.Client, error) NewControllerManagedByStub func(manager.Manager, string, func(obj runtime.Object) bool, func(obj runtime.Object) bool, reconcile.Reconciler) error ReadFileStub func(string) ([]byte, error) ResetAvcsStub func(api_enricher.EnricherClient, context.Context, *api_enricher.AvcRequest) error ResetSyscallsStub func(api_enricher.EnricherClient, context.Context, *api_enricher.SyscallsRequest) error StartBpfRecorderStub func(api_bpfrecorder.BpfRecorderClient, context.Context) error StopBpfRecorderStub func(api_bpfrecorder.BpfRecorderClient, context.Context) error SyscallsStub func(api_enricher.EnricherClient, context.Context, *api_enricher.SyscallsRequest) (*api_enricher.SyscallsResponse, error) SyscallsForProfileStub func(api_bpfrecorder.BpfRecorderClient, context.Context, *api_bpfrecorder.ProfileRequest) (*api_bpfrecorder.SyscallsResponse, error) // contains filtered or unexported fields }
func (*FakeImpl) Avcs ¶
func (fake *FakeImpl) Avcs(arg1 api_enricher.EnricherClient, arg2 context.Context, arg3 *api_enricher.AvcRequest) (*api_enricher.AvcResponse, error)
func (*FakeImpl) AvcsArgsForCall ¶
func (fake *FakeImpl) AvcsArgsForCall(i int) (api_enricher.EnricherClient, context.Context, *api_enricher.AvcRequest)
func (*FakeImpl) AvcsCallCount ¶
func (*FakeImpl) AvcsCalls ¶
func (fake *FakeImpl) AvcsCalls(stub func(api_enricher.EnricherClient, context.Context, *api_enricher.AvcRequest) (*api_enricher.AvcResponse, error))
func (*FakeImpl) AvcsReturns ¶
func (fake *FakeImpl) AvcsReturns(result1 *api_enricher.AvcResponse, result2 error)
func (*FakeImpl) AvcsReturnsOnCall ¶
func (fake *FakeImpl) AvcsReturnsOnCall(i int, result1 *api_enricher.AvcResponse, result2 error)
func (*FakeImpl) ClientGetArgsForCall ¶
func (*FakeImpl) ClientGetCallCount ¶
func (*FakeImpl) ClientGetCalls ¶
func (*FakeImpl) ClientGetReturns ¶
func (*FakeImpl) ClientGetReturnsOnCall ¶
func (*FakeImpl) CreateOrUpdate ¶
func (fake *FakeImpl) CreateOrUpdate(arg1 context.Context, arg2 client.Client, arg3 client.Object, arg4 controllerutil.MutateFn) (controllerutil.OperationResult, error)
func (*FakeImpl) CreateOrUpdateArgsForCall ¶
func (*FakeImpl) CreateOrUpdateCallCount ¶
func (*FakeImpl) CreateOrUpdateCalls ¶
func (fake *FakeImpl) CreateOrUpdateCalls(stub func(context.Context, client.Client, client.Object, controllerutil.MutateFn) (controllerutil.OperationResult, error))
func (*FakeImpl) CreateOrUpdateReturns ¶
func (fake *FakeImpl) CreateOrUpdateReturns(result1 controllerutil.OperationResult, result2 error)
func (*FakeImpl) CreateOrUpdateReturnsOnCall ¶
func (fake *FakeImpl) CreateOrUpdateReturnsOnCall(i int, result1 controllerutil.OperationResult, result2 error)
func (*FakeImpl) DialBpfRecorder ¶
func (fake *FakeImpl) DialBpfRecorder() (*grpc.ClientConn, context.CancelFunc, error)
func (*FakeImpl) DialBpfRecorderCallCount ¶
func (*FakeImpl) DialBpfRecorderCalls ¶
func (fake *FakeImpl) DialBpfRecorderCalls(stub func() (*grpc.ClientConn, context.CancelFunc, error))
func (*FakeImpl) DialBpfRecorderReturns ¶
func (fake *FakeImpl) DialBpfRecorderReturns(result1 *grpc.ClientConn, result2 context.CancelFunc, result3 error)
func (*FakeImpl) DialBpfRecorderReturnsOnCall ¶
func (fake *FakeImpl) DialBpfRecorderReturnsOnCall(i int, result1 *grpc.ClientConn, result2 context.CancelFunc, result3 error)
func (*FakeImpl) DialEnricher ¶
func (fake *FakeImpl) DialEnricher() (*grpc.ClientConn, context.CancelFunc, error)
func (*FakeImpl) DialEnricherCallCount ¶
func (*FakeImpl) DialEnricherCalls ¶
func (fake *FakeImpl) DialEnricherCalls(stub func() (*grpc.ClientConn, context.CancelFunc, error))
func (*FakeImpl) DialEnricherReturns ¶
func (fake *FakeImpl) DialEnricherReturns(result1 *grpc.ClientConn, result2 context.CancelFunc, result3 error)
func (*FakeImpl) DialEnricherReturnsOnCall ¶
func (fake *FakeImpl) DialEnricherReturnsOnCall(i int, result1 *grpc.ClientConn, result2 context.CancelFunc, result3 error)
func (*FakeImpl) GetPodArgsForCall ¶
func (*FakeImpl) GetPodCallCount ¶
func (*FakeImpl) GetPodCalls ¶
func (*FakeImpl) GetPodReturns ¶
func (*FakeImpl) GetPodReturnsOnCall ¶
func (*FakeImpl) GetSPODArgsForCall ¶
func (*FakeImpl) GetSPODCallCount ¶
func (*FakeImpl) GetSPODCalls ¶
func (*FakeImpl) GetSPODReturns ¶
func (fake *FakeImpl) GetSPODReturns(result1 *v1alpha1.SecurityProfilesOperatorDaemon, result2 error)
func (*FakeImpl) GetSPODReturnsOnCall ¶
func (fake *FakeImpl) GetSPODReturnsOnCall(i int, result1 *v1alpha1.SecurityProfilesOperatorDaemon, result2 error)
func (*FakeImpl) GoArchToSeccompArch ¶
func (*FakeImpl) GoArchToSeccompArchArgsForCall ¶
func (*FakeImpl) GoArchToSeccompArchCallCount ¶
func (*FakeImpl) GoArchToSeccompArchCalls ¶
func (*FakeImpl) GoArchToSeccompArchReturns ¶
func (*FakeImpl) GoArchToSeccompArchReturnsOnCall ¶
func (*FakeImpl) Invocations ¶
func (*FakeImpl) ManagerGetClient ¶
func (*FakeImpl) ManagerGetClientArgsForCall ¶
func (*FakeImpl) ManagerGetClientCallCount ¶
func (*FakeImpl) ManagerGetClientCalls ¶
func (*FakeImpl) ManagerGetClientReturns ¶
func (*FakeImpl) ManagerGetClientReturnsOnCall ¶
func (*FakeImpl) ManagerGetEventRecorderFor ¶
func (*FakeImpl) ManagerGetEventRecorderForArgsForCall ¶
func (*FakeImpl) ManagerGetEventRecorderForCallCount ¶
func (*FakeImpl) ManagerGetEventRecorderForCalls ¶
func (*FakeImpl) ManagerGetEventRecorderForReturns ¶
func (fake *FakeImpl) ManagerGetEventRecorderForReturns(result1 record.EventRecorder)
func (*FakeImpl) ManagerGetEventRecorderForReturnsOnCall ¶
func (fake *FakeImpl) ManagerGetEventRecorderForReturnsOnCall(i int, result1 record.EventRecorder)
func (*FakeImpl) NewClientArgsForCall ¶
func (*FakeImpl) NewClientCallCount ¶
func (*FakeImpl) NewClientCalls ¶
func (*FakeImpl) NewClientReturns ¶
func (*FakeImpl) NewClientReturnsOnCall ¶
func (*FakeImpl) NewControllerManagedBy ¶
func (*FakeImpl) NewControllerManagedByArgsForCall ¶
func (*FakeImpl) NewControllerManagedByCallCount ¶
func (*FakeImpl) NewControllerManagedByCalls ¶
func (*FakeImpl) NewControllerManagedByReturns ¶
func (*FakeImpl) NewControllerManagedByReturnsOnCall ¶
func (*FakeImpl) ReadFileArgsForCall ¶
func (*FakeImpl) ReadFileCallCount ¶
func (*FakeImpl) ReadFileCalls ¶
func (*FakeImpl) ReadFileReturns ¶
func (*FakeImpl) ReadFileReturnsOnCall ¶
func (*FakeImpl) ResetAvcs ¶
func (fake *FakeImpl) ResetAvcs(arg1 api_enricher.EnricherClient, arg2 context.Context, arg3 *api_enricher.AvcRequest) error
func (*FakeImpl) ResetAvcsArgsForCall ¶
func (fake *FakeImpl) ResetAvcsArgsForCall(i int) (api_enricher.EnricherClient, context.Context, *api_enricher.AvcRequest)
func (*FakeImpl) ResetAvcsCallCount ¶
func (*FakeImpl) ResetAvcsCalls ¶
func (fake *FakeImpl) ResetAvcsCalls(stub func(api_enricher.EnricherClient, context.Context, *api_enricher.AvcRequest) error)
func (*FakeImpl) ResetAvcsReturns ¶
func (*FakeImpl) ResetAvcsReturnsOnCall ¶
func (*FakeImpl) ResetSyscalls ¶
func (fake *FakeImpl) ResetSyscalls(arg1 api_enricher.EnricherClient, arg2 context.Context, arg3 *api_enricher.SyscallsRequest) error
func (*FakeImpl) ResetSyscallsArgsForCall ¶
func (fake *FakeImpl) ResetSyscallsArgsForCall(i int) (api_enricher.EnricherClient, context.Context, *api_enricher.SyscallsRequest)
func (*FakeImpl) ResetSyscallsCallCount ¶
func (*FakeImpl) ResetSyscallsCalls ¶
func (fake *FakeImpl) ResetSyscallsCalls(stub func(api_enricher.EnricherClient, context.Context, *api_enricher.SyscallsRequest) error)
func (*FakeImpl) ResetSyscallsReturns ¶
func (*FakeImpl) ResetSyscallsReturnsOnCall ¶
func (*FakeImpl) StartBpfRecorder ¶
func (fake *FakeImpl) StartBpfRecorder(arg1 api_bpfrecorder.BpfRecorderClient, arg2 context.Context) error
func (*FakeImpl) StartBpfRecorderArgsForCall ¶
func (fake *FakeImpl) StartBpfRecorderArgsForCall(i int) (api_bpfrecorder.BpfRecorderClient, context.Context)
func (*FakeImpl) StartBpfRecorderCallCount ¶
func (*FakeImpl) StartBpfRecorderCalls ¶
func (fake *FakeImpl) StartBpfRecorderCalls(stub func(api_bpfrecorder.BpfRecorderClient, context.Context) error)
func (*FakeImpl) StartBpfRecorderReturns ¶
func (*FakeImpl) StartBpfRecorderReturnsOnCall ¶
func (*FakeImpl) StopBpfRecorder ¶
func (fake *FakeImpl) StopBpfRecorder(arg1 api_bpfrecorder.BpfRecorderClient, arg2 context.Context) error
func (*FakeImpl) StopBpfRecorderArgsForCall ¶
func (fake *FakeImpl) StopBpfRecorderArgsForCall(i int) (api_bpfrecorder.BpfRecorderClient, context.Context)
func (*FakeImpl) StopBpfRecorderCallCount ¶
func (*FakeImpl) StopBpfRecorderCalls ¶
func (fake *FakeImpl) StopBpfRecorderCalls(stub func(api_bpfrecorder.BpfRecorderClient, context.Context) error)
func (*FakeImpl) StopBpfRecorderReturns ¶
func (*FakeImpl) StopBpfRecorderReturnsOnCall ¶
func (*FakeImpl) Syscalls ¶
func (fake *FakeImpl) Syscalls(arg1 api_enricher.EnricherClient, arg2 context.Context, arg3 *api_enricher.SyscallsRequest) (*api_enricher.SyscallsResponse, error)
func (*FakeImpl) SyscallsArgsForCall ¶
func (fake *FakeImpl) SyscallsArgsForCall(i int) (api_enricher.EnricherClient, context.Context, *api_enricher.SyscallsRequest)
func (*FakeImpl) SyscallsCallCount ¶
func (*FakeImpl) SyscallsCalls ¶
func (fake *FakeImpl) SyscallsCalls(stub func(api_enricher.EnricherClient, context.Context, *api_enricher.SyscallsRequest) (*api_enricher.SyscallsResponse, error))
func (*FakeImpl) SyscallsForProfile ¶
func (fake *FakeImpl) SyscallsForProfile(arg1 api_bpfrecorder.BpfRecorderClient, arg2 context.Context, arg3 *api_bpfrecorder.ProfileRequest) (*api_bpfrecorder.SyscallsResponse, error)
func (*FakeImpl) SyscallsForProfileArgsForCall ¶
func (fake *FakeImpl) SyscallsForProfileArgsForCall(i int) (api_bpfrecorder.BpfRecorderClient, context.Context, *api_bpfrecorder.ProfileRequest)
func (*FakeImpl) SyscallsForProfileCallCount ¶
func (*FakeImpl) SyscallsForProfileCalls ¶
func (fake *FakeImpl) SyscallsForProfileCalls(stub func(api_bpfrecorder.BpfRecorderClient, context.Context, *api_bpfrecorder.ProfileRequest) (*api_bpfrecorder.SyscallsResponse, error))
func (*FakeImpl) SyscallsForProfileReturns ¶
func (fake *FakeImpl) SyscallsForProfileReturns(result1 *api_bpfrecorder.SyscallsResponse, result2 error)
func (*FakeImpl) SyscallsForProfileReturnsOnCall ¶
func (fake *FakeImpl) SyscallsForProfileReturnsOnCall(i int, result1 *api_bpfrecorder.SyscallsResponse, result2 error)
func (*FakeImpl) SyscallsReturns ¶
func (fake *FakeImpl) SyscallsReturns(result1 *api_enricher.SyscallsResponse, result2 error)
func (*FakeImpl) SyscallsReturnsOnCall ¶
func (fake *FakeImpl) SyscallsReturnsOnCall(i int, result1 *api_enricher.SyscallsResponse, result2 error)
Click to show internal directories.
Click to hide internal directories.