Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
- type MockClient
- func (m *MockClient) DescribeAvailabilityZones(arg0 *ec2.DescribeAvailabilityZonesInput) (*ec2.DescribeAvailabilityZonesOutput, error)
- func (m *MockClient) DescribeImages(arg0 *ec2.DescribeImagesInput) (*ec2.DescribeImagesOutput, error)
- func (m *MockClient) DescribeInstances(arg0 *ec2.DescribeInstancesInput) (*ec2.DescribeInstancesOutput, error)
- func (m *MockClient) DescribeSecurityGroups(arg0 *ec2.DescribeSecurityGroupsInput) (*ec2.DescribeSecurityGroupsOutput, error)
- func (m *MockClient) DescribeSubnets(arg0 *ec2.DescribeSubnetsInput) (*ec2.DescribeSubnetsOutput, error)
- func (m *MockClient) DescribeVpcs(arg0 *ec2.DescribeVpcsInput) (*ec2.DescribeVpcsOutput, error)
- func (m *MockClient) ELBv2DescribeLoadBalancers(arg0 *elbv2.DescribeLoadBalancersInput) (*elbv2.DescribeLoadBalancersOutput, error)
- func (m *MockClient) ELBv2DescribeTargetGroups(arg0 *elbv2.DescribeTargetGroupsInput) (*elbv2.DescribeTargetGroupsOutput, error)
- func (m *MockClient) ELBv2RegisterTargets(arg0 *elbv2.RegisterTargetsInput) (*elbv2.RegisterTargetsOutput, error)
- func (m *MockClient) EXPECT() *MockClientMockRecorder
- func (m *MockClient) RegisterInstancesWithLoadBalancer(arg0 *elb.RegisterInstancesWithLoadBalancerInput) (*elb.RegisterInstancesWithLoadBalancerOutput, error)
- func (m *MockClient) RunInstances(arg0 *ec2.RunInstancesInput) (*ec2.Reservation, error)
- func (m *MockClient) TerminateInstances(arg0 *ec2.TerminateInstancesInput) (*ec2.TerminateInstancesOutput, error)
- type MockClientMockRecorder
- func (mr *MockClientMockRecorder) DescribeAvailabilityZones(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) DescribeImages(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) DescribeInstances(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) DescribeSecurityGroups(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) DescribeSubnets(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) DescribeVpcs(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) ELBv2DescribeLoadBalancers(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) ELBv2DescribeTargetGroups(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) ELBv2RegisterTargets(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) RegisterInstancesWithLoadBalancer(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) RunInstances(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) TerminateInstances(arg0 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClient ¶
type MockClient struct {
// contains filtered or unexported fields
}
MockClient is a mock of Client interface
func NewMockClient ¶
func NewMockClient(ctrl *gomock.Controller) *MockClient
NewMockClient creates a new mock instance
func (*MockClient) DescribeAvailabilityZones ¶
func (m *MockClient) DescribeAvailabilityZones(arg0 *ec2.DescribeAvailabilityZonesInput) (*ec2.DescribeAvailabilityZonesOutput, error)
DescribeAvailabilityZones mocks base method
func (*MockClient) DescribeImages ¶
func (m *MockClient) DescribeImages(arg0 *ec2.DescribeImagesInput) (*ec2.DescribeImagesOutput, error)
DescribeImages mocks base method
func (*MockClient) DescribeInstances ¶
func (m *MockClient) DescribeInstances(arg0 *ec2.DescribeInstancesInput) (*ec2.DescribeInstancesOutput, error)
DescribeInstances mocks base method
func (*MockClient) DescribeSecurityGroups ¶
func (m *MockClient) DescribeSecurityGroups(arg0 *ec2.DescribeSecurityGroupsInput) (*ec2.DescribeSecurityGroupsOutput, error)
DescribeSecurityGroups mocks base method
func (*MockClient) DescribeSubnets ¶
func (m *MockClient) DescribeSubnets(arg0 *ec2.DescribeSubnetsInput) (*ec2.DescribeSubnetsOutput, error)
DescribeSubnets mocks base method
func (*MockClient) DescribeVpcs ¶
func (m *MockClient) DescribeVpcs(arg0 *ec2.DescribeVpcsInput) (*ec2.DescribeVpcsOutput, error)
DescribeVpcs mocks base method
func (*MockClient) ELBv2DescribeLoadBalancers ¶
func (m *MockClient) ELBv2DescribeLoadBalancers(arg0 *elbv2.DescribeLoadBalancersInput) (*elbv2.DescribeLoadBalancersOutput, error)
ELBv2DescribeLoadBalancers mocks base method
func (*MockClient) ELBv2DescribeTargetGroups ¶
func (m *MockClient) ELBv2DescribeTargetGroups(arg0 *elbv2.DescribeTargetGroupsInput) (*elbv2.DescribeTargetGroupsOutput, error)
ELBv2DescribeTargetGroups mocks base method
func (*MockClient) ELBv2RegisterTargets ¶
func (m *MockClient) ELBv2RegisterTargets(arg0 *elbv2.RegisterTargetsInput) (*elbv2.RegisterTargetsOutput, error)
ELBv2RegisterTargets mocks base method
func (*MockClient) EXPECT ¶
func (m *MockClient) EXPECT() *MockClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockClient) RegisterInstancesWithLoadBalancer ¶
func (m *MockClient) RegisterInstancesWithLoadBalancer(arg0 *elb.RegisterInstancesWithLoadBalancerInput) (*elb.RegisterInstancesWithLoadBalancerOutput, error)
RegisterInstancesWithLoadBalancer mocks base method
func (*MockClient) RunInstances ¶
func (m *MockClient) RunInstances(arg0 *ec2.RunInstancesInput) (*ec2.Reservation, error)
RunInstances mocks base method
func (*MockClient) TerminateInstances ¶
func (m *MockClient) TerminateInstances(arg0 *ec2.TerminateInstancesInput) (*ec2.TerminateInstancesOutput, error)
TerminateInstances mocks base method
type MockClientMockRecorder ¶
type MockClientMockRecorder struct {
// contains filtered or unexported fields
}
MockClientMockRecorder is the mock recorder for MockClient
func (*MockClientMockRecorder) DescribeAvailabilityZones ¶
func (mr *MockClientMockRecorder) DescribeAvailabilityZones(arg0 interface{}) *gomock.Call
DescribeAvailabilityZones indicates an expected call of DescribeAvailabilityZones
func (*MockClientMockRecorder) DescribeImages ¶
func (mr *MockClientMockRecorder) DescribeImages(arg0 interface{}) *gomock.Call
DescribeImages indicates an expected call of DescribeImages
func (*MockClientMockRecorder) DescribeInstances ¶
func (mr *MockClientMockRecorder) DescribeInstances(arg0 interface{}) *gomock.Call
DescribeInstances indicates an expected call of DescribeInstances
func (*MockClientMockRecorder) DescribeSecurityGroups ¶
func (mr *MockClientMockRecorder) DescribeSecurityGroups(arg0 interface{}) *gomock.Call
DescribeSecurityGroups indicates an expected call of DescribeSecurityGroups
func (*MockClientMockRecorder) DescribeSubnets ¶
func (mr *MockClientMockRecorder) DescribeSubnets(arg0 interface{}) *gomock.Call
DescribeSubnets indicates an expected call of DescribeSubnets
func (*MockClientMockRecorder) DescribeVpcs ¶
func (mr *MockClientMockRecorder) DescribeVpcs(arg0 interface{}) *gomock.Call
DescribeVpcs indicates an expected call of DescribeVpcs
func (*MockClientMockRecorder) ELBv2DescribeLoadBalancers ¶
func (mr *MockClientMockRecorder) ELBv2DescribeLoadBalancers(arg0 interface{}) *gomock.Call
ELBv2DescribeLoadBalancers indicates an expected call of ELBv2DescribeLoadBalancers
func (*MockClientMockRecorder) ELBv2DescribeTargetGroups ¶
func (mr *MockClientMockRecorder) ELBv2DescribeTargetGroups(arg0 interface{}) *gomock.Call
ELBv2DescribeTargetGroups indicates an expected call of ELBv2DescribeTargetGroups
func (*MockClientMockRecorder) ELBv2RegisterTargets ¶
func (mr *MockClientMockRecorder) ELBv2RegisterTargets(arg0 interface{}) *gomock.Call
ELBv2RegisterTargets indicates an expected call of ELBv2RegisterTargets
func (*MockClientMockRecorder) RegisterInstancesWithLoadBalancer ¶
func (mr *MockClientMockRecorder) RegisterInstancesWithLoadBalancer(arg0 interface{}) *gomock.Call
RegisterInstancesWithLoadBalancer indicates an expected call of RegisterInstancesWithLoadBalancer
func (*MockClientMockRecorder) RunInstances ¶
func (mr *MockClientMockRecorder) RunInstances(arg0 interface{}) *gomock.Call
RunInstances indicates an expected call of RunInstances
func (*MockClientMockRecorder) TerminateInstances ¶
func (mr *MockClientMockRecorder) TerminateInstances(arg0 interface{}) *gomock.Call
TerminateInstances indicates an expected call of TerminateInstances