Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeProfileInstaller
- func (fake *FakeProfileInstaller) Install(arg1 v1alpha1.ProfileInstallation) error
- func (fake *FakeProfileInstaller) InstallArgsForCall(i int) v1alpha1.ProfileInstallation
- func (fake *FakeProfileInstaller) InstallCallCount() int
- func (fake *FakeProfileInstaller) InstallCalls(stub func(v1alpha1.ProfileInstallation) error)
- func (fake *FakeProfileInstaller) InstallReturns(result1 error)
- func (fake *FakeProfileInstaller) InstallReturnsOnCall(i int, result1 error)
- func (fake *FakeProfileInstaller) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeProfileInstaller ¶
type FakeProfileInstaller struct { InstallStub func(v1alpha1.ProfileInstallation) error // contains filtered or unexported fields }
func (*FakeProfileInstaller) Install ¶
func (fake *FakeProfileInstaller) Install(arg1 v1alpha1.ProfileInstallation) error
func (*FakeProfileInstaller) InstallArgsForCall ¶
func (fake *FakeProfileInstaller) InstallArgsForCall(i int) v1alpha1.ProfileInstallation
func (*FakeProfileInstaller) InstallCallCount ¶
func (fake *FakeProfileInstaller) InstallCallCount() int
func (*FakeProfileInstaller) InstallCalls ¶
func (fake *FakeProfileInstaller) InstallCalls(stub func(v1alpha1.ProfileInstallation) error)
func (*FakeProfileInstaller) InstallReturns ¶
func (fake *FakeProfileInstaller) InstallReturns(result1 error)
func (*FakeProfileInstaller) InstallReturnsOnCall ¶
func (fake *FakeProfileInstaller) InstallReturnsOnCall(i int, result1 error)
func (*FakeProfileInstaller) Invocations ¶
func (fake *FakeProfileInstaller) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.