Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeFargateClient
- func (fake *FakeFargateClient) CreateProfile(arg1 *v1alpha5.FargateProfile, arg2 bool) error
- func (fake *FakeFargateClient) CreateProfileArgsForCall(i int) (*v1alpha5.FargateProfile, bool)
- func (fake *FakeFargateClient) CreateProfileCallCount() int
- func (fake *FakeFargateClient) CreateProfileCalls(stub func(*v1alpha5.FargateProfile, bool) error)
- func (fake *FakeFargateClient) CreateProfileReturns(result1 error)
- func (fake *FakeFargateClient) CreateProfileReturnsOnCall(i int, result1 error)
- func (fake *FakeFargateClient) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeFargateClient ¶
type FakeFargateClient struct { CreateProfileStub func(*v1alpha5.FargateProfile, bool) error // contains filtered or unexported fields }
func (*FakeFargateClient) CreateProfile ¶
func (fake *FakeFargateClient) CreateProfile(arg1 *v1alpha5.FargateProfile, arg2 bool) error
func (*FakeFargateClient) CreateProfileArgsForCall ¶
func (fake *FakeFargateClient) CreateProfileArgsForCall(i int) (*v1alpha5.FargateProfile, bool)
func (*FakeFargateClient) CreateProfileCallCount ¶
func (fake *FakeFargateClient) CreateProfileCallCount() int
func (*FakeFargateClient) CreateProfileCalls ¶
func (fake *FakeFargateClient) CreateProfileCalls(stub func(*v1alpha5.FargateProfile, bool) error)
func (*FakeFargateClient) CreateProfileReturns ¶
func (fake *FakeFargateClient) CreateProfileReturns(result1 error)
func (*FakeFargateClient) CreateProfileReturnsOnCall ¶
func (fake *FakeFargateClient) CreateProfileReturnsOnCall(i int, result1 error)
func (*FakeFargateClient) Invocations ¶
func (fake *FakeFargateClient) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.