Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeImpl
- func (fake *FakeImpl) DecodePod(arg1 admission.Request) (*v1.Pod, error)
- func (fake *FakeImpl) DecodePodArgsForCall(i int) admission.Request
- func (fake *FakeImpl) DecodePodCallCount() int
- func (fake *FakeImpl) DecodePodCalls(stub func(admission.Request) (*v1.Pod, error))
- func (fake *FakeImpl) DecodePodReturns(result1 *v1.Pod, result2 error)
- func (fake *FakeImpl) DecodePodReturnsOnCall(i int, result1 *v1.Pod, result2 error)
- func (fake *FakeImpl) GetOperatorNamespace() string
- func (fake *FakeImpl) GetOperatorNamespaceCallCount() int
- func (fake *FakeImpl) GetOperatorNamespaceCalls(stub func() string)
- func (fake *FakeImpl) GetOperatorNamespaceReturns(result1 string)
- func (fake *FakeImpl) GetOperatorNamespaceReturnsOnCall(i int, result1 string)
- func (fake *FakeImpl) GetProfileRecording(arg1 context.Context, arg2 string, arg3 string) (*v1alpha1.ProfileRecording, error)
- func (fake *FakeImpl) GetProfileRecordingArgsForCall(i int) (context.Context, string, string)
- func (fake *FakeImpl) GetProfileRecordingCallCount() int
- func (fake *FakeImpl) GetProfileRecordingCalls(stub func(context.Context, string, string) (*v1alpha1.ProfileRecording, error))
- func (fake *FakeImpl) GetProfileRecordingReturns(result1 *v1alpha1.ProfileRecording, result2 error)
- func (fake *FakeImpl) GetProfileRecordingReturnsOnCall(i int, result1 *v1alpha1.ProfileRecording, result2 error)
- func (fake *FakeImpl) Invocations() map[string][][]interface{}
- func (fake *FakeImpl) LabelSelectorAsSelector(arg1 *v1a.LabelSelector) (labels.Selector, error)
- func (fake *FakeImpl) LabelSelectorAsSelectorArgsForCall(i int) *v1a.LabelSelector
- func (fake *FakeImpl) LabelSelectorAsSelectorCallCount() int
- func (fake *FakeImpl) LabelSelectorAsSelectorCalls(stub func(*v1a.LabelSelector) (labels.Selector, error))
- func (fake *FakeImpl) LabelSelectorAsSelectorReturns(result1 labels.Selector, result2 error)
- func (fake *FakeImpl) LabelSelectorAsSelectorReturnsOnCall(i int, result1 labels.Selector, result2 error)
- func (fake *FakeImpl) ListProfileRecordings(arg1 context.Context, arg2 ...client.ListOption) (*v1alpha1.ProfileRecordingList, error)
- func (fake *FakeImpl) ListProfileRecordingsArgsForCall(i int) (context.Context, []client.ListOption)
- func (fake *FakeImpl) ListProfileRecordingsCallCount() int
- func (fake *FakeImpl) ListProfileRecordingsCalls(...)
- func (fake *FakeImpl) ListProfileRecordingsReturns(result1 *v1alpha1.ProfileRecordingList, result2 error)
- func (fake *FakeImpl) ListProfileRecordingsReturnsOnCall(i int, result1 *v1alpha1.ProfileRecordingList, result2 error)
- func (fake *FakeImpl) ListRecordedPods(arg1 context.Context, arg2 string, arg3 *v1a.LabelSelector) (*v1.PodList, error)
- func (fake *FakeImpl) ListRecordedPodsArgsForCall(i int) (context.Context, string, *v1a.LabelSelector)
- func (fake *FakeImpl) ListRecordedPodsCallCount() int
- func (fake *FakeImpl) ListRecordedPodsCalls(stub func(context.Context, string, *v1a.LabelSelector) (*v1.PodList, error))
- func (fake *FakeImpl) ListRecordedPodsReturns(result1 *v1.PodList, result2 error)
- func (fake *FakeImpl) ListRecordedPodsReturnsOnCall(i int, result1 *v1.PodList, result2 error)
- func (fake *FakeImpl) SetDecoder(arg1 *admission.Decoder)
- func (fake *FakeImpl) SetDecoderArgsForCall(i int) *admission.Decoder
- func (fake *FakeImpl) SetDecoderCallCount() int
- func (fake *FakeImpl) SetDecoderCalls(stub func(*admission.Decoder))
- func (fake *FakeImpl) UpdateResource(arg1 context.Context, arg2 logr.Logger, arg3 client.Object, arg4 string) error
- func (fake *FakeImpl) UpdateResourceArgsForCall(i int) (context.Context, logr.Logger, client.Object, string)
- func (fake *FakeImpl) UpdateResourceCallCount() int
- func (fake *FakeImpl) UpdateResourceCalls(stub func(context.Context, logr.Logger, client.Object, string) error)
- func (fake *FakeImpl) UpdateResourceReturns(result1 error)
- func (fake *FakeImpl) UpdateResourceReturnsOnCall(i int, result1 error)
- func (fake *FakeImpl) UpdateResourceStatus(arg1 context.Context, arg2 logr.Logger, arg3 client.Object, arg4 string) error
- func (fake *FakeImpl) UpdateResourceStatusArgsForCall(i int) (context.Context, logr.Logger, client.Object, string)
- func (fake *FakeImpl) UpdateResourceStatusCallCount() int
- func (fake *FakeImpl) UpdateResourceStatusCalls(stub func(context.Context, logr.Logger, client.Object, string) error)
- func (fake *FakeImpl) UpdateResourceStatusReturns(result1 error)
- func (fake *FakeImpl) UpdateResourceStatusReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeImpl ¶
type FakeImpl struct { DecodePodStub func(admission.Request) (*v1.Pod, error) GetOperatorNamespaceStub func() string GetProfileRecordingStub func(context.Context, string, string) (*v1alpha1.ProfileRecording, error) LabelSelectorAsSelectorStub func(*v1a.LabelSelector) (labels.Selector, error) ListProfileRecordingsStub func(context.Context, ...client.ListOption) (*v1alpha1.ProfileRecordingList, error) ListRecordedPodsStub func(context.Context, string, *v1a.LabelSelector) (*v1.PodList, error) SetDecoderStub func(*admission.Decoder) UpdateResourceStub func(context.Context, logr.Logger, client.Object, string) error UpdateResourceStatusStub func(context.Context, logr.Logger, client.Object, string) error // contains filtered or unexported fields }
func (*FakeImpl) DecodePodArgsForCall ¶
func (*FakeImpl) DecodePodCallCount ¶
func (*FakeImpl) DecodePodCalls ¶
func (*FakeImpl) DecodePodReturns ¶
func (*FakeImpl) DecodePodReturnsOnCall ¶
func (*FakeImpl) GetOperatorNamespace ¶ added in v0.4.0
func (*FakeImpl) GetOperatorNamespaceCallCount ¶ added in v0.4.0
func (*FakeImpl) GetOperatorNamespaceCalls ¶ added in v0.4.0
func (*FakeImpl) GetOperatorNamespaceReturns ¶ added in v0.4.0
func (*FakeImpl) GetOperatorNamespaceReturnsOnCall ¶ added in v0.4.0
func (*FakeImpl) GetProfileRecording ¶ added in v0.5.0
func (*FakeImpl) GetProfileRecordingArgsForCall ¶ added in v0.5.0
func (*FakeImpl) GetProfileRecordingCallCount ¶ added in v0.5.0
func (*FakeImpl) GetProfileRecordingCalls ¶ added in v0.5.0
func (*FakeImpl) GetProfileRecordingReturns ¶ added in v0.5.0
func (fake *FakeImpl) GetProfileRecordingReturns(result1 *v1alpha1.ProfileRecording, result2 error)
func (*FakeImpl) GetProfileRecordingReturnsOnCall ¶ added in v0.5.0
func (fake *FakeImpl) GetProfileRecordingReturnsOnCall(i int, result1 *v1alpha1.ProfileRecording, result2 error)
func (*FakeImpl) Invocations ¶
func (*FakeImpl) LabelSelectorAsSelector ¶
func (*FakeImpl) LabelSelectorAsSelectorArgsForCall ¶
func (fake *FakeImpl) LabelSelectorAsSelectorArgsForCall(i int) *v1a.LabelSelector
func (*FakeImpl) LabelSelectorAsSelectorCallCount ¶
func (*FakeImpl) LabelSelectorAsSelectorCalls ¶
func (*FakeImpl) LabelSelectorAsSelectorReturns ¶
func (*FakeImpl) LabelSelectorAsSelectorReturnsOnCall ¶
func (*FakeImpl) ListProfileRecordings ¶
func (fake *FakeImpl) ListProfileRecordings(arg1 context.Context, arg2 ...client.ListOption) (*v1alpha1.ProfileRecordingList, error)
func (*FakeImpl) ListProfileRecordingsArgsForCall ¶
func (*FakeImpl) ListProfileRecordingsCallCount ¶
func (*FakeImpl) ListProfileRecordingsCalls ¶
func (fake *FakeImpl) ListProfileRecordingsCalls(stub func(context.Context, ...client.ListOption) (*v1alpha1.ProfileRecordingList, error))
func (*FakeImpl) ListProfileRecordingsReturns ¶
func (fake *FakeImpl) ListProfileRecordingsReturns(result1 *v1alpha1.ProfileRecordingList, result2 error)
func (*FakeImpl) ListProfileRecordingsReturnsOnCall ¶
func (fake *FakeImpl) ListProfileRecordingsReturnsOnCall(i int, result1 *v1alpha1.ProfileRecordingList, result2 error)
func (*FakeImpl) ListRecordedPods ¶ added in v0.5.0
func (*FakeImpl) ListRecordedPodsArgsForCall ¶ added in v0.5.0
func (*FakeImpl) ListRecordedPodsCallCount ¶ added in v0.5.0
func (*FakeImpl) ListRecordedPodsCalls ¶ added in v0.5.0
func (*FakeImpl) ListRecordedPodsReturns ¶ added in v0.5.0
func (*FakeImpl) ListRecordedPodsReturnsOnCall ¶ added in v0.5.0
func (*FakeImpl) SetDecoder ¶
func (*FakeImpl) SetDecoderArgsForCall ¶
func (*FakeImpl) SetDecoderCallCount ¶
func (*FakeImpl) SetDecoderCalls ¶
func (*FakeImpl) UpdateResource ¶
func (*FakeImpl) UpdateResourceArgsForCall ¶
func (*FakeImpl) UpdateResourceCallCount ¶
func (*FakeImpl) UpdateResourceCalls ¶
func (*FakeImpl) UpdateResourceReturns ¶
func (*FakeImpl) UpdateResourceReturnsOnCall ¶
func (*FakeImpl) UpdateResourceStatus ¶ added in v0.5.0
func (*FakeImpl) UpdateResourceStatusArgsForCall ¶ added in v0.5.0
func (*FakeImpl) UpdateResourceStatusCallCount ¶ added in v0.5.0
func (*FakeImpl) UpdateResourceStatusCalls ¶ added in v0.5.0
func (*FakeImpl) UpdateResourceStatusReturns ¶ added in v0.5.0
func (*FakeImpl) UpdateResourceStatusReturnsOnCall ¶ added in v0.5.0
Click to show internal directories.
Click to hide internal directories.