Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeRealizer
- func (fake *FakeRealizer) Invocations() map[string][][]interface{}
- func (fake *FakeRealizer) Realize(arg1 context.Context, arg2 *v1alpha1.Runnable, arg3 repository.Repository) (*unstructured.Unstructured, templates.Outputs, error)
- func (fake *FakeRealizer) RealizeArgsForCall(i int) (context.Context, *v1alpha1.Runnable, repository.Repository)
- func (fake *FakeRealizer) RealizeCallCount() int
- func (fake *FakeRealizer) RealizeCalls(...)
- func (fake *FakeRealizer) RealizeReturns(result1 *unstructured.Unstructured, result2 templates.Outputs, result3 error)
- func (fake *FakeRealizer) RealizeReturnsOnCall(i int, result1 *unstructured.Unstructured, result2 templates.Outputs, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeRealizer ¶
type FakeRealizer struct { RealizeStub func(context.Context, *v1alpha1.Runnable, repository.Repository) (*unstructured.Unstructured, templates.Outputs, error) // contains filtered or unexported fields }
func (*FakeRealizer) Invocations ¶
func (fake *FakeRealizer) Invocations() map[string][][]interface{}
func (*FakeRealizer) Realize ¶
func (fake *FakeRealizer) Realize(arg1 context.Context, arg2 *v1alpha1.Runnable, arg3 repository.Repository) (*unstructured.Unstructured, templates.Outputs, error)
func (*FakeRealizer) RealizeArgsForCall ¶
func (fake *FakeRealizer) RealizeArgsForCall(i int) (context.Context, *v1alpha1.Runnable, repository.Repository)
func (*FakeRealizer) RealizeCallCount ¶
func (fake *FakeRealizer) RealizeCallCount() int
func (*FakeRealizer) RealizeCalls ¶
func (fake *FakeRealizer) RealizeCalls(stub func(context.Context, *v1alpha1.Runnable, repository.Repository) (*unstructured.Unstructured, templates.Outputs, error))
func (*FakeRealizer) RealizeReturns ¶
func (fake *FakeRealizer) RealizeReturns(result1 *unstructured.Unstructured, result2 templates.Outputs, result3 error)
func (*FakeRealizer) RealizeReturnsOnCall ¶
func (fake *FakeRealizer) RealizeReturnsOnCall(i int, result1 *unstructured.Unstructured, result2 templates.Outputs, result3 error)
Click to show internal directories.
Click to hide internal directories.