Documentation
¶
Overview ¶
SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and Gardener contributors
SPDX-License-Identifier: Apache-2.0 Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeInterface
- func (fake *FakeInterface) Invocations() map[string][][]interface{}
- func (fake *FakeInterface) ResolveLink(arg1 string, arg2 *manifest.Node, arg3 string) (string, bool, error)
- func (fake *FakeInterface) ResolveLinkArgsForCall(i int) (string, *manifest.Node, string)
- func (fake *FakeInterface) ResolveLinkCallCount() int
- func (fake *FakeInterface) ResolveLinkCalls(stub func(string, *manifest.Node, string) (string, bool, error))
- func (fake *FakeInterface) ResolveLinkReturns(result1 string, result2 bool, result3 error)
- func (fake *FakeInterface) ResolveLinkReturnsOnCall(i int, result1 string, result2 bool, result3 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeInterface ¶
type FakeInterface struct { ResolveLinkStub func(string, *manifest.Node, string) (string, bool, error) // contains filtered or unexported fields }
func (*FakeInterface) Invocations ¶
func (fake *FakeInterface) Invocations() map[string][][]interface{}
func (*FakeInterface) ResolveLink ¶
func (*FakeInterface) ResolveLinkArgsForCall ¶
func (*FakeInterface) ResolveLinkCallCount ¶
func (fake *FakeInterface) ResolveLinkCallCount() int
func (*FakeInterface) ResolveLinkCalls ¶
func (*FakeInterface) ResolveLinkReturns ¶
func (fake *FakeInterface) ResolveLinkReturns(result1 string, result2 bool, result3 error)
func (*FakeInterface) ResolveLinkReturnsOnCall ¶
func (fake *FakeInterface) ResolveLinkReturnsOnCall(i int, result1 string, result2 bool, result3 error)
Click to show internal directories.
Click to hide internal directories.