mock_services

package
v1.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 27, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package mock_services is a generated GoMock package.

Package mock_services is a generated GoMock package.

Package mock_services is a generated GoMock package.

Package mock_services is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockCloudFormationServiceInterface

type MockCloudFormationServiceInterface struct {
	// contains filtered or unexported fields
}

MockCloudFormationServiceInterface is a mock of CloudFormationServiceInterface interface.

func NewMockCloudFormationServiceInterface

func NewMockCloudFormationServiceInterface(ctrl *gomock.Controller) *MockCloudFormationServiceInterface

NewMockCloudFormationServiceInterface creates a new mock instance.

func (*MockCloudFormationServiceInterface) CreateStack

CreateStack mocks base method.

func (*MockCloudFormationServiceInterface) DeleteStack

DeleteStack mocks base method.

func (*MockCloudFormationServiceInterface) DescribeStackEvents

DescribeStackEvents mocks base method.

func (*MockCloudFormationServiceInterface) DescribeStacks

DescribeStacks mocks base method.

func (*MockCloudFormationServiceInterface) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockCloudFormationServiceInterfaceMockRecorder

type MockCloudFormationServiceInterfaceMockRecorder struct {
	// contains filtered or unexported fields
}

MockCloudFormationServiceInterfaceMockRecorder is the mock recorder for MockCloudFormationServiceInterface.

func (*MockCloudFormationServiceInterfaceMockRecorder) CreateStack

func (mr *MockCloudFormationServiceInterfaceMockRecorder) CreateStack(input interface{}) *gomock.Call

CreateStack indicates an expected call of CreateStack.

func (*MockCloudFormationServiceInterfaceMockRecorder) DeleteStack

func (mr *MockCloudFormationServiceInterfaceMockRecorder) DeleteStack(input interface{}) *gomock.Call

DeleteStack indicates an expected call of DeleteStack.

func (*MockCloudFormationServiceInterfaceMockRecorder) DescribeStackEvents

func (mr *MockCloudFormationServiceInterfaceMockRecorder) DescribeStackEvents(input interface{}) *gomock.Call

DescribeStackEvents indicates an expected call of DescribeStackEvents.

func (*MockCloudFormationServiceInterfaceMockRecorder) DescribeStacks

func (mr *MockCloudFormationServiceInterfaceMockRecorder) DescribeStacks(input interface{}) *gomock.Call

DescribeStacks indicates an expected call of DescribeStacks.

type MockEC2ServiceInterface

type MockEC2ServiceInterface struct {
	// contains filtered or unexported fields
}

MockEC2ServiceInterface is a mock of EC2ServiceInterface interface.

func NewMockEC2ServiceInterface

func NewMockEC2ServiceInterface(ctrl *gomock.Controller) *MockEC2ServiceInterface

NewMockEC2ServiceInterface creates a new mock instance.

func (*MockEC2ServiceInterface) CreateLaunchTemplate

CreateLaunchTemplate mocks base method.

func (*MockEC2ServiceInterface) CreateLaunchTemplateVersion

CreateLaunchTemplateVersion mocks base method.

func (*MockEC2ServiceInterface) DeleteLaunchTemplate

DeleteLaunchTemplate mocks base method.

func (*MockEC2ServiceInterface) DeleteLaunchTemplateVersions

DeleteLaunchTemplateVersions mocks base method.

func (*MockEC2ServiceInterface) DescribeImages

DescribeImages mocks base method.

func (*MockEC2ServiceInterface) DescribeLaunchTemplateVersions

DescribeLaunchTemplateVersions mocks base method.

func (*MockEC2ServiceInterface) DescribeLaunchTemplates

DescribeLaunchTemplates mocks base method.

func (*MockEC2ServiceInterface) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockEC2ServiceInterfaceMockRecorder

type MockEC2ServiceInterfaceMockRecorder struct {
	// contains filtered or unexported fields
}

MockEC2ServiceInterfaceMockRecorder is the mock recorder for MockEC2ServiceInterface.

func (*MockEC2ServiceInterfaceMockRecorder) CreateLaunchTemplate

func (mr *MockEC2ServiceInterfaceMockRecorder) CreateLaunchTemplate(input interface{}) *gomock.Call

CreateLaunchTemplate indicates an expected call of CreateLaunchTemplate.

func (*MockEC2ServiceInterfaceMockRecorder) CreateLaunchTemplateVersion

func (mr *MockEC2ServiceInterfaceMockRecorder) CreateLaunchTemplateVersion(input interface{}) *gomock.Call

CreateLaunchTemplateVersion indicates an expected call of CreateLaunchTemplateVersion.

func (*MockEC2ServiceInterfaceMockRecorder) DeleteLaunchTemplate

func (mr *MockEC2ServiceInterfaceMockRecorder) DeleteLaunchTemplate(input interface{}) *gomock.Call

DeleteLaunchTemplate indicates an expected call of DeleteLaunchTemplate.

func (*MockEC2ServiceInterfaceMockRecorder) DeleteLaunchTemplateVersions

func (mr *MockEC2ServiceInterfaceMockRecorder) DeleteLaunchTemplateVersions(input interface{}) *gomock.Call

DeleteLaunchTemplateVersions indicates an expected call of DeleteLaunchTemplateVersions.

func (*MockEC2ServiceInterfaceMockRecorder) DescribeImages

func (mr *MockEC2ServiceInterfaceMockRecorder) DescribeImages(input interface{}) *gomock.Call

DescribeImages indicates an expected call of DescribeImages.

func (*MockEC2ServiceInterfaceMockRecorder) DescribeLaunchTemplateVersions

func (mr *MockEC2ServiceInterfaceMockRecorder) DescribeLaunchTemplateVersions(input interface{}) *gomock.Call

DescribeLaunchTemplateVersions indicates an expected call of DescribeLaunchTemplateVersions.

func (*MockEC2ServiceInterfaceMockRecorder) DescribeLaunchTemplates

func (mr *MockEC2ServiceInterfaceMockRecorder) DescribeLaunchTemplates(input interface{}) *gomock.Call

DescribeLaunchTemplates indicates an expected call of DescribeLaunchTemplates.

type MockEKSServiceInterface

type MockEKSServiceInterface struct {
	// contains filtered or unexported fields
}

MockEKSServiceInterface is a mock of EKSServiceInterface interface.

func NewMockEKSServiceInterface

func NewMockEKSServiceInterface(ctrl *gomock.Controller) *MockEKSServiceInterface

NewMockEKSServiceInterface creates a new mock instance.

func (*MockEKSServiceInterface) CreateAddon added in v1.2.2

CreateAddon mocks base method.

func (*MockEKSServiceInterface) CreateCluster

CreateCluster mocks base method.

func (*MockEKSServiceInterface) CreateNodegroup

CreateNodegroup mocks base method.

func (*MockEKSServiceInterface) DeleteCluster

DeleteCluster mocks base method.

func (*MockEKSServiceInterface) DeleteNodegroup

DeleteNodegroup mocks base method.

func (*MockEKSServiceInterface) DescribeAddon added in v1.2.2

DescribeAddon mocks base method.

func (*MockEKSServiceInterface) DescribeCluster

DescribeCluster mocks base method.

func (*MockEKSServiceInterface) DescribeNodegroup

DescribeNodegroup mocks base method.

func (*MockEKSServiceInterface) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockEKSServiceInterface) ListClusters

ListClusters mocks base method.

func (*MockEKSServiceInterface) ListNodegroups

ListNodegroups mocks base method.

func (*MockEKSServiceInterface) TagResource

TagResource mocks base method.

func (*MockEKSServiceInterface) UntagResource

UntagResource mocks base method.

func (*MockEKSServiceInterface) UpdateClusterConfig

UpdateClusterConfig mocks base method.

func (*MockEKSServiceInterface) UpdateClusterVersion

UpdateClusterVersion mocks base method.

func (*MockEKSServiceInterface) UpdateNodegroupConfig

UpdateNodegroupConfig mocks base method.

func (*MockEKSServiceInterface) UpdateNodegroupVersion

UpdateNodegroupVersion mocks base method.

type MockEKSServiceInterfaceMockRecorder

type MockEKSServiceInterfaceMockRecorder struct {
	// contains filtered or unexported fields
}

MockEKSServiceInterfaceMockRecorder is the mock recorder for MockEKSServiceInterface.

func (*MockEKSServiceInterfaceMockRecorder) CreateAddon added in v1.2.2

func (mr *MockEKSServiceInterfaceMockRecorder) CreateAddon(input interface{}) *gomock.Call

CreateAddon indicates an expected call of CreateAddon.

func (*MockEKSServiceInterfaceMockRecorder) CreateCluster

func (mr *MockEKSServiceInterfaceMockRecorder) CreateCluster(input interface{}) *gomock.Call

CreateCluster indicates an expected call of CreateCluster.

func (*MockEKSServiceInterfaceMockRecorder) CreateNodegroup

func (mr *MockEKSServiceInterfaceMockRecorder) CreateNodegroup(input interface{}) *gomock.Call

CreateNodegroup indicates an expected call of CreateNodegroup.

func (*MockEKSServiceInterfaceMockRecorder) DeleteCluster

func (mr *MockEKSServiceInterfaceMockRecorder) DeleteCluster(input interface{}) *gomock.Call

DeleteCluster indicates an expected call of DeleteCluster.

func (*MockEKSServiceInterfaceMockRecorder) DeleteNodegroup

func (mr *MockEKSServiceInterfaceMockRecorder) DeleteNodegroup(input interface{}) *gomock.Call

DeleteNodegroup indicates an expected call of DeleteNodegroup.

func (*MockEKSServiceInterfaceMockRecorder) DescribeAddon added in v1.2.2

func (mr *MockEKSServiceInterfaceMockRecorder) DescribeAddon(input interface{}) *gomock.Call

DescribeAddon indicates an expected call of DescribeAddon.

func (*MockEKSServiceInterfaceMockRecorder) DescribeCluster

func (mr *MockEKSServiceInterfaceMockRecorder) DescribeCluster(input interface{}) *gomock.Call

DescribeCluster indicates an expected call of DescribeCluster.

func (*MockEKSServiceInterfaceMockRecorder) DescribeNodegroup

func (mr *MockEKSServiceInterfaceMockRecorder) DescribeNodegroup(input interface{}) *gomock.Call

DescribeNodegroup indicates an expected call of DescribeNodegroup.

func (*MockEKSServiceInterfaceMockRecorder) ListClusters

func (mr *MockEKSServiceInterfaceMockRecorder) ListClusters(input interface{}) *gomock.Call

ListClusters indicates an expected call of ListClusters.

func (*MockEKSServiceInterfaceMockRecorder) ListNodegroups

func (mr *MockEKSServiceInterfaceMockRecorder) ListNodegroups(input interface{}) *gomock.Call

ListNodegroups indicates an expected call of ListNodegroups.

func (*MockEKSServiceInterfaceMockRecorder) TagResource

func (mr *MockEKSServiceInterfaceMockRecorder) TagResource(input interface{}) *gomock.Call

TagResource indicates an expected call of TagResource.

func (*MockEKSServiceInterfaceMockRecorder) UntagResource

func (mr *MockEKSServiceInterfaceMockRecorder) UntagResource(input interface{}) *gomock.Call

UntagResource indicates an expected call of UntagResource.

func (*MockEKSServiceInterfaceMockRecorder) UpdateClusterConfig

func (mr *MockEKSServiceInterfaceMockRecorder) UpdateClusterConfig(input interface{}) *gomock.Call

UpdateClusterConfig indicates an expected call of UpdateClusterConfig.

func (*MockEKSServiceInterfaceMockRecorder) UpdateClusterVersion

func (mr *MockEKSServiceInterfaceMockRecorder) UpdateClusterVersion(input interface{}) *gomock.Call

UpdateClusterVersion indicates an expected call of UpdateClusterVersion.

func (*MockEKSServiceInterfaceMockRecorder) UpdateNodegroupConfig

func (mr *MockEKSServiceInterfaceMockRecorder) UpdateNodegroupConfig(input interface{}) *gomock.Call

UpdateNodegroupConfig indicates an expected call of UpdateNodegroupConfig.

func (*MockEKSServiceInterfaceMockRecorder) UpdateNodegroupVersion

func (mr *MockEKSServiceInterfaceMockRecorder) UpdateNodegroupVersion(input interface{}) *gomock.Call

UpdateNodegroupVersion indicates an expected call of UpdateNodegroupVersion.

type MockIAMServiceInterface

type MockIAMServiceInterface struct {
	// contains filtered or unexported fields
}

MockIAMServiceInterface is a mock of IAMServiceInterface interface.

func NewMockIAMServiceInterface

func NewMockIAMServiceInterface(ctrl *gomock.Controller) *MockIAMServiceInterface

NewMockIAMServiceInterface creates a new mock instance.

func (*MockIAMServiceInterface) CreateOIDCProvider added in v1.2.2

CreateOIDCProvider mocks base method.

func (*MockIAMServiceInterface) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIAMServiceInterface) GetRole

GetRole mocks base method.

func (*MockIAMServiceInterface) ListOIDCProviders added in v1.2.2

ListOIDCProviders mocks base method.

type MockIAMServiceInterfaceMockRecorder

type MockIAMServiceInterfaceMockRecorder struct {
	// contains filtered or unexported fields
}

MockIAMServiceInterfaceMockRecorder is the mock recorder for MockIAMServiceInterface.

func (*MockIAMServiceInterfaceMockRecorder) CreateOIDCProvider added in v1.2.2

func (mr *MockIAMServiceInterfaceMockRecorder) CreateOIDCProvider(input interface{}) *gomock.Call

CreateOIDCProvider indicates an expected call of CreateOIDCProvider.

func (*MockIAMServiceInterfaceMockRecorder) GetRole

func (mr *MockIAMServiceInterfaceMockRecorder) GetRole(input interface{}) *gomock.Call

GetRole indicates an expected call of GetRole.

func (*MockIAMServiceInterfaceMockRecorder) ListOIDCProviders added in v1.2.2

func (mr *MockIAMServiceInterfaceMockRecorder) ListOIDCProviders(input interface{}) *gomock.Call

ListOIDCProviders indicates an expected call of ListOIDCProviders.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL