Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeClusterToExtend
- func (fake *FakeClusterToExtend) FindNodeGroupOutpostARN() (string, bool)
- func (fake *FakeClusterToExtend) FindNodeGroupOutpostARNCallCount() int
- func (fake *FakeClusterToExtend) FindNodeGroupOutpostARNCalls(stub func() (string, bool))
- func (fake *FakeClusterToExtend) FindNodeGroupOutpostARNReturns(result1 string, result2 bool)
- func (fake *FakeClusterToExtend) FindNodeGroupOutpostARNReturnsOnCall(i int, result1 string, result2 bool)
- func (fake *FakeClusterToExtend) Invocations() map[string][][]interface{}
- func (fake *FakeClusterToExtend) IsControlPlaneOnOutposts() bool
- func (fake *FakeClusterToExtend) IsControlPlaneOnOutpostsCallCount() int
- func (fake *FakeClusterToExtend) IsControlPlaneOnOutpostsCalls(stub func() bool)
- func (fake *FakeClusterToExtend) IsControlPlaneOnOutpostsReturns(result1 bool)
- func (fake *FakeClusterToExtend) IsControlPlaneOnOutpostsReturnsOnCall(i int, result1 bool)
- type FakeOutpostInstance
- func (fake *FakeOutpostInstance) GetInstanceType() string
- func (fake *FakeOutpostInstance) GetInstanceTypeCallCount() int
- func (fake *FakeOutpostInstance) GetInstanceTypeCalls(stub func() string)
- func (fake *FakeOutpostInstance) GetInstanceTypeReturns(result1 string)
- func (fake *FakeOutpostInstance) GetInstanceTypeReturnsOnCall(i int, result1 string)
- func (fake *FakeOutpostInstance) Invocations() map[string][][]interface{}
- func (fake *FakeOutpostInstance) SetInstanceType(arg1 string)
- func (fake *FakeOutpostInstance) SetInstanceTypeArgsForCall(i int) string
- func (fake *FakeOutpostInstance) SetInstanceTypeCallCount() int
- func (fake *FakeOutpostInstance) SetInstanceTypeCalls(stub func(string))
- type FakeStackUpdater
- func (fake *FakeStackUpdater) AppendNewClusterStackResource(arg1 context.Context, arg2 bool, arg3 bool) (bool, error)
- func (fake *FakeStackUpdater) AppendNewClusterStackResourceArgsForCall(i int) (context.Context, bool, bool)
- func (fake *FakeStackUpdater) AppendNewClusterStackResourceCallCount() int
- func (fake *FakeStackUpdater) AppendNewClusterStackResourceCalls(stub func(context.Context, bool, bool) (bool, error))
- func (fake *FakeStackUpdater) AppendNewClusterStackResourceReturns(result1 bool, result2 error)
- func (fake *FakeStackUpdater) AppendNewClusterStackResourceReturnsOnCall(i int, result1 bool, result2 error)
- func (fake *FakeStackUpdater) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeClusterToExtend ¶
type FakeClusterToExtend struct { FindNodeGroupOutpostARNStub func() (string, bool) IsControlPlaneOnOutpostsStub func() bool // contains filtered or unexported fields }
func (*FakeClusterToExtend) FindNodeGroupOutpostARN ¶
func (fake *FakeClusterToExtend) FindNodeGroupOutpostARN() (string, bool)
func (*FakeClusterToExtend) FindNodeGroupOutpostARNCallCount ¶
func (fake *FakeClusterToExtend) FindNodeGroupOutpostARNCallCount() int
func (*FakeClusterToExtend) FindNodeGroupOutpostARNCalls ¶
func (fake *FakeClusterToExtend) FindNodeGroupOutpostARNCalls(stub func() (string, bool))
func (*FakeClusterToExtend) FindNodeGroupOutpostARNReturns ¶
func (fake *FakeClusterToExtend) FindNodeGroupOutpostARNReturns(result1 string, result2 bool)
func (*FakeClusterToExtend) FindNodeGroupOutpostARNReturnsOnCall ¶
func (fake *FakeClusterToExtend) FindNodeGroupOutpostARNReturnsOnCall(i int, result1 string, result2 bool)
func (*FakeClusterToExtend) Invocations ¶
func (fake *FakeClusterToExtend) Invocations() map[string][][]interface{}
func (*FakeClusterToExtend) IsControlPlaneOnOutposts ¶
func (fake *FakeClusterToExtend) IsControlPlaneOnOutposts() bool
func (*FakeClusterToExtend) IsControlPlaneOnOutpostsCallCount ¶
func (fake *FakeClusterToExtend) IsControlPlaneOnOutpostsCallCount() int
func (*FakeClusterToExtend) IsControlPlaneOnOutpostsCalls ¶
func (fake *FakeClusterToExtend) IsControlPlaneOnOutpostsCalls(stub func() bool)
func (*FakeClusterToExtend) IsControlPlaneOnOutpostsReturns ¶
func (fake *FakeClusterToExtend) IsControlPlaneOnOutpostsReturns(result1 bool)
func (*FakeClusterToExtend) IsControlPlaneOnOutpostsReturnsOnCall ¶
func (fake *FakeClusterToExtend) IsControlPlaneOnOutpostsReturnsOnCall(i int, result1 bool)
type FakeOutpostInstance ¶
type FakeOutpostInstance struct { GetInstanceTypeStub func() string SetInstanceTypeStub func(string) // contains filtered or unexported fields }
func (*FakeOutpostInstance) GetInstanceType ¶
func (fake *FakeOutpostInstance) GetInstanceType() string
func (*FakeOutpostInstance) GetInstanceTypeCallCount ¶
func (fake *FakeOutpostInstance) GetInstanceTypeCallCount() int
func (*FakeOutpostInstance) GetInstanceTypeCalls ¶
func (fake *FakeOutpostInstance) GetInstanceTypeCalls(stub func() string)
func (*FakeOutpostInstance) GetInstanceTypeReturns ¶
func (fake *FakeOutpostInstance) GetInstanceTypeReturns(result1 string)
func (*FakeOutpostInstance) GetInstanceTypeReturnsOnCall ¶
func (fake *FakeOutpostInstance) GetInstanceTypeReturnsOnCall(i int, result1 string)
func (*FakeOutpostInstance) Invocations ¶
func (fake *FakeOutpostInstance) Invocations() map[string][][]interface{}
func (*FakeOutpostInstance) SetInstanceType ¶
func (fake *FakeOutpostInstance) SetInstanceType(arg1 string)
func (*FakeOutpostInstance) SetInstanceTypeArgsForCall ¶
func (fake *FakeOutpostInstance) SetInstanceTypeArgsForCall(i int) string
func (*FakeOutpostInstance) SetInstanceTypeCallCount ¶
func (fake *FakeOutpostInstance) SetInstanceTypeCallCount() int
func (*FakeOutpostInstance) SetInstanceTypeCalls ¶
func (fake *FakeOutpostInstance) SetInstanceTypeCalls(stub func(string))
type FakeStackUpdater ¶
type FakeStackUpdater struct { AppendNewClusterStackResourceStub func(context.Context, bool, bool) (bool, error) // contains filtered or unexported fields }
func (*FakeStackUpdater) AppendNewClusterStackResource ¶
func (*FakeStackUpdater) AppendNewClusterStackResourceArgsForCall ¶
func (*FakeStackUpdater) AppendNewClusterStackResourceCallCount ¶
func (fake *FakeStackUpdater) AppendNewClusterStackResourceCallCount() int
func (*FakeStackUpdater) AppendNewClusterStackResourceCalls ¶
func (*FakeStackUpdater) AppendNewClusterStackResourceReturns ¶
func (fake *FakeStackUpdater) AppendNewClusterStackResourceReturns(result1 bool, result2 error)
func (*FakeStackUpdater) AppendNewClusterStackResourceReturnsOnCall ¶
func (fake *FakeStackUpdater) AppendNewClusterStackResourceReturnsOnCall(i int, result1 bool, result2 error)
func (*FakeStackUpdater) Invocations ¶
func (fake *FakeStackUpdater) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.