Documentation ¶
Overview ¶
Package mock_interfaces is a generated GoMock package.
Index ¶
- type MockAWSClient
- func (m *MockAWSClient) DescribeAMIs(imageIds []string) ([]types0.Image, error)
- func (m *MockAWSClient) DescribeEKSCluster(cluster string) (*eks.DescribeClusterOutput, error)
- func (m *MockAWSClient) DescribeEKSClusterAddon(cluster, addon string) (*eks.DescribeAddonOutput, error)
- func (m *MockAWSClient) DescribeRDSClusters() (*rds.DescribeDBClustersOutput, error)
- func (m *MockAWSClient) EXPECT() *MockAWSClientMockRecorder
- func (m *MockAWSClient) GetAccountId() string
- func (m *MockAWSClient) GetConfig() *aws.Config
- func (m *MockAWSClient) GetEKSClusters() ([]string, error)
- func (m *MockAWSClient) GetEKSConfig(ctx context.Context, clusterInfo *eks.DescribeClusterOutput) (*rest.Config, error)
- func (m *MockAWSClient) GetEKSNamespaces(ctx context.Context, config *rest.Config) ([]string, error)
- func (m *MockAWSClient) GetProfile() string
- func (m *MockAWSClient) ListACMCertificates() ([]types.CertificateSummary, error)
- func (m *MockAWSClient) ListEC2Instances() ([]types0.Instance, error)
- func (m *MockAWSClient) ListEKSAddons(cluster string) (*eks.ListAddonsOutput, error)
- func (m *MockAWSClient) ListLambdaFunctions() (*lambda.ListFunctionsOutput, error)
- func (m *MockAWSClient) ListVolumes() ([]types0.Volume, error)
- type MockAWSClientMockRecorder
- func (mr *MockAWSClientMockRecorder) DescribeAMIs(imageIds interface{}) *gomock.Call
- func (mr *MockAWSClientMockRecorder) DescribeEKSCluster(cluster interface{}) *gomock.Call
- func (mr *MockAWSClientMockRecorder) DescribeEKSClusterAddon(cluster, addon interface{}) *gomock.Call
- func (mr *MockAWSClientMockRecorder) DescribeRDSClusters() *gomock.Call
- func (mr *MockAWSClientMockRecorder) GetAccountId() *gomock.Call
- func (mr *MockAWSClientMockRecorder) GetConfig() *gomock.Call
- func (mr *MockAWSClientMockRecorder) GetEKSClusters() *gomock.Call
- func (mr *MockAWSClientMockRecorder) GetEKSConfig(ctx, clusterInfo interface{}) *gomock.Call
- func (mr *MockAWSClientMockRecorder) GetEKSNamespaces(ctx, config interface{}) *gomock.Call
- func (mr *MockAWSClientMockRecorder) GetProfile() *gomock.Call
- func (mr *MockAWSClientMockRecorder) ListACMCertificates() *gomock.Call
- func (mr *MockAWSClientMockRecorder) ListEC2Instances() *gomock.Call
- func (mr *MockAWSClientMockRecorder) ListEKSAddons(cluster interface{}) *gomock.Call
- func (mr *MockAWSClientMockRecorder) ListLambdaFunctions() *gomock.Call
- func (mr *MockAWSClientMockRecorder) ListVolumes() *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAWSClient ¶
type MockAWSClient struct {
// contains filtered or unexported fields
}
MockAWSClient is a mock of AWSClient interface.
func NewMockAWSClient ¶
func NewMockAWSClient(ctrl *gomock.Controller) *MockAWSClient
NewMockAWSClient creates a new mock instance.
func (*MockAWSClient) DescribeAMIs ¶
func (m *MockAWSClient) DescribeAMIs(imageIds []string) ([]types0.Image, error)
DescribeAMIs mocks base method.
func (*MockAWSClient) DescribeEKSCluster ¶
func (m *MockAWSClient) DescribeEKSCluster(cluster string) (*eks.DescribeClusterOutput, error)
DescribeEKSCluster mocks base method.
func (*MockAWSClient) DescribeEKSClusterAddon ¶
func (m *MockAWSClient) DescribeEKSClusterAddon(cluster, addon string) (*eks.DescribeAddonOutput, error)
DescribeEKSClusterAddon mocks base method.
func (*MockAWSClient) DescribeRDSClusters ¶
func (m *MockAWSClient) DescribeRDSClusters() (*rds.DescribeDBClustersOutput, error)
DescribeRDSClusters mocks base method.
func (*MockAWSClient) EXPECT ¶
func (m *MockAWSClient) EXPECT() *MockAWSClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAWSClient) GetAccountId ¶
func (m *MockAWSClient) GetAccountId() string
GetAccountId mocks base method.
func (*MockAWSClient) GetConfig ¶
func (m *MockAWSClient) GetConfig() *aws.Config
GetConfig mocks base method.
func (*MockAWSClient) GetEKSClusters ¶
func (m *MockAWSClient) GetEKSClusters() ([]string, error)
GetEKSClusters mocks base method.
func (*MockAWSClient) GetEKSConfig ¶
func (m *MockAWSClient) GetEKSConfig(ctx context.Context, clusterInfo *eks.DescribeClusterOutput) (*rest.Config, error)
GetEKSConfig mocks base method.
func (*MockAWSClient) GetEKSNamespaces ¶
func (m *MockAWSClient) GetEKSNamespaces(ctx context.Context, config *rest.Config) ([]string, error)
GetEKSNamespaces mocks base method.
func (*MockAWSClient) GetProfile ¶ added in v0.16.0
func (m *MockAWSClient) GetProfile() string
GetProfile mocks base method.
func (*MockAWSClient) ListACMCertificates ¶ added in v0.19.0
func (m *MockAWSClient) ListACMCertificates() ([]types.CertificateSummary, error)
ListACMCertificates mocks base method.
func (*MockAWSClient) ListEC2Instances ¶
func (m *MockAWSClient) ListEC2Instances() ([]types0.Instance, error)
ListEC2Instances mocks base method.
func (*MockAWSClient) ListEKSAddons ¶
func (m *MockAWSClient) ListEKSAddons(cluster string) (*eks.ListAddonsOutput, error)
ListEKSAddons mocks base method.
func (*MockAWSClient) ListLambdaFunctions ¶
func (m *MockAWSClient) ListLambdaFunctions() (*lambda.ListFunctionsOutput, error)
ListLambdaFunctions mocks base method.
func (*MockAWSClient) ListVolumes ¶ added in v0.18.0
func (m *MockAWSClient) ListVolumes() ([]types0.Volume, error)
ListVolumes mocks base method.
type MockAWSClientMockRecorder ¶
type MockAWSClientMockRecorder struct {
// contains filtered or unexported fields
}
MockAWSClientMockRecorder is the mock recorder for MockAWSClient.
func (*MockAWSClientMockRecorder) DescribeAMIs ¶
func (mr *MockAWSClientMockRecorder) DescribeAMIs(imageIds interface{}) *gomock.Call
DescribeAMIs indicates an expected call of DescribeAMIs.
func (*MockAWSClientMockRecorder) DescribeEKSCluster ¶
func (mr *MockAWSClientMockRecorder) DescribeEKSCluster(cluster interface{}) *gomock.Call
DescribeEKSCluster indicates an expected call of DescribeEKSCluster.
func (*MockAWSClientMockRecorder) DescribeEKSClusterAddon ¶
func (mr *MockAWSClientMockRecorder) DescribeEKSClusterAddon(cluster, addon interface{}) *gomock.Call
DescribeEKSClusterAddon indicates an expected call of DescribeEKSClusterAddon.
func (*MockAWSClientMockRecorder) DescribeRDSClusters ¶
func (mr *MockAWSClientMockRecorder) DescribeRDSClusters() *gomock.Call
DescribeRDSClusters indicates an expected call of DescribeRDSClusters.
func (*MockAWSClientMockRecorder) GetAccountId ¶
func (mr *MockAWSClientMockRecorder) GetAccountId() *gomock.Call
GetAccountId indicates an expected call of GetAccountId.
func (*MockAWSClientMockRecorder) GetConfig ¶
func (mr *MockAWSClientMockRecorder) GetConfig() *gomock.Call
GetConfig indicates an expected call of GetConfig.
func (*MockAWSClientMockRecorder) GetEKSClusters ¶
func (mr *MockAWSClientMockRecorder) GetEKSClusters() *gomock.Call
GetEKSClusters indicates an expected call of GetEKSClusters.
func (*MockAWSClientMockRecorder) GetEKSConfig ¶
func (mr *MockAWSClientMockRecorder) GetEKSConfig(ctx, clusterInfo interface{}) *gomock.Call
GetEKSConfig indicates an expected call of GetEKSConfig.
func (*MockAWSClientMockRecorder) GetEKSNamespaces ¶
func (mr *MockAWSClientMockRecorder) GetEKSNamespaces(ctx, config interface{}) *gomock.Call
GetEKSNamespaces indicates an expected call of GetEKSNamespaces.
func (*MockAWSClientMockRecorder) GetProfile ¶ added in v0.16.0
func (mr *MockAWSClientMockRecorder) GetProfile() *gomock.Call
GetProfile indicates an expected call of GetProfile.
func (*MockAWSClientMockRecorder) ListACMCertificates ¶ added in v0.19.0
func (mr *MockAWSClientMockRecorder) ListACMCertificates() *gomock.Call
ListACMCertificates indicates an expected call of ListACMCertificates.
func (*MockAWSClientMockRecorder) ListEC2Instances ¶
func (mr *MockAWSClientMockRecorder) ListEC2Instances() *gomock.Call
ListEC2Instances indicates an expected call of ListEC2Instances.
func (*MockAWSClientMockRecorder) ListEKSAddons ¶
func (mr *MockAWSClientMockRecorder) ListEKSAddons(cluster interface{}) *gomock.Call
ListEKSAddons indicates an expected call of ListEKSAddons.
func (*MockAWSClientMockRecorder) ListLambdaFunctions ¶
func (mr *MockAWSClientMockRecorder) ListLambdaFunctions() *gomock.Call
ListLambdaFunctions indicates an expected call of ListLambdaFunctions.
func (*MockAWSClientMockRecorder) ListVolumes ¶ added in v0.18.0
func (mr *MockAWSClientMockRecorder) ListVolumes() *gomock.Call
ListVolumes indicates an expected call of ListVolumes.