Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
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{}
- type FakeInstanceSelector
- func (fake *FakeInstanceSelector) Filter(arg1 selector.Filters) ([]string, error)
- func (fake *FakeInstanceSelector) FilterArgsForCall(i int) selector.Filters
- func (fake *FakeInstanceSelector) FilterCallCount() int
- func (fake *FakeInstanceSelector) FilterCalls(stub func(selector.Filters) ([]string, error))
- func (fake *FakeInstanceSelector) FilterReturns(result1 []string, result2 error)
- func (fake *FakeInstanceSelector) FilterReturnsOnCall(i int, result1 []string, result2 error)
- func (fake *FakeInstanceSelector) 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{}
type FakeInstanceSelector ¶ added in v0.45.0
type FakeInstanceSelector struct { FilterStub func(selector.Filters) ([]string, error) // contains filtered or unexported fields }
func (*FakeInstanceSelector) Filter ¶ added in v0.45.0
func (fake *FakeInstanceSelector) Filter(arg1 selector.Filters) ([]string, error)
func (*FakeInstanceSelector) FilterArgsForCall ¶ added in v0.45.0
func (fake *FakeInstanceSelector) FilterArgsForCall(i int) selector.Filters
func (*FakeInstanceSelector) FilterCallCount ¶ added in v0.45.0
func (fake *FakeInstanceSelector) FilterCallCount() int
func (*FakeInstanceSelector) FilterCalls ¶ added in v0.45.0
func (fake *FakeInstanceSelector) FilterCalls(stub func(selector.Filters) ([]string, error))
func (*FakeInstanceSelector) FilterReturns ¶ added in v0.45.0
func (fake *FakeInstanceSelector) FilterReturns(result1 []string, result2 error)
func (*FakeInstanceSelector) FilterReturnsOnCall ¶ added in v0.45.0
func (fake *FakeInstanceSelector) FilterReturnsOnCall(i int, result1 []string, result2 error)
func (*FakeInstanceSelector) Invocations ¶ added in v0.45.0
func (fake *FakeInstanceSelector) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.