Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Index ¶
- type MockEC2API
- func (m *MockEC2API) DescribeRouteTables(arg0 context.Context, arg1 *ec2.DescribeRouteTablesInput, ...) (*ec2.DescribeRouteTablesOutput, error)
- func (m *MockEC2API) DescribeSecurityGroups(arg0 context.Context, arg1 *ec2.DescribeSecurityGroupsInput, ...) (*ec2.DescribeSecurityGroupsOutput, error)
- func (m *MockEC2API) DescribeSubnets(arg0 context.Context, arg1 *ec2.DescribeSubnetsInput, ...) (*ec2.DescribeSubnetsOutput, error)
- func (m *MockEC2API) EXPECT() *MockEC2APIMockRecorder
- type MockEC2APIMockRecorder
- func (mr *MockEC2APIMockRecorder) DescribeRouteTables(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEC2APIMockRecorder) DescribeSecurityGroups(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEC2APIMockRecorder) DescribeSubnets(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- type MockEKSAPI
- type MockEKSAPIMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockEC2API ¶
type MockEC2API struct {
// contains filtered or unexported fields
}
MockEC2API is a mock of EC2API interface.
func NewMockEC2API ¶
func NewMockEC2API(ctrl *gomock.Controller) *MockEC2API
NewMockEC2API creates a new mock instance.
func (*MockEC2API) DescribeRouteTables ¶
func (m *MockEC2API) DescribeRouteTables(arg0 context.Context, arg1 *ec2.DescribeRouteTablesInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeRouteTablesOutput, error)
DescribeRouteTables mocks base method.
func (*MockEC2API) DescribeSecurityGroups ¶
func (m *MockEC2API) DescribeSecurityGroups(arg0 context.Context, arg1 *ec2.DescribeSecurityGroupsInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeSecurityGroupsOutput, error)
DescribeSecurityGroups mocks base method.
func (*MockEC2API) DescribeSubnets ¶
func (m *MockEC2API) DescribeSubnets(arg0 context.Context, arg1 *ec2.DescribeSubnetsInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeSubnetsOutput, error)
DescribeSubnets mocks base method.
func (*MockEC2API) EXPECT ¶
func (m *MockEC2API) EXPECT() *MockEC2APIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockEC2APIMockRecorder ¶
type MockEC2APIMockRecorder struct {
// contains filtered or unexported fields
}
MockEC2APIMockRecorder is the mock recorder for MockEC2API.
func (*MockEC2APIMockRecorder) DescribeRouteTables ¶
func (mr *MockEC2APIMockRecorder) DescribeRouteTables(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeRouteTables indicates an expected call of DescribeRouteTables.
func (*MockEC2APIMockRecorder) DescribeSecurityGroups ¶
func (mr *MockEC2APIMockRecorder) DescribeSecurityGroups(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeSecurityGroups indicates an expected call of DescribeSecurityGroups.
func (*MockEC2APIMockRecorder) DescribeSubnets ¶
func (mr *MockEC2APIMockRecorder) DescribeSubnets(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeSubnets indicates an expected call of DescribeSubnets.
type MockEKSAPI ¶
type MockEKSAPI struct {
// contains filtered or unexported fields
}
MockEKSAPI is a mock of EKSAPI interface.
func NewMockEKSAPI ¶
func NewMockEKSAPI(ctrl *gomock.Controller) *MockEKSAPI
NewMockEKSAPI creates a new mock instance.
func (*MockEKSAPI) DescribeCluster ¶
func (m *MockEKSAPI) DescribeCluster(arg0 context.Context, arg1 *eks.DescribeClusterInput, arg2 ...func(*eks.Options)) (*eks.DescribeClusterOutput, error)
DescribeCluster mocks base method.
func (*MockEKSAPI) EXPECT ¶
func (m *MockEKSAPI) EXPECT() *MockEKSAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockEKSAPIMockRecorder ¶
type MockEKSAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockEKSAPIMockRecorder is the mock recorder for MockEKSAPI.
func (*MockEKSAPIMockRecorder) DescribeCluster ¶
func (mr *MockEKSAPIMockRecorder) DescribeCluster(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeCluster indicates an expected call of DescribeCluster.