mocks

package
v0.0.0-...-556d222 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type API

type API struct {
	mock.Mock
}

API is an autogenerated mock type for the API type

func NewAPI

func NewAPI(t mockConstructorTestingTNewAPI) *API

NewAPI creates a new instance of API. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*API) AssociateEncryptionConfig

func (_m *API) AssociateEncryptionConfig(_a0 *eks.AssociateEncryptionConfigInput) (*eks.AssociateEncryptionConfigOutput, error)

AssociateEncryptionConfig provides a mock function with given fields: _a0

func (*API) AssociateEncryptionConfigRequest

func (_m *API) AssociateEncryptionConfigRequest(_a0 *eks.AssociateEncryptionConfigInput) (*request.Request, *eks.AssociateEncryptionConfigOutput)

AssociateEncryptionConfigRequest provides a mock function with given fields: _a0

func (*API) AssociateEncryptionConfigWithContext

func (_m *API) AssociateEncryptionConfigWithContext(_a0 context.Context, _a1 *eks.AssociateEncryptionConfigInput, _a2 ...request.Option) (*eks.AssociateEncryptionConfigOutput, error)

AssociateEncryptionConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*API) AssociateIdentityProviderConfig

func (_m *API) AssociateIdentityProviderConfig(_a0 *eks.AssociateIdentityProviderConfigInput) (*eks.AssociateIdentityProviderConfigOutput, error)

AssociateIdentityProviderConfig provides a mock function with given fields: _a0

func (*API) AssociateIdentityProviderConfigRequest

func (_m *API) AssociateIdentityProviderConfigRequest(_a0 *eks.AssociateIdentityProviderConfigInput) (*request.Request, *eks.AssociateIdentityProviderConfigOutput)

AssociateIdentityProviderConfigRequest provides a mock function with given fields: _a0

func (*API) AssociateIdentityProviderConfigWithContext

func (_m *API) AssociateIdentityProviderConfigWithContext(_a0 context.Context, _a1 *eks.AssociateIdentityProviderConfigInput, _a2 ...request.Option) (*eks.AssociateIdentityProviderConfigOutput, error)

AssociateIdentityProviderConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*API) CreateAddon

func (_m *API) CreateAddon(_a0 *eks.CreateAddonInput) (*eks.CreateAddonOutput, error)

CreateAddon provides a mock function with given fields: _a0

func (*API) CreateAddonRequest

func (_m *API) CreateAddonRequest(_a0 *eks.CreateAddonInput) (*request.Request, *eks.CreateAddonOutput)

CreateAddonRequest provides a mock function with given fields: _a0

func (*API) CreateAddonWithContext

func (_m *API) CreateAddonWithContext(_a0 context.Context, _a1 *eks.CreateAddonInput, _a2 ...request.Option) (*eks.CreateAddonOutput, error)

CreateAddonWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*API) CreateCluster

func (_m *API) CreateCluster(_a0 *eks.CreateClusterInput) (*eks.CreateClusterOutput, error)

CreateCluster provides a mock function with given fields: _a0

func (*API) CreateClusterRequest

func (_m *API) CreateClusterRequest(_a0 *eks.CreateClusterInput) (*request.Request, *eks.CreateClusterOutput)

CreateClusterRequest provides a mock function with given fields: _a0

func (*API) CreateClusterWithContext

func (_m *API) CreateClusterWithContext(_a0 context.Context, _a1 *eks.CreateClusterInput, _a2 ...request.Option) (*eks.CreateClusterOutput, error)

CreateClusterWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*API) CreateFargateProfile

func (_m *API) CreateFargateProfile(_a0 *eks.CreateFargateProfileInput) (*eks.CreateFargateProfileOutput, error)

CreateFargateProfile provides a mock function with given fields: _a0

func (*API) CreateFargateProfileRequest

func (_m *API) CreateFargateProfileRequest(_a0 *eks.CreateFargateProfileInput) (*request.Request, *eks.CreateFargateProfileOutput)

CreateFargateProfileRequest provides a mock function with given fields: _a0

func (*API) CreateFargateProfileWithContext

func (_m *API) CreateFargateProfileWithContext(_a0 context.Context, _a1 *eks.CreateFargateProfileInput, _a2 ...request.Option) (*eks.CreateFargateProfileOutput, error)

CreateFargateProfileWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*API) CreateNodegroup

func (_m *API) CreateNodegroup(_a0 *eks.CreateNodegroupInput) (*eks.CreateNodegroupOutput, error)

CreateNodegroup provides a mock function with given fields: _a0

func (*API) CreateNodegroupRequest

func (_m *API) CreateNodegroupRequest(_a0 *eks.CreateNodegroupInput) (*request.Request, *eks.CreateNodegroupOutput)

CreateNodegroupRequest provides a mock function with given fields: _a0

func (*API) CreateNodegroupWithContext

func (_m *API) CreateNodegroupWithContext(_a0 context.Context, _a1 *eks.CreateNodegroupInput, _a2 ...request.Option) (*eks.CreateNodegroupOutput, error)

CreateNodegroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*API) DeleteAddon

func (_m *API) DeleteAddon(_a0 *eks.DeleteAddonInput) (*eks.DeleteAddonOutput, error)

DeleteAddon provides a mock function with given fields: _a0

func (*API) DeleteAddonRequest

func (_m *API) DeleteAddonRequest(_a0 *eks.DeleteAddonInput) (*request.Request, *eks.DeleteAddonOutput)

DeleteAddonRequest provides a mock function with given fields: _a0

func (*API) DeleteAddonWithContext

func (_m *API) DeleteAddonWithContext(_a0 context.Context, _a1 *eks.DeleteAddonInput, _a2 ...request.Option) (*eks.DeleteAddonOutput, error)

DeleteAddonWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*API) DeleteCluster

func (_m *API) DeleteCluster(_a0 *eks.DeleteClusterInput) (*eks.DeleteClusterOutput, error)

DeleteCluster provides a mock function with given fields: _a0

func (*API) DeleteClusterRequest

func (_m *API) DeleteClusterRequest(_a0 *eks.DeleteClusterInput) (*request.Request, *eks.DeleteClusterOutput)

DeleteClusterRequest provides a mock function with given fields: _a0

func (*API) DeleteClusterWithContext

func (_m *API) DeleteClusterWithContext(_a0 context.Context, _a1 *eks.DeleteClusterInput, _a2 ...request.Option) (*eks.DeleteClusterOutput, error)

DeleteClusterWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*API) DeleteFargateProfile

func (_m *API) DeleteFargateProfile(_a0 *eks.DeleteFargateProfileInput) (*eks.DeleteFargateProfileOutput, error)

DeleteFargateProfile provides a mock function with given fields: _a0

func (*API) DeleteFargateProfileRequest

func (_m *API) DeleteFargateProfileRequest(_a0 *eks.DeleteFargateProfileInput) (*request.Request, *eks.DeleteFargateProfileOutput)

DeleteFargateProfileRequest provides a mock function with given fields: _a0

func (*API) DeleteFargateProfileWithContext

func (_m *API) DeleteFargateProfileWithContext(_a0 context.Context, _a1 *eks.DeleteFargateProfileInput, _a2 ...request.Option) (*eks.DeleteFargateProfileOutput, error)

DeleteFargateProfileWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*API) DeleteNodegroup

func (_m *API) DeleteNodegroup(_a0 *eks.DeleteNodegroupInput) (*eks.DeleteNodegroupOutput, error)

DeleteNodegroup provides a mock function with given fields: _a0

func (*API) DeleteNodegroupRequest

func (_m *API) DeleteNodegroupRequest(_a0 *eks.DeleteNodegroupInput) (*request.Request, *eks.DeleteNodegroupOutput)

DeleteNodegroupRequest provides a mock function with given fields: _a0

func (*API) DeleteNodegroupWithContext

func (_m *API) DeleteNodegroupWithContext(_a0 context.Context, _a1 *eks.DeleteNodegroupInput, _a2 ...request.Option) (*eks.DeleteNodegroupOutput, error)

DeleteNodegroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*API) DeregisterCluster

func (_m *API) DeregisterCluster(_a0 *eks.DeregisterClusterInput) (*eks.DeregisterClusterOutput, error)

DeregisterCluster provides a mock function with given fields: _a0

func (*API) DeregisterClusterRequest

func (_m *API) DeregisterClusterRequest(_a0 *eks.DeregisterClusterInput) (*request.Request, *eks.DeregisterClusterOutput)

DeregisterClusterRequest provides a mock function with given fields: _a0

func (*API) DeregisterClusterWithContext

func (_m *API) DeregisterClusterWithContext(_a0 context.Context, _a1 *eks.DeregisterClusterInput, _a2 ...request.Option) (*eks.DeregisterClusterOutput, error)

DeregisterClusterWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*API) DescribeAddon

func (_m *API) DescribeAddon(_a0 *eks.DescribeAddonInput) (*eks.DescribeAddonOutput, error)

DescribeAddon provides a mock function with given fields: _a0

func (*API) DescribeAddonRequest

func (_m *API) DescribeAddonRequest(_a0 *eks.DescribeAddonInput) (*request.Request, *eks.DescribeAddonOutput)

DescribeAddonRequest provides a mock function with given fields: _a0

func (*API) DescribeAddonVersions

func (_m *API) DescribeAddonVersions(_a0 *eks.DescribeAddonVersionsInput) (*eks.DescribeAddonVersionsOutput, error)

DescribeAddonVersions provides a mock function with given fields: _a0

func (*API) DescribeAddonVersionsPages

func (_m *API) DescribeAddonVersionsPages(_a0 *eks.DescribeAddonVersionsInput, _a1 func(*eks.DescribeAddonVersionsOutput, bool) bool) error

DescribeAddonVersionsPages provides a mock function with given fields: _a0, _a1

func (*API) DescribeAddonVersionsPagesWithContext

func (_m *API) DescribeAddonVersionsPagesWithContext(_a0 context.Context, _a1 *eks.DescribeAddonVersionsInput, _a2 func(*eks.DescribeAddonVersionsOutput, bool) bool, _a3 ...request.Option) error

DescribeAddonVersionsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*API) DescribeAddonVersionsRequest

func (_m *API) DescribeAddonVersionsRequest(_a0 *eks.DescribeAddonVersionsInput) (*request.Request, *eks.DescribeAddonVersionsOutput)

DescribeAddonVersionsRequest provides a mock function with given fields: _a0

func (*API) DescribeAddonVersionsWithContext

func (_m *API) DescribeAddonVersionsWithContext(_a0 context.Context, _a1 *eks.DescribeAddonVersionsInput, _a2 ...request.Option) (*eks.DescribeAddonVersionsOutput, error)

DescribeAddonVersionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*API) DescribeAddonWithContext

func (_m *API) DescribeAddonWithContext(_a0 context.Context, _a1 *eks.DescribeAddonInput, _a2 ...request.Option) (*eks.DescribeAddonOutput, error)

DescribeAddonWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*API) DescribeCluster

func (_m *API) DescribeCluster(_a0 *eks.DescribeClusterInput) (*eks.DescribeClusterOutput, error)

DescribeCluster provides a mock function with given fields: _a0

func (*API) DescribeClusterRequest

func (_m *API) DescribeClusterRequest(_a0 *eks.DescribeClusterInput) (*request.Request, *eks.DescribeClusterOutput)

DescribeClusterRequest provides a mock function with given fields: _a0

func (*API) DescribeClusterWithContext

func (_m *API) DescribeClusterWithContext(_a0 context.Context, _a1 *eks.DescribeClusterInput, _a2 ...request.Option) (*eks.DescribeClusterOutput, error)

DescribeClusterWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*API) DescribeFargateProfile

func (_m *API) DescribeFargateProfile(_a0 *eks.DescribeFargateProfileInput) (*eks.DescribeFargateProfileOutput, error)

DescribeFargateProfile provides a mock function with given fields: _a0

func (*API) DescribeFargateProfileRequest

func (_m *API) DescribeFargateProfileRequest(_a0 *eks.DescribeFargateProfileInput) (*request.Request, *eks.DescribeFargateProfileOutput)

DescribeFargateProfileRequest provides a mock function with given fields: _a0

func (*API) DescribeFargateProfileWithContext

func (_m *API) DescribeFargateProfileWithContext(_a0 context.Context, _a1 *eks.DescribeFargateProfileInput, _a2 ...request.Option) (*eks.DescribeFargateProfileOutput, error)

DescribeFargateProfileWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*API) DescribeIdentityProviderConfig

func (_m *API) DescribeIdentityProviderConfig(_a0 *eks.DescribeIdentityProviderConfigInput) (*eks.DescribeIdentityProviderConfigOutput, error)

DescribeIdentityProviderConfig provides a mock function with given fields: _a0

func (*API) DescribeIdentityProviderConfigRequest

func (_m *API) DescribeIdentityProviderConfigRequest(_a0 *eks.DescribeIdentityProviderConfigInput) (*request.Request, *eks.DescribeIdentityProviderConfigOutput)

DescribeIdentityProviderConfigRequest provides a mock function with given fields: _a0

func (*API) DescribeIdentityProviderConfigWithContext

func (_m *API) DescribeIdentityProviderConfigWithContext(_a0 context.Context, _a1 *eks.DescribeIdentityProviderConfigInput, _a2 ...request.Option) (*eks.DescribeIdentityProviderConfigOutput, error)

DescribeIdentityProviderConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*API) DescribeNodegroup

func (_m *API) DescribeNodegroup(_a0 *eks.DescribeNodegroupInput) (*eks.DescribeNodegroupOutput, error)

DescribeNodegroup provides a mock function with given fields: _a0

func (*API) DescribeNodegroupRequest

func (_m *API) DescribeNodegroupRequest(_a0 *eks.DescribeNodegroupInput) (*request.Request, *eks.DescribeNodegroupOutput)

DescribeNodegroupRequest provides a mock function with given fields: _a0

func (*API) DescribeNodegroupWithContext

func (_m *API) DescribeNodegroupWithContext(_a0 context.Context, _a1 *eks.DescribeNodegroupInput, _a2 ...request.Option) (*eks.DescribeNodegroupOutput, error)

DescribeNodegroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*API) DescribeUpdate

func (_m *API) DescribeUpdate(_a0 *eks.DescribeUpdateInput) (*eks.DescribeUpdateOutput, error)

DescribeUpdate provides a mock function with given fields: _a0

func (*API) DescribeUpdateRequest

func (_m *API) DescribeUpdateRequest(_a0 *eks.DescribeUpdateInput) (*request.Request, *eks.DescribeUpdateOutput)

DescribeUpdateRequest provides a mock function with given fields: _a0

func (*API) DescribeUpdateWithContext

func (_m *API) DescribeUpdateWithContext(_a0 context.Context, _a1 *eks.DescribeUpdateInput, _a2 ...request.Option) (*eks.DescribeUpdateOutput, error)

DescribeUpdateWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*API) DisassociateIdentityProviderConfig

func (_m *API) DisassociateIdentityProviderConfig(_a0 *eks.DisassociateIdentityProviderConfigInput) (*eks.DisassociateIdentityProviderConfigOutput, error)

DisassociateIdentityProviderConfig provides a mock function with given fields: _a0

func (*API) DisassociateIdentityProviderConfigRequest

func (_m *API) DisassociateIdentityProviderConfigRequest(_a0 *eks.DisassociateIdentityProviderConfigInput) (*request.Request, *eks.DisassociateIdentityProviderConfigOutput)

DisassociateIdentityProviderConfigRequest provides a mock function with given fields: _a0

func (*API) DisassociateIdentityProviderConfigWithContext

func (_m *API) DisassociateIdentityProviderConfigWithContext(_a0 context.Context, _a1 *eks.DisassociateIdentityProviderConfigInput, _a2 ...request.Option) (*eks.DisassociateIdentityProviderConfigOutput, error)

DisassociateIdentityProviderConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*API) ListAddons

func (_m *API) ListAddons(_a0 *eks.ListAddonsInput) (*eks.ListAddonsOutput, error)

ListAddons provides a mock function with given fields: _a0

func (*API) ListAddonsPages

func (_m *API) ListAddonsPages(_a0 *eks.ListAddonsInput, _a1 func(*eks.ListAddonsOutput, bool) bool) error

ListAddonsPages provides a mock function with given fields: _a0, _a1

func (*API) ListAddonsPagesWithContext

func (_m *API) ListAddonsPagesWithContext(_a0 context.Context, _a1 *eks.ListAddonsInput, _a2 func(*eks.ListAddonsOutput, bool) bool, _a3 ...request.Option) error

ListAddonsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*API) ListAddonsRequest

func (_m *API) ListAddonsRequest(_a0 *eks.ListAddonsInput) (*request.Request, *eks.ListAddonsOutput)

ListAddonsRequest provides a mock function with given fields: _a0

func (*API) ListAddonsWithContext

func (_m *API) ListAddonsWithContext(_a0 context.Context, _a1 *eks.ListAddonsInput, _a2 ...request.Option) (*eks.ListAddonsOutput, error)

ListAddonsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*API) ListClusters

func (_m *API) ListClusters(_a0 *eks.ListClustersInput) (*eks.ListClustersOutput, error)

ListClusters provides a mock function with given fields: _a0

func (*API) ListClustersPages

func (_m *API) ListClustersPages(_a0 *eks.ListClustersInput, _a1 func(*eks.ListClustersOutput, bool) bool) error

ListClustersPages provides a mock function with given fields: _a0, _a1

func (*API) ListClustersPagesWithContext

func (_m *API) ListClustersPagesWithContext(_a0 context.Context, _a1 *eks.ListClustersInput, _a2 func(*eks.ListClustersOutput, bool) bool, _a3 ...request.Option) error

ListClustersPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*API) ListClustersRequest

func (_m *API) ListClustersRequest(_a0 *eks.ListClustersInput) (*request.Request, *eks.ListClustersOutput)

ListClustersRequest provides a mock function with given fields: _a0

func (*API) ListClustersWithContext

func (_m *API) ListClustersWithContext(_a0 context.Context, _a1 *eks.ListClustersInput, _a2 ...request.Option) (*eks.ListClustersOutput, error)

ListClustersWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*API) ListFargateProfiles

func (_m *API) ListFargateProfiles(_a0 *eks.ListFargateProfilesInput) (*eks.ListFargateProfilesOutput, error)

ListFargateProfiles provides a mock function with given fields: _a0

func (*API) ListFargateProfilesPages

func (_m *API) ListFargateProfilesPages(_a0 *eks.ListFargateProfilesInput, _a1 func(*eks.ListFargateProfilesOutput, bool) bool) error

ListFargateProfilesPages provides a mock function with given fields: _a0, _a1

func (*API) ListFargateProfilesPagesWithContext

func (_m *API) ListFargateProfilesPagesWithContext(_a0 context.Context, _a1 *eks.ListFargateProfilesInput, _a2 func(*eks.ListFargateProfilesOutput, bool) bool, _a3 ...request.Option) error

ListFargateProfilesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*API) ListFargateProfilesRequest

func (_m *API) ListFargateProfilesRequest(_a0 *eks.ListFargateProfilesInput) (*request.Request, *eks.ListFargateProfilesOutput)

ListFargateProfilesRequest provides a mock function with given fields: _a0

func (*API) ListFargateProfilesWithContext

func (_m *API) ListFargateProfilesWithContext(_a0 context.Context, _a1 *eks.ListFargateProfilesInput, _a2 ...request.Option) (*eks.ListFargateProfilesOutput, error)

ListFargateProfilesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*API) ListIdentityProviderConfigs

func (_m *API) ListIdentityProviderConfigs(_a0 *eks.ListIdentityProviderConfigsInput) (*eks.ListIdentityProviderConfigsOutput, error)

ListIdentityProviderConfigs provides a mock function with given fields: _a0

func (*API) ListIdentityProviderConfigsPages

func (_m *API) ListIdentityProviderConfigsPages(_a0 *eks.ListIdentityProviderConfigsInput, _a1 func(*eks.ListIdentityProviderConfigsOutput, bool) bool) error

ListIdentityProviderConfigsPages provides a mock function with given fields: _a0, _a1

func (*API) ListIdentityProviderConfigsPagesWithContext

func (_m *API) ListIdentityProviderConfigsPagesWithContext(_a0 context.Context, _a1 *eks.ListIdentityProviderConfigsInput, _a2 func(*eks.ListIdentityProviderConfigsOutput, bool) bool, _a3 ...request.Option) error

ListIdentityProviderConfigsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*API) ListIdentityProviderConfigsRequest

func (_m *API) ListIdentityProviderConfigsRequest(_a0 *eks.ListIdentityProviderConfigsInput) (*request.Request, *eks.ListIdentityProviderConfigsOutput)

ListIdentityProviderConfigsRequest provides a mock function with given fields: _a0

func (*API) ListIdentityProviderConfigsWithContext

func (_m *API) ListIdentityProviderConfigsWithContext(_a0 context.Context, _a1 *eks.ListIdentityProviderConfigsInput, _a2 ...request.Option) (*eks.ListIdentityProviderConfigsOutput, error)

ListIdentityProviderConfigsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*API) ListNodegroups

func (_m *API) ListNodegroups(_a0 *eks.ListNodegroupsInput) (*eks.ListNodegroupsOutput, error)

ListNodegroups provides a mock function with given fields: _a0

func (*API) ListNodegroupsPages

func (_m *API) ListNodegroupsPages(_a0 *eks.ListNodegroupsInput, _a1 func(*eks.ListNodegroupsOutput, bool) bool) error

ListNodegroupsPages provides a mock function with given fields: _a0, _a1

func (*API) ListNodegroupsPagesWithContext

func (_m *API) ListNodegroupsPagesWithContext(_a0 context.Context, _a1 *eks.ListNodegroupsInput, _a2 func(*eks.ListNodegroupsOutput, bool) bool, _a3 ...request.Option) error

ListNodegroupsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*API) ListNodegroupsRequest

func (_m *API) ListNodegroupsRequest(_a0 *eks.ListNodegroupsInput) (*request.Request, *eks.ListNodegroupsOutput)

ListNodegroupsRequest provides a mock function with given fields: _a0

func (*API) ListNodegroupsWithContext

func (_m *API) ListNodegroupsWithContext(_a0 context.Context, _a1 *eks.ListNodegroupsInput, _a2 ...request.Option) (*eks.ListNodegroupsOutput, error)

ListNodegroupsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*API) ListTagsForResource

func (_m *API) ListTagsForResource(_a0 *eks.ListTagsForResourceInput) (*eks.ListTagsForResourceOutput, error)

ListTagsForResource provides a mock function with given fields: _a0

func (*API) ListTagsForResourceRequest

func (_m *API) ListTagsForResourceRequest(_a0 *eks.ListTagsForResourceInput) (*request.Request, *eks.ListTagsForResourceOutput)

ListTagsForResourceRequest provides a mock function with given fields: _a0

func (*API) ListTagsForResourceWithContext

func (_m *API) ListTagsForResourceWithContext(_a0 context.Context, _a1 *eks.ListTagsForResourceInput, _a2 ...request.Option) (*eks.ListTagsForResourceOutput, error)

ListTagsForResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*API) ListUpdates

func (_m *API) ListUpdates(_a0 *eks.ListUpdatesInput) (*eks.ListUpdatesOutput, error)

ListUpdates provides a mock function with given fields: _a0

func (*API) ListUpdatesPages

func (_m *API) ListUpdatesPages(_a0 *eks.ListUpdatesInput, _a1 func(*eks.ListUpdatesOutput, bool) bool) error

ListUpdatesPages provides a mock function with given fields: _a0, _a1

func (*API) ListUpdatesPagesWithContext

func (_m *API) ListUpdatesPagesWithContext(_a0 context.Context, _a1 *eks.ListUpdatesInput, _a2 func(*eks.ListUpdatesOutput, bool) bool, _a3 ...request.Option) error

ListUpdatesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*API) ListUpdatesRequest

func (_m *API) ListUpdatesRequest(_a0 *eks.ListUpdatesInput) (*request.Request, *eks.ListUpdatesOutput)

ListUpdatesRequest provides a mock function with given fields: _a0

func (*API) ListUpdatesWithContext

func (_m *API) ListUpdatesWithContext(_a0 context.Context, _a1 *eks.ListUpdatesInput, _a2 ...request.Option) (*eks.ListUpdatesOutput, error)

ListUpdatesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*API) RegisterCluster

func (_m *API) RegisterCluster(_a0 *eks.RegisterClusterInput) (*eks.RegisterClusterOutput, error)

RegisterCluster provides a mock function with given fields: _a0

func (*API) RegisterClusterRequest

func (_m *API) RegisterClusterRequest(_a0 *eks.RegisterClusterInput) (*request.Request, *eks.RegisterClusterOutput)

RegisterClusterRequest provides a mock function with given fields: _a0

func (*API) RegisterClusterWithContext

func (_m *API) RegisterClusterWithContext(_a0 context.Context, _a1 *eks.RegisterClusterInput, _a2 ...request.Option) (*eks.RegisterClusterOutput, error)

RegisterClusterWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*API) TagResource

func (_m *API) TagResource(_a0 *eks.TagResourceInput) (*eks.TagResourceOutput, error)

TagResource provides a mock function with given fields: _a0

func (*API) TagResourceRequest

func (_m *API) TagResourceRequest(_a0 *eks.TagResourceInput) (*request.Request, *eks.TagResourceOutput)

TagResourceRequest provides a mock function with given fields: _a0

func (*API) TagResourceWithContext

func (_m *API) TagResourceWithContext(_a0 context.Context, _a1 *eks.TagResourceInput, _a2 ...request.Option) (*eks.TagResourceOutput, error)

TagResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*API) UntagResource

func (_m *API) UntagResource(_a0 *eks.UntagResourceInput) (*eks.UntagResourceOutput, error)

UntagResource provides a mock function with given fields: _a0

func (*API) UntagResourceRequest

func (_m *API) UntagResourceRequest(_a0 *eks.UntagResourceInput) (*request.Request, *eks.UntagResourceOutput)

UntagResourceRequest provides a mock function with given fields: _a0

func (*API) UntagResourceWithContext

func (_m *API) UntagResourceWithContext(_a0 context.Context, _a1 *eks.UntagResourceInput, _a2 ...request.Option) (*eks.UntagResourceOutput, error)

UntagResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*API) UpdateAddon

func (_m *API) UpdateAddon(_a0 *eks.UpdateAddonInput) (*eks.UpdateAddonOutput, error)

UpdateAddon provides a mock function with given fields: _a0

func (*API) UpdateAddonRequest

func (_m *API) UpdateAddonRequest(_a0 *eks.UpdateAddonInput) (*request.Request, *eks.UpdateAddonOutput)

UpdateAddonRequest provides a mock function with given fields: _a0

func (*API) UpdateAddonWithContext

func (_m *API) UpdateAddonWithContext(_a0 context.Context, _a1 *eks.UpdateAddonInput, _a2 ...request.Option) (*eks.UpdateAddonOutput, error)

UpdateAddonWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*API) UpdateClusterConfig

func (_m *API) UpdateClusterConfig(_a0 *eks.UpdateClusterConfigInput) (*eks.UpdateClusterConfigOutput, error)

UpdateClusterConfig provides a mock function with given fields: _a0

func (*API) UpdateClusterConfigRequest

func (_m *API) UpdateClusterConfigRequest(_a0 *eks.UpdateClusterConfigInput) (*request.Request, *eks.UpdateClusterConfigOutput)

UpdateClusterConfigRequest provides a mock function with given fields: _a0

func (*API) UpdateClusterConfigWithContext

func (_m *API) UpdateClusterConfigWithContext(_a0 context.Context, _a1 *eks.UpdateClusterConfigInput, _a2 ...request.Option) (*eks.UpdateClusterConfigOutput, error)

UpdateClusterConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*API) UpdateClusterVersion

func (_m *API) UpdateClusterVersion(_a0 *eks.UpdateClusterVersionInput) (*eks.UpdateClusterVersionOutput, error)

UpdateClusterVersion provides a mock function with given fields: _a0

func (*API) UpdateClusterVersionRequest

func (_m *API) UpdateClusterVersionRequest(_a0 *eks.UpdateClusterVersionInput) (*request.Request, *eks.UpdateClusterVersionOutput)

UpdateClusterVersionRequest provides a mock function with given fields: _a0

func (*API) UpdateClusterVersionWithContext

func (_m *API) UpdateClusterVersionWithContext(_a0 context.Context, _a1 *eks.UpdateClusterVersionInput, _a2 ...request.Option) (*eks.UpdateClusterVersionOutput, error)

UpdateClusterVersionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*API) UpdateNodegroupConfig

func (_m *API) UpdateNodegroupConfig(_a0 *eks.UpdateNodegroupConfigInput) (*eks.UpdateNodegroupConfigOutput, error)

UpdateNodegroupConfig provides a mock function with given fields: _a0

func (*API) UpdateNodegroupConfigRequest

func (_m *API) UpdateNodegroupConfigRequest(_a0 *eks.UpdateNodegroupConfigInput) (*request.Request, *eks.UpdateNodegroupConfigOutput)

UpdateNodegroupConfigRequest provides a mock function with given fields: _a0

func (*API) UpdateNodegroupConfigWithContext

func (_m *API) UpdateNodegroupConfigWithContext(_a0 context.Context, _a1 *eks.UpdateNodegroupConfigInput, _a2 ...request.Option) (*eks.UpdateNodegroupConfigOutput, error)

UpdateNodegroupConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*API) UpdateNodegroupVersion

func (_m *API) UpdateNodegroupVersion(_a0 *eks.UpdateNodegroupVersionInput) (*eks.UpdateNodegroupVersionOutput, error)

UpdateNodegroupVersion provides a mock function with given fields: _a0

func (*API) UpdateNodegroupVersionRequest

func (_m *API) UpdateNodegroupVersionRequest(_a0 *eks.UpdateNodegroupVersionInput) (*request.Request, *eks.UpdateNodegroupVersionOutput)

UpdateNodegroupVersionRequest provides a mock function with given fields: _a0

func (*API) UpdateNodegroupVersionWithContext

func (_m *API) UpdateNodegroupVersionWithContext(_a0 context.Context, _a1 *eks.UpdateNodegroupVersionInput, _a2 ...request.Option) (*eks.UpdateNodegroupVersionOutput, error)

UpdateNodegroupVersionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*API) WaitUntilAddonActive

func (_m *API) WaitUntilAddonActive(_a0 *eks.DescribeAddonInput) error

WaitUntilAddonActive provides a mock function with given fields: _a0

func (*API) WaitUntilAddonActiveWithContext

func (_m *API) WaitUntilAddonActiveWithContext(_a0 context.Context, _a1 *eks.DescribeAddonInput, _a2 ...request.WaiterOption) error

WaitUntilAddonActiveWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*API) WaitUntilAddonDeleted

func (_m *API) WaitUntilAddonDeleted(_a0 *eks.DescribeAddonInput) error

WaitUntilAddonDeleted provides a mock function with given fields: _a0

func (*API) WaitUntilAddonDeletedWithContext

func (_m *API) WaitUntilAddonDeletedWithContext(_a0 context.Context, _a1 *eks.DescribeAddonInput, _a2 ...request.WaiterOption) error

WaitUntilAddonDeletedWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*API) WaitUntilClusterActive

func (_m *API) WaitUntilClusterActive(_a0 *eks.DescribeClusterInput) error

WaitUntilClusterActive provides a mock function with given fields: _a0

func (*API) WaitUntilClusterActiveWithContext

func (_m *API) WaitUntilClusterActiveWithContext(_a0 context.Context, _a1 *eks.DescribeClusterInput, _a2 ...request.WaiterOption) error

WaitUntilClusterActiveWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*API) WaitUntilClusterDeleted

func (_m *API) WaitUntilClusterDeleted(_a0 *eks.DescribeClusterInput) error

WaitUntilClusterDeleted provides a mock function with given fields: _a0

func (*API) WaitUntilClusterDeletedWithContext

func (_m *API) WaitUntilClusterDeletedWithContext(_a0 context.Context, _a1 *eks.DescribeClusterInput, _a2 ...request.WaiterOption) error

WaitUntilClusterDeletedWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*API) WaitUntilFargateProfileActive

func (_m *API) WaitUntilFargateProfileActive(_a0 *eks.DescribeFargateProfileInput) error

WaitUntilFargateProfileActive provides a mock function with given fields: _a0

func (*API) WaitUntilFargateProfileActiveWithContext

func (_m *API) WaitUntilFargateProfileActiveWithContext(_a0 context.Context, _a1 *eks.DescribeFargateProfileInput, _a2 ...request.WaiterOption) error

WaitUntilFargateProfileActiveWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*API) WaitUntilFargateProfileDeleted

func (_m *API) WaitUntilFargateProfileDeleted(_a0 *eks.DescribeFargateProfileInput) error

WaitUntilFargateProfileDeleted provides a mock function with given fields: _a0

func (*API) WaitUntilFargateProfileDeletedWithContext

func (_m *API) WaitUntilFargateProfileDeletedWithContext(_a0 context.Context, _a1 *eks.DescribeFargateProfileInput, _a2 ...request.WaiterOption) error

WaitUntilFargateProfileDeletedWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*API) WaitUntilNodegroupActive

func (_m *API) WaitUntilNodegroupActive(_a0 *eks.DescribeNodegroupInput) error

WaitUntilNodegroupActive provides a mock function with given fields: _a0

func (*API) WaitUntilNodegroupActiveWithContext

func (_m *API) WaitUntilNodegroupActiveWithContext(_a0 context.Context, _a1 *eks.DescribeNodegroupInput, _a2 ...request.WaiterOption) error

WaitUntilNodegroupActiveWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*API) WaitUntilNodegroupDeleted

func (_m *API) WaitUntilNodegroupDeleted(_a0 *eks.DescribeNodegroupInput) error

WaitUntilNodegroupDeleted provides a mock function with given fields: _a0

func (*API) WaitUntilNodegroupDeletedWithContext

func (_m *API) WaitUntilNodegroupDeletedWithContext(_a0 context.Context, _a1 *eks.DescribeNodegroupInput, _a2 ...request.WaiterOption) error

WaitUntilNodegroupDeletedWithContext provides a mock function with given fields: _a0, _a1, _a2

Jump to

Keyboard shortcuts

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