Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeImpl
- func (fake *FakeImpl) AttachGeneric(arg1 *libbpfgo.BPFProg) (*libbpfgo.BPFLink, error)
- func (fake *FakeImpl) AttachGenericArgsForCall(i int) *libbpfgo.BPFProg
- func (fake *FakeImpl) AttachGenericCallCount() int
- func (fake *FakeImpl) AttachGenericCalls(stub func(*libbpfgo.BPFProg) (*libbpfgo.BPFLink, error))
- func (fake *FakeImpl) AttachGenericReturns(result1 *libbpfgo.BPFLink, result2 error)
- func (fake *FakeImpl) AttachGenericReturnsOnCall(i int, result1 *libbpfgo.BPFLink, result2 error)
- func (fake *FakeImpl) BPFLoadObject(arg1 *libbpfgo.Module) error
- func (fake *FakeImpl) BPFLoadObjectArgsForCall(i int) *libbpfgo.Module
- func (fake *FakeImpl) BPFLoadObjectCallCount() int
- func (fake *FakeImpl) BPFLoadObjectCalls(stub func(*libbpfgo.Module) error)
- func (fake *FakeImpl) BPFLoadObjectReturns(result1 error)
- func (fake *FakeImpl) BPFLoadObjectReturnsOnCall(i int, result1 error)
- func (fake *FakeImpl) BpfIncClient(arg1 api_metrics.MetricsClient) (api_metrics.Metrics_BpfIncClient, error)
- func (fake *FakeImpl) BpfIncClientArgsForCall(i int) api_metrics.MetricsClient
- func (fake *FakeImpl) BpfIncClientCallCount() int
- func (fake *FakeImpl) BpfIncClientCalls(stub func(api_metrics.MetricsClient) (api_metrics.Metrics_BpfIncClient, error))
- func (fake *FakeImpl) BpfIncClientReturns(result1 api_metrics.Metrics_BpfIncClient, result2 error)
- func (fake *FakeImpl) BpfIncClientReturnsOnCall(i int, result1 api_metrics.Metrics_BpfIncClient, result2 error)
- func (fake *FakeImpl) Chown(arg1 string, arg2 int, arg3 int) error
- func (fake *FakeImpl) ChownArgsForCall(i int) (string, int, int)
- func (fake *FakeImpl) ChownCallCount() int
- func (fake *FakeImpl) ChownCalls(stub func(string, int, int) error)
- func (fake *FakeImpl) ChownReturns(result1 error)
- func (fake *FakeImpl) ChownReturnsOnCall(i int, result1 error)
- func (fake *FakeImpl) CloseGRPC(arg1 *grpc.ClientConn) error
- func (fake *FakeImpl) CloseGRPCArgsForCall(i int) *grpc.ClientConn
- func (fake *FakeImpl) CloseGRPCCallCount() int
- func (fake *FakeImpl) CloseGRPCCalls(stub func(*grpc.ClientConn) error)
- func (fake *FakeImpl) CloseGRPCReturns(result1 error)
- func (fake *FakeImpl) CloseGRPCReturnsOnCall(i int, result1 error)
- func (fake *FakeImpl) CloseModule(arg1 *libbpfgo.Module)
- func (fake *FakeImpl) CloseModuleArgsForCall(i int) *libbpfgo.Module
- func (fake *FakeImpl) CloseModuleCallCount() int
- func (fake *FakeImpl) CloseModuleCalls(stub func(*libbpfgo.Module))
- func (fake *FakeImpl) ContainerIDForPID(arg1 *ttlcache.Cache[string, string], arg2 int) (string, error)
- func (fake *FakeImpl) ContainerIDForPIDArgsForCall(i int) (*ttlcache.Cache[string, string], int)
- func (fake *FakeImpl) ContainerIDForPIDCallCount() int
- func (fake *FakeImpl) ContainerIDForPIDCalls(stub func(*ttlcache.Cache[string, string], int) (string, error))
- func (fake *FakeImpl) ContainerIDForPIDReturns(result1 string, result2 error)
- func (fake *FakeImpl) ContainerIDForPIDReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeImpl) DeleteKey(arg1 *libbpfgo.BPFMap, arg2 uint32) error
- func (fake *FakeImpl) DeleteKey64(arg1 *libbpfgo.BPFMap, arg2 uint64) error
- func (fake *FakeImpl) DeleteKey64ArgsForCall(i int) (*libbpfgo.BPFMap, uint64)
- func (fake *FakeImpl) DeleteKey64CallCount() int
- func (fake *FakeImpl) DeleteKey64Calls(stub func(*libbpfgo.BPFMap, uint64) error)
- func (fake *FakeImpl) DeleteKey64Returns(result1 error)
- func (fake *FakeImpl) DeleteKey64ReturnsOnCall(i int, result1 error)
- func (fake *FakeImpl) DeleteKeyArgsForCall(i int) (*libbpfgo.BPFMap, uint32)
- func (fake *FakeImpl) DeleteKeyCallCount() int
- func (fake *FakeImpl) DeleteKeyCalls(stub func(*libbpfgo.BPFMap, uint32) error)
- func (fake *FakeImpl) DeleteKeyReturns(result1 error)
- func (fake *FakeImpl) DeleteKeyReturnsOnCall(i int, result1 error)
- func (fake *FakeImpl) DialMetrics() (*grpc.ClientConn, context.CancelFunc, error)
- func (fake *FakeImpl) DialMetricsCallCount() int
- func (fake *FakeImpl) DialMetricsCalls(stub func() (*grpc.ClientConn, context.CancelFunc, error))
- func (fake *FakeImpl) DialMetricsReturns(result1 *grpc.ClientConn, result2 context.CancelFunc, result3 error)
- func (fake *FakeImpl) DialMetricsReturnsOnCall(i int, result1 *grpc.ClientConn, result2 context.CancelFunc, result3 error)
- func (fake *FakeImpl) GetMap(arg1 *libbpfgo.Module, arg2 string) (*libbpfgo.BPFMap, error)
- func (fake *FakeImpl) GetMapArgsForCall(i int) (*libbpfgo.Module, string)
- func (fake *FakeImpl) GetMapCallCount() int
- func (fake *FakeImpl) GetMapCalls(stub func(*libbpfgo.Module, string) (*libbpfgo.BPFMap, error))
- func (fake *FakeImpl) GetMapReturns(result1 *libbpfgo.BPFMap, result2 error)
- func (fake *FakeImpl) GetMapReturnsOnCall(i int, result1 *libbpfgo.BPFMap, result2 error)
- func (fake *FakeImpl) GetName(arg1 seccomp.ScmpSyscall) (string, error)
- func (fake *FakeImpl) GetNameArgsForCall(i int) seccomp.ScmpSyscall
- func (fake *FakeImpl) GetNameCallCount() int
- func (fake *FakeImpl) GetNameCalls(stub func(seccomp.ScmpSyscall) (string, error))
- func (fake *FakeImpl) GetNameReturns(result1 string, result2 error)
- func (fake *FakeImpl) GetNameReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeImpl) GetProgram(arg1 *libbpfgo.Module, arg2 string) (*libbpfgo.BPFProg, error)
- func (fake *FakeImpl) GetProgramArgsForCall(i int) (*libbpfgo.Module, string)
- func (fake *FakeImpl) GetProgramCallCount() int
- func (fake *FakeImpl) GetProgramCalls(stub func(*libbpfgo.Module, string) (*libbpfgo.BPFProg, error))
- func (fake *FakeImpl) GetProgramReturns(result1 *libbpfgo.BPFProg, result2 error)
- func (fake *FakeImpl) GetProgramReturnsOnCall(i int, result1 *libbpfgo.BPFProg, result2 error)
- func (fake *FakeImpl) GetValue(arg1 *libbpfgo.BPFMap, arg2 uint32) ([]byte, error)
- func (fake *FakeImpl) GetValue64(arg1 *libbpfgo.BPFMap, arg2 uint64) ([]byte, error)
- func (fake *FakeImpl) GetValue64ArgsForCall(i int) (*libbpfgo.BPFMap, uint64)
- func (fake *FakeImpl) GetValue64CallCount() int
- func (fake *FakeImpl) GetValue64Calls(stub func(*libbpfgo.BPFMap, uint64) ([]byte, error))
- func (fake *FakeImpl) GetValue64Returns(result1 []byte, result2 error)
- func (fake *FakeImpl) GetValue64ReturnsOnCall(i int, result1 []byte, result2 error)
- func (fake *FakeImpl) GetValueArgsForCall(i int) (*libbpfgo.BPFMap, uint32)
- func (fake *FakeImpl) GetValueCallCount() int
- func (fake *FakeImpl) GetValueCalls(stub func(*libbpfgo.BPFMap, uint32) ([]byte, error))
- func (fake *FakeImpl) GetValueReturns(result1 []byte, result2 error)
- func (fake *FakeImpl) GetValueReturnsOnCall(i int, result1 []byte, result2 error)
- func (fake *FakeImpl) Getenv(arg1 string) string
- func (fake *FakeImpl) GetenvArgsForCall(i int) string
- func (fake *FakeImpl) GetenvCallCount() int
- func (fake *FakeImpl) GetenvCalls(stub func(string) string)
- func (fake *FakeImpl) GetenvReturns(result1 string)
- func (fake *FakeImpl) GetenvReturnsOnCall(i int, result1 string)
- func (fake *FakeImpl) GoArch() string
- func (fake *FakeImpl) GoArchCallCount() int
- func (fake *FakeImpl) GoArchCalls(stub func() string)
- func (fake *FakeImpl) GoArchReturns(result1 string)
- func (fake *FakeImpl) GoArchReturnsOnCall(i int, result1 string)
- func (fake *FakeImpl) InClusterConfig() (*rest.Config, error)
- func (fake *FakeImpl) InClusterConfigCallCount() int
- func (fake *FakeImpl) InClusterConfigCalls(stub func() (*rest.Config, error))
- func (fake *FakeImpl) InClusterConfigReturns(result1 *rest.Config, result2 error)
- func (fake *FakeImpl) InClusterConfigReturnsOnCall(i int, result1 *rest.Config, result2 error)
- func (fake *FakeImpl) InitGlobalVariable(arg1 *libbpfgo.Module, arg2 string, arg3 interface{}) error
- func (fake *FakeImpl) InitGlobalVariableArgsForCall(i int) (*libbpfgo.Module, string, interface{})
- func (fake *FakeImpl) InitGlobalVariableCallCount() int
- func (fake *FakeImpl) InitGlobalVariableCalls(stub func(*libbpfgo.Module, string, interface{}) error)
- func (fake *FakeImpl) InitGlobalVariableReturns(result1 error)
- func (fake *FakeImpl) InitGlobalVariableReturnsOnCall(i int, result1 error)
- func (fake *FakeImpl) InitRingBuf(arg1 *libbpfgo.Module, arg2 string, arg3 chan []byte) (*libbpfgo.RingBuffer, error)
- func (fake *FakeImpl) InitRingBufArgsForCall(i int) (*libbpfgo.Module, string, chan []byte)
- func (fake *FakeImpl) InitRingBufCallCount() int
- func (fake *FakeImpl) InitRingBufCalls(stub func(*libbpfgo.Module, string, chan []byte) (*libbpfgo.RingBuffer, error))
- func (fake *FakeImpl) InitRingBufReturns(result1 *libbpfgo.RingBuffer, result2 error)
- func (fake *FakeImpl) InitRingBufReturnsOnCall(i int, result1 *libbpfgo.RingBuffer, result2 error)
- func (fake *FakeImpl) Invocations() map[string][][]interface{}
- func (fake *FakeImpl) ListPods(arg1 context.Context, arg2 *kubernetes.Clientset, arg3 string) (*v1.PodList, error)
- func (fake *FakeImpl) ListPodsArgsForCall(i int) (context.Context, *kubernetes.Clientset, string)
- func (fake *FakeImpl) ListPodsCallCount() int
- func (fake *FakeImpl) ListPodsCalls(stub func(context.Context, *kubernetes.Clientset, string) (*v1.PodList, error))
- func (fake *FakeImpl) ListPodsReturns(result1 *v1.PodList, result2 error)
- func (fake *FakeImpl) ListPodsReturnsOnCall(i int, result1 *v1.PodList, result2 error)
- func (fake *FakeImpl) Listen(arg1 string, arg2 string) (net.Listener, error)
- func (fake *FakeImpl) ListenArgsForCall(i int) (string, string)
- func (fake *FakeImpl) ListenCallCount() int
- func (fake *FakeImpl) ListenCalls(stub func(string, string) (net.Listener, error))
- func (fake *FakeImpl) ListenReturns(result1 net.Listener, result2 error)
- func (fake *FakeImpl) ListenReturnsOnCall(i int, result1 net.Listener, result2 error)
- func (fake *FakeImpl) NewForConfig(arg1 *rest.Config) (*kubernetes.Clientset, error)
- func (fake *FakeImpl) NewForConfigArgsForCall(i int) *rest.Config
- func (fake *FakeImpl) NewForConfigCallCount() int
- func (fake *FakeImpl) NewForConfigCalls(stub func(*rest.Config) (*kubernetes.Clientset, error))
- func (fake *FakeImpl) NewForConfigReturns(result1 *kubernetes.Clientset, result2 error)
- func (fake *FakeImpl) NewForConfigReturnsOnCall(i int, result1 *kubernetes.Clientset, result2 error)
- func (fake *FakeImpl) NewModuleFromBufferArgs(arg1 *libbpfgo.NewModuleArgs) (*libbpfgo.Module, error)
- func (fake *FakeImpl) NewModuleFromBufferArgsArgsForCall(i int) *libbpfgo.NewModuleArgs
- func (fake *FakeImpl) NewModuleFromBufferArgsCallCount() int
- func (fake *FakeImpl) NewModuleFromBufferArgsCalls(stub func(*libbpfgo.NewModuleArgs) (*libbpfgo.Module, error))
- func (fake *FakeImpl) NewModuleFromBufferArgsReturns(result1 *libbpfgo.Module, result2 error)
- func (fake *FakeImpl) NewModuleFromBufferArgsReturnsOnCall(i int, result1 *libbpfgo.Module, result2 error)
- func (fake *FakeImpl) ParseUint(arg1 string) (uint32, error)
- func (fake *FakeImpl) ParseUintArgsForCall(i int) string
- func (fake *FakeImpl) ParseUintCallCount() int
- func (fake *FakeImpl) ParseUintCalls(stub func(string) (uint32, error))
- func (fake *FakeImpl) ParseUintReturns(result1 uint32, result2 error)
- func (fake *FakeImpl) ParseUintReturnsOnCall(i int, result1 uint32, result2 error)
- func (fake *FakeImpl) PollRingBuffer(arg1 *libbpfgo.RingBuffer, arg2 int)
- func (fake *FakeImpl) PollRingBufferArgsForCall(i int) (*libbpfgo.RingBuffer, int)
- func (fake *FakeImpl) PollRingBufferCallCount() int
- func (fake *FakeImpl) PollRingBufferCalls(stub func(*libbpfgo.RingBuffer, int))
- func (fake *FakeImpl) ReadOSRelease() (map[string]string, error)
- func (fake *FakeImpl) ReadOSReleaseCallCount() int
- func (fake *FakeImpl) ReadOSReleaseCalls(stub func() (map[string]string, error))
- func (fake *FakeImpl) ReadOSReleaseReturns(result1 map[string]string, result2 error)
- func (fake *FakeImpl) ReadOSReleaseReturnsOnCall(i int, result1 map[string]string, result2 error)
- func (fake *FakeImpl) Readlink(arg1 string) (string, error)
- func (fake *FakeImpl) ReadlinkArgsForCall(i int) string
- func (fake *FakeImpl) ReadlinkCallCount() int
- func (fake *FakeImpl) ReadlinkCalls(stub func(string) (string, error))
- func (fake *FakeImpl) ReadlinkReturns(result1 string, result2 error)
- func (fake *FakeImpl) ReadlinkReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeImpl) RemoveAll(arg1 string) error
- func (fake *FakeImpl) RemoveAllArgsForCall(i int) string
- func (fake *FakeImpl) RemoveAllCallCount() int
- func (fake *FakeImpl) RemoveAllCalls(stub func(string) error)
- func (fake *FakeImpl) RemoveAllReturns(result1 error)
- func (fake *FakeImpl) RemoveAllReturnsOnCall(i int, result1 error)
- func (fake *FakeImpl) SendMetric(arg1 api_metrics.Metrics_BpfIncClient, arg2 *api_metrics.BpfRequest) error
- func (fake *FakeImpl) SendMetricArgsForCall(i int) (api_metrics.Metrics_BpfIncClient, *api_metrics.BpfRequest)
- func (fake *FakeImpl) SendMetricCallCount() int
- func (fake *FakeImpl) SendMetricCalls(stub func(api_metrics.Metrics_BpfIncClient, *api_metrics.BpfRequest) error)
- func (fake *FakeImpl) SendMetricReturns(result1 error)
- func (fake *FakeImpl) SendMetricReturnsOnCall(i int, result1 error)
- func (fake *FakeImpl) Serve(arg1 *grpc.Server, arg2 net.Listener) error
- func (fake *FakeImpl) ServeArgsForCall(i int) (*grpc.Server, net.Listener)
- func (fake *FakeImpl) ServeCallCount() int
- func (fake *FakeImpl) ServeCalls(stub func(*grpc.Server, net.Listener) error)
- func (fake *FakeImpl) ServeReturns(result1 error)
- func (fake *FakeImpl) ServeReturnsOnCall(i int, result1 error)
- func (fake *FakeImpl) Stat(arg1 string) (fs.FileInfo, error)
- func (fake *FakeImpl) StatArgsForCall(i int) string
- func (fake *FakeImpl) StatCallCount() int
- func (fake *FakeImpl) StatCalls(stub func(string) (fs.FileInfo, error))
- func (fake *FakeImpl) StatReturns(result1 fs.FileInfo, result2 error)
- func (fake *FakeImpl) StatReturnsOnCall(i int, result1 fs.FileInfo, result2 error)
- func (fake *FakeImpl) TempFile(arg1 string, arg2 string) (*os.File, error)
- func (fake *FakeImpl) TempFileArgsForCall(i int) (string, string)
- func (fake *FakeImpl) TempFileCallCount() int
- func (fake *FakeImpl) TempFileCalls(stub func(string, string) (*os.File, error))
- func (fake *FakeImpl) TempFileReturns(result1 *os.File, result2 error)
- func (fake *FakeImpl) TempFileReturnsOnCall(i int, result1 *os.File, result2 error)
- func (fake *FakeImpl) Uname(arg1 *syscall.Utsname) error
- func (fake *FakeImpl) UnameArgsForCall(i int) *syscall.Utsname
- func (fake *FakeImpl) UnameCallCount() int
- func (fake *FakeImpl) UnameCalls(stub func(*syscall.Utsname) error)
- func (fake *FakeImpl) UnameReturns(result1 error)
- func (fake *FakeImpl) UnameReturnsOnCall(i int, result1 error)
- func (fake *FakeImpl) Unmarshal(arg1 []byte, arg2 interface{}) error
- func (fake *FakeImpl) UnmarshalArgsForCall(i int) ([]byte, interface{})
- func (fake *FakeImpl) UnmarshalCallCount() int
- func (fake *FakeImpl) UnmarshalCalls(stub func([]byte, interface{}) error)
- func (fake *FakeImpl) UnmarshalReturns(result1 error)
- func (fake *FakeImpl) UnmarshalReturnsOnCall(i int, result1 error)
- func (fake *FakeImpl) UpdateValue(arg1 *libbpfgo.BPFMap, arg2 uint32, arg3 []byte) error
- func (fake *FakeImpl) UpdateValue64(arg1 *libbpfgo.BPFMap, arg2 uint64, arg3 []byte) error
- func (fake *FakeImpl) UpdateValue64ArgsForCall(i int) (*libbpfgo.BPFMap, uint64, []byte)
- func (fake *FakeImpl) UpdateValue64CallCount() int
- func (fake *FakeImpl) UpdateValue64Calls(stub func(*libbpfgo.BPFMap, uint64, []byte) error)
- func (fake *FakeImpl) UpdateValue64Returns(result1 error)
- func (fake *FakeImpl) UpdateValue64ReturnsOnCall(i int, result1 error)
- func (fake *FakeImpl) UpdateValueArgsForCall(i int) (*libbpfgo.BPFMap, uint32, []byte)
- func (fake *FakeImpl) UpdateValueCallCount() int
- func (fake *FakeImpl) UpdateValueCalls(stub func(*libbpfgo.BPFMap, uint32, []byte) error)
- func (fake *FakeImpl) UpdateValueReturns(result1 error)
- func (fake *FakeImpl) UpdateValueReturnsOnCall(i int, result1 error)
- func (fake *FakeImpl) Write(arg1 *os.File, arg2 []byte) (int, error)
- func (fake *FakeImpl) WriteArgsForCall(i int) (*os.File, []byte)
- func (fake *FakeImpl) WriteCallCount() int
- func (fake *FakeImpl) WriteCalls(stub func(*os.File, []byte) (int, error))
- func (fake *FakeImpl) WriteReturns(result1 int, result2 error)
- func (fake *FakeImpl) WriteReturnsOnCall(i int, result1 int, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeImpl ¶
type FakeImpl struct { AttachGenericStub func(*libbpfgo.BPFProg) (*libbpfgo.BPFLink, error) BPFLoadObjectStub func(*libbpfgo.Module) error BpfIncClientStub func(api_metrics.MetricsClient) (api_metrics.Metrics_BpfIncClient, error) ChownStub func(string, int, int) error CloseGRPCStub func(*grpc.ClientConn) error CloseModuleStub func(*libbpfgo.Module) ContainerIDForPIDStub func(*ttlcache.Cache[string, string], int) (string, error) DeleteKeyStub func(*libbpfgo.BPFMap, uint32) error DeleteKey64Stub func(*libbpfgo.BPFMap, uint64) error DialMetricsStub func() (*grpc.ClientConn, context.CancelFunc, error) GetMapStub func(*libbpfgo.Module, string) (*libbpfgo.BPFMap, error) GetNameStub func(seccomp.ScmpSyscall) (string, error) GetProgramStub func(*libbpfgo.Module, string) (*libbpfgo.BPFProg, error) GetValueStub func(*libbpfgo.BPFMap, uint32) ([]byte, error) GetValue64Stub func(*libbpfgo.BPFMap, uint64) ([]byte, error) GetenvStub func(string) string GoArchStub func() string InClusterConfigStub func() (*rest.Config, error) InitGlobalVariableStub func(*libbpfgo.Module, string, interface{}) error InitRingBufStub func(*libbpfgo.Module, string, chan []byte) (*libbpfgo.RingBuffer, error) ListPodsStub func(context.Context, *kubernetes.Clientset, string) (*v1.PodList, error) ListenStub func(string, string) (net.Listener, error) NewForConfigStub func(*rest.Config) (*kubernetes.Clientset, error) NewModuleFromBufferArgsStub func(*libbpfgo.NewModuleArgs) (*libbpfgo.Module, error) ParseUintStub func(string) (uint32, error) PollRingBufferStub func(*libbpfgo.RingBuffer, int) ReadOSReleaseStub func() (map[string]string, error) ReadlinkStub func(string) (string, error) RemoveAllStub func(string) error SendMetricStub func(api_metrics.Metrics_BpfIncClient, *api_metrics.BpfRequest) error ServeStub func(*grpc.Server, net.Listener) error StatStub func(string) (fs.FileInfo, error) TempFileStub func(string, string) (*os.File, error) UnameStub func(*syscall.Utsname) error UnmarshalStub func([]byte, interface{}) error UpdateValueStub func(*libbpfgo.BPFMap, uint32, []byte) error UpdateValue64Stub func(*libbpfgo.BPFMap, uint64, []byte) error WriteStub func(*os.File, []byte) (int, error) // contains filtered or unexported fields }
func (*FakeImpl) AttachGeneric ¶ added in v0.8.4
func (*FakeImpl) AttachGenericArgsForCall ¶ added in v0.8.4
func (*FakeImpl) AttachGenericCallCount ¶ added in v0.8.4
func (*FakeImpl) AttachGenericCalls ¶ added in v0.8.4
func (*FakeImpl) AttachGenericReturns ¶ added in v0.8.4
func (*FakeImpl) AttachGenericReturnsOnCall ¶ added in v0.8.4
func (*FakeImpl) BPFLoadObjectArgsForCall ¶
func (*FakeImpl) BPFLoadObjectCallCount ¶
func (*FakeImpl) BPFLoadObjectCalls ¶
func (*FakeImpl) BPFLoadObjectReturns ¶
func (*FakeImpl) BPFLoadObjectReturnsOnCall ¶
func (*FakeImpl) BpfIncClient ¶
func (fake *FakeImpl) BpfIncClient(arg1 api_metrics.MetricsClient) (api_metrics.Metrics_BpfIncClient, error)
func (*FakeImpl) BpfIncClientArgsForCall ¶
func (fake *FakeImpl) BpfIncClientArgsForCall(i int) api_metrics.MetricsClient
func (*FakeImpl) BpfIncClientCallCount ¶
func (*FakeImpl) BpfIncClientCalls ¶
func (fake *FakeImpl) BpfIncClientCalls(stub func(api_metrics.MetricsClient) (api_metrics.Metrics_BpfIncClient, error))
func (*FakeImpl) BpfIncClientReturns ¶
func (fake *FakeImpl) BpfIncClientReturns(result1 api_metrics.Metrics_BpfIncClient, result2 error)
func (*FakeImpl) BpfIncClientReturnsOnCall ¶
func (fake *FakeImpl) BpfIncClientReturnsOnCall(i int, result1 api_metrics.Metrics_BpfIncClient, result2 error)
func (*FakeImpl) ChownArgsForCall ¶
func (*FakeImpl) ChownCallCount ¶
func (*FakeImpl) ChownReturns ¶
func (*FakeImpl) ChownReturnsOnCall ¶
func (*FakeImpl) CloseGRPCArgsForCall ¶
func (fake *FakeImpl) CloseGRPCArgsForCall(i int) *grpc.ClientConn
func (*FakeImpl) CloseGRPCCallCount ¶
func (*FakeImpl) CloseGRPCCalls ¶
func (fake *FakeImpl) CloseGRPCCalls(stub func(*grpc.ClientConn) error)
func (*FakeImpl) CloseGRPCReturns ¶
func (*FakeImpl) CloseGRPCReturnsOnCall ¶
func (*FakeImpl) CloseModule ¶
func (*FakeImpl) CloseModuleArgsForCall ¶
func (*FakeImpl) CloseModuleCallCount ¶
func (*FakeImpl) CloseModuleCalls ¶
func (*FakeImpl) ContainerIDForPID ¶
func (*FakeImpl) ContainerIDForPIDArgsForCall ¶
func (*FakeImpl) ContainerIDForPIDCallCount ¶
func (*FakeImpl) ContainerIDForPIDCalls ¶
func (*FakeImpl) ContainerIDForPIDReturns ¶
func (*FakeImpl) ContainerIDForPIDReturnsOnCall ¶
func (*FakeImpl) DeleteKey64 ¶ added in v0.7.0
func (*FakeImpl) DeleteKey64ArgsForCall ¶ added in v0.7.0
func (*FakeImpl) DeleteKey64CallCount ¶ added in v0.7.0
func (*FakeImpl) DeleteKey64Calls ¶ added in v0.7.0
func (*FakeImpl) DeleteKey64Returns ¶ added in v0.7.0
func (*FakeImpl) DeleteKey64ReturnsOnCall ¶ added in v0.7.0
func (*FakeImpl) DeleteKeyArgsForCall ¶
func (*FakeImpl) DeleteKeyCallCount ¶
func (*FakeImpl) DeleteKeyCalls ¶
func (*FakeImpl) DeleteKeyReturns ¶
func (*FakeImpl) DeleteKeyReturnsOnCall ¶
func (*FakeImpl) DialMetrics ¶
func (fake *FakeImpl) DialMetrics() (*grpc.ClientConn, context.CancelFunc, error)
func (*FakeImpl) DialMetricsCallCount ¶
func (*FakeImpl) DialMetricsCalls ¶
func (fake *FakeImpl) DialMetricsCalls(stub func() (*grpc.ClientConn, context.CancelFunc, error))
func (*FakeImpl) DialMetricsReturns ¶
func (fake *FakeImpl) DialMetricsReturns(result1 *grpc.ClientConn, result2 context.CancelFunc, result3 error)
func (*FakeImpl) DialMetricsReturnsOnCall ¶
func (fake *FakeImpl) DialMetricsReturnsOnCall(i int, result1 *grpc.ClientConn, result2 context.CancelFunc, result3 error)
func (*FakeImpl) GetMapArgsForCall ¶
func (*FakeImpl) GetMapCallCount ¶
func (*FakeImpl) GetMapCalls ¶
func (*FakeImpl) GetMapReturns ¶
func (*FakeImpl) GetMapReturnsOnCall ¶
func (*FakeImpl) GetNameArgsForCall ¶
func (fake *FakeImpl) GetNameArgsForCall(i int) seccomp.ScmpSyscall
func (*FakeImpl) GetNameCallCount ¶
func (*FakeImpl) GetNameCalls ¶
func (fake *FakeImpl) GetNameCalls(stub func(seccomp.ScmpSyscall) (string, error))
func (*FakeImpl) GetNameReturns ¶
func (*FakeImpl) GetNameReturnsOnCall ¶
func (*FakeImpl) GetProgram ¶
func (*FakeImpl) GetProgramArgsForCall ¶
func (*FakeImpl) GetProgramCallCount ¶
func (*FakeImpl) GetProgramCalls ¶
func (*FakeImpl) GetProgramReturns ¶
func (*FakeImpl) GetProgramReturnsOnCall ¶
func (*FakeImpl) GetValue64 ¶ added in v0.7.0
func (*FakeImpl) GetValue64ArgsForCall ¶ added in v0.7.0
func (*FakeImpl) GetValue64CallCount ¶ added in v0.7.0
func (*FakeImpl) GetValue64Calls ¶ added in v0.7.0
func (*FakeImpl) GetValue64Returns ¶ added in v0.7.0
func (*FakeImpl) GetValue64ReturnsOnCall ¶ added in v0.7.0
func (*FakeImpl) GetValueArgsForCall ¶
func (*FakeImpl) GetValueCallCount ¶
func (*FakeImpl) GetValueCalls ¶
func (*FakeImpl) GetValueReturns ¶
func (*FakeImpl) GetValueReturnsOnCall ¶
func (*FakeImpl) GetenvArgsForCall ¶
func (*FakeImpl) GetenvCallCount ¶
func (*FakeImpl) GetenvCalls ¶
func (*FakeImpl) GetenvReturns ¶
func (*FakeImpl) GetenvReturnsOnCall ¶
func (*FakeImpl) GoArchCallCount ¶
func (*FakeImpl) GoArchCalls ¶
func (*FakeImpl) GoArchReturns ¶
func (*FakeImpl) GoArchReturnsOnCall ¶
func (*FakeImpl) InClusterConfigCallCount ¶
func (*FakeImpl) InClusterConfigCalls ¶
func (*FakeImpl) InClusterConfigReturns ¶
func (*FakeImpl) InClusterConfigReturnsOnCall ¶
func (*FakeImpl) InitGlobalVariable ¶ added in v0.7.0
func (*FakeImpl) InitGlobalVariableArgsForCall ¶ added in v0.7.0
func (*FakeImpl) InitGlobalVariableCallCount ¶ added in v0.7.0
func (*FakeImpl) InitGlobalVariableCalls ¶ added in v0.7.0
func (*FakeImpl) InitGlobalVariableReturns ¶ added in v0.7.0
func (*FakeImpl) InitGlobalVariableReturnsOnCall ¶ added in v0.7.0
func (*FakeImpl) InitRingBuf ¶
func (*FakeImpl) InitRingBufArgsForCall ¶
func (*FakeImpl) InitRingBufCallCount ¶
func (*FakeImpl) InitRingBufCalls ¶
func (*FakeImpl) InitRingBufReturns ¶
func (fake *FakeImpl) InitRingBufReturns(result1 *libbpfgo.RingBuffer, result2 error)
func (*FakeImpl) InitRingBufReturnsOnCall ¶
func (fake *FakeImpl) InitRingBufReturnsOnCall(i int, result1 *libbpfgo.RingBuffer, result2 error)
func (*FakeImpl) Invocations ¶
func (*FakeImpl) ListPodsArgsForCall ¶
func (*FakeImpl) ListPodsCallCount ¶
func (*FakeImpl) ListPodsCalls ¶
func (*FakeImpl) ListPodsReturns ¶
func (*FakeImpl) ListPodsReturnsOnCall ¶
func (*FakeImpl) ListenArgsForCall ¶
func (*FakeImpl) ListenCallCount ¶
func (*FakeImpl) ListenCalls ¶
func (*FakeImpl) ListenReturns ¶
func (*FakeImpl) ListenReturnsOnCall ¶
func (*FakeImpl) NewForConfig ¶
func (*FakeImpl) NewForConfigArgsForCall ¶
func (*FakeImpl) NewForConfigCallCount ¶
func (*FakeImpl) NewForConfigCalls ¶
func (*FakeImpl) NewForConfigReturns ¶
func (fake *FakeImpl) NewForConfigReturns(result1 *kubernetes.Clientset, result2 error)
func (*FakeImpl) NewForConfigReturnsOnCall ¶
func (fake *FakeImpl) NewForConfigReturnsOnCall(i int, result1 *kubernetes.Clientset, result2 error)
func (*FakeImpl) NewModuleFromBufferArgs ¶
func (*FakeImpl) NewModuleFromBufferArgsArgsForCall ¶
func (fake *FakeImpl) NewModuleFromBufferArgsArgsForCall(i int) *libbpfgo.NewModuleArgs
func (*FakeImpl) NewModuleFromBufferArgsCallCount ¶
func (*FakeImpl) NewModuleFromBufferArgsCalls ¶
func (*FakeImpl) NewModuleFromBufferArgsReturns ¶
func (*FakeImpl) NewModuleFromBufferArgsReturnsOnCall ¶
func (*FakeImpl) ParseUintArgsForCall ¶ added in v0.7.0
func (*FakeImpl) ParseUintCallCount ¶ added in v0.7.0
func (*FakeImpl) ParseUintCalls ¶ added in v0.7.0
func (*FakeImpl) ParseUintReturns ¶ added in v0.7.0
func (*FakeImpl) ParseUintReturnsOnCall ¶ added in v0.7.0
func (*FakeImpl) PollRingBuffer ¶ added in v0.8.1
func (fake *FakeImpl) PollRingBuffer(arg1 *libbpfgo.RingBuffer, arg2 int)
func (*FakeImpl) PollRingBufferArgsForCall ¶ added in v0.8.1
func (fake *FakeImpl) PollRingBufferArgsForCall(i int) (*libbpfgo.RingBuffer, int)
func (*FakeImpl) PollRingBufferCallCount ¶ added in v0.8.1
func (*FakeImpl) PollRingBufferCalls ¶ added in v0.8.1
func (fake *FakeImpl) PollRingBufferCalls(stub func(*libbpfgo.RingBuffer, int))
func (*FakeImpl) ReadOSReleaseCallCount ¶
func (*FakeImpl) ReadOSReleaseCalls ¶
func (*FakeImpl) ReadOSReleaseReturns ¶
func (*FakeImpl) ReadOSReleaseReturnsOnCall ¶
func (*FakeImpl) ReadlinkArgsForCall ¶
func (*FakeImpl) ReadlinkCallCount ¶
func (*FakeImpl) ReadlinkCalls ¶
func (*FakeImpl) ReadlinkReturns ¶
func (*FakeImpl) ReadlinkReturnsOnCall ¶
func (*FakeImpl) RemoveAllArgsForCall ¶
func (*FakeImpl) RemoveAllCallCount ¶
func (*FakeImpl) RemoveAllCalls ¶
func (*FakeImpl) RemoveAllReturns ¶
func (*FakeImpl) RemoveAllReturnsOnCall ¶
func (*FakeImpl) SendMetric ¶
func (fake *FakeImpl) SendMetric(arg1 api_metrics.Metrics_BpfIncClient, arg2 *api_metrics.BpfRequest) error
func (*FakeImpl) SendMetricArgsForCall ¶
func (fake *FakeImpl) SendMetricArgsForCall(i int) (api_metrics.Metrics_BpfIncClient, *api_metrics.BpfRequest)
func (*FakeImpl) SendMetricCallCount ¶
func (*FakeImpl) SendMetricCalls ¶
func (fake *FakeImpl) SendMetricCalls(stub func(api_metrics.Metrics_BpfIncClient, *api_metrics.BpfRequest) error)
func (*FakeImpl) SendMetricReturns ¶
func (*FakeImpl) SendMetricReturnsOnCall ¶
func (*FakeImpl) ServeArgsForCall ¶
func (*FakeImpl) ServeCallCount ¶
func (*FakeImpl) ServeCalls ¶
func (*FakeImpl) ServeReturns ¶
func (*FakeImpl) ServeReturnsOnCall ¶
func (*FakeImpl) StatArgsForCall ¶
func (*FakeImpl) StatCallCount ¶
func (*FakeImpl) StatReturns ¶
func (*FakeImpl) StatReturnsOnCall ¶
func (*FakeImpl) TempFileArgsForCall ¶
func (*FakeImpl) TempFileCallCount ¶
func (*FakeImpl) TempFileCalls ¶
func (*FakeImpl) TempFileReturns ¶
func (*FakeImpl) TempFileReturnsOnCall ¶
func (*FakeImpl) UnameCallCount ¶
func (*FakeImpl) UnameReturns ¶
func (*FakeImpl) UnameReturnsOnCall ¶
func (*FakeImpl) UnmarshalArgsForCall ¶
func (*FakeImpl) UnmarshalCallCount ¶
func (*FakeImpl) UnmarshalCalls ¶
func (*FakeImpl) UnmarshalReturns ¶
func (*FakeImpl) UnmarshalReturnsOnCall ¶
func (*FakeImpl) UpdateValue ¶ added in v0.5.0
func (*FakeImpl) UpdateValue64 ¶ added in v0.7.0
func (*FakeImpl) UpdateValue64ArgsForCall ¶ added in v0.7.0
func (*FakeImpl) UpdateValue64CallCount ¶ added in v0.7.0
func (*FakeImpl) UpdateValue64Calls ¶ added in v0.7.0
func (*FakeImpl) UpdateValue64Returns ¶ added in v0.7.0
func (*FakeImpl) UpdateValue64ReturnsOnCall ¶ added in v0.7.0
func (*FakeImpl) UpdateValueArgsForCall ¶ added in v0.5.0
func (*FakeImpl) UpdateValueCallCount ¶ added in v0.5.0
func (*FakeImpl) UpdateValueCalls ¶ added in v0.5.0
func (*FakeImpl) UpdateValueReturns ¶ added in v0.5.0
func (*FakeImpl) UpdateValueReturnsOnCall ¶ added in v0.5.0
func (*FakeImpl) WriteArgsForCall ¶
func (*FakeImpl) WriteCallCount ¶
func (*FakeImpl) WriteCalls ¶
func (*FakeImpl) WriteReturns ¶
Click to show internal directories.
Click to hide internal directories.