Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeClient
- func (fake *FakeClient) GetChart(arg1 string, arg2 string) ([]byte, error)
- func (fake *FakeClient) GetChartArgsForCall(i int) (string, string)
- func (fake *FakeClient) GetChartCallCount() int
- func (fake *FakeClient) GetChartCalls(stub func(string, string) ([]byte, error))
- func (fake *FakeClient) GetChartReturns(result1 []byte, result2 error)
- func (fake *FakeClient) GetChartReturnsOnCall(i int, result1 []byte, result2 error)
- func (fake *FakeClient) GetIndex() (helm.Index, error)
- func (fake *FakeClient) GetIndexCallCount() int
- func (fake *FakeClient) GetIndexCalls(stub func() (helm.Index, error))
- func (fake *FakeClient) GetIndexReturns(result1 helm.Index, result2 error)
- func (fake *FakeClient) GetIndexReturnsOnCall(i int, result1 helm.Index, result2 error)
- func (fake *FakeClient) Invocations() map[string][][]interface{}
- func (fake *FakeClient) WithUsernameAndPassword(arg1 string, arg2 string)
- func (fake *FakeClient) WithUsernameAndPasswordArgsForCall(i int) (string, string)
- func (fake *FakeClient) WithUsernameAndPasswordCallCount() int
- func (fake *FakeClient) WithUsernameAndPasswordCalls(stub func(string, string))
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeClient ¶
type FakeClient struct { GetChartStub func(string, string) ([]byte, error) GetIndexStub func() (helm.Index, error) WithUsernameAndPasswordStub func(string, string) // contains filtered or unexported fields }
func (*FakeClient) GetChart ¶
func (fake *FakeClient) GetChart(arg1 string, arg2 string) ([]byte, error)
func (*FakeClient) GetChartArgsForCall ¶
func (fake *FakeClient) GetChartArgsForCall(i int) (string, string)
func (*FakeClient) GetChartCallCount ¶
func (fake *FakeClient) GetChartCallCount() int
func (*FakeClient) GetChartCalls ¶
func (fake *FakeClient) GetChartCalls(stub func(string, string) ([]byte, error))
func (*FakeClient) GetChartReturns ¶
func (fake *FakeClient) GetChartReturns(result1 []byte, result2 error)
func (*FakeClient) GetChartReturnsOnCall ¶
func (fake *FakeClient) GetChartReturnsOnCall(i int, result1 []byte, result2 error)
func (*FakeClient) GetIndexCallCount ¶
func (fake *FakeClient) GetIndexCallCount() int
func (*FakeClient) GetIndexCalls ¶
func (fake *FakeClient) GetIndexCalls(stub func() (helm.Index, error))
func (*FakeClient) GetIndexReturns ¶
func (fake *FakeClient) GetIndexReturns(result1 helm.Index, result2 error)
func (*FakeClient) GetIndexReturnsOnCall ¶
func (fake *FakeClient) GetIndexReturnsOnCall(i int, result1 helm.Index, result2 error)
func (*FakeClient) Invocations ¶
func (fake *FakeClient) Invocations() map[string][][]interface{}
func (*FakeClient) WithUsernameAndPassword ¶
func (fake *FakeClient) WithUsernameAndPassword(arg1 string, arg2 string)
func (*FakeClient) WithUsernameAndPasswordArgsForCall ¶
func (fake *FakeClient) WithUsernameAndPasswordArgsForCall(i int) (string, string)
func (*FakeClient) WithUsernameAndPasswordCallCount ¶
func (fake *FakeClient) WithUsernameAndPasswordCallCount() int
func (*FakeClient) WithUsernameAndPasswordCalls ¶
func (fake *FakeClient) WithUsernameAndPasswordCalls(stub func(string, string))
Click to show internal directories.
Click to hide internal directories.