eksdouble

package
v0.0.0-...-8548fdf Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2020 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Code generated by go awsdoublegen; DO NOT EDIT. This file was generated at 2020-01-29T21:22:05+11:00 For SDKVersion 1.28.13 Package eksdouble contains test double implementation of eksiface.EKSAPI

Package eksdouble provides a TestDouble implementation of eksiface.EKSAPI

Code generated by go awsdoublegen; DO NOT EDIT. This file was generated at 2020-01-29T21:22:05+11:00

Code generated by go awsdoublegen; DO NOT EDIT. This file was generated at 2020-01-29T21:22:05+11:00

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EKSDouble

type EKSDouble struct {
	eksiface.EKSAPI
	*awsdouble.AWSTestDouble
}

EKSDouble is TestDouble for eksiface.EKSAPI

func NewDouble

func NewDouble(t godouble.T, configurators ...func(*awsdouble.AWSTestDouble)) *EKSDouble

Constructor for EKSDouble Default configuration will ensure

  • API operations not explicitly stubbed will return an empty output struct pointer, and nil error. To simulate long polling, "Poll" operations will return these values after a random delay of up to 100ms.

  • WithContext methods implement a 'Fake' method that returns a cancellation error if the context is cancelled before the method is called.

  • Pages and PagesWithContext methods similarly implement a 'Fake' method that paginates over the underlying method.

    This allows tests to only stub the simple api methods and be generally unconcerned whether the SUT is using the Context or Pagination forms of the API.

func (*EKSDouble) CreateCluster

func (d *EKSDouble) CreateCluster(i0 *eks.CreateClusterInput) (r0 *eks.CreateClusterOutput, r1 error)

func (*EKSDouble) CreateClusterRequest

func (d *EKSDouble) CreateClusterRequest(i0 *eks.CreateClusterInput) (r0 *request.Request, r1 *eks.CreateClusterOutput)

func (*EKSDouble) CreateClusterWithContext

func (d *EKSDouble) CreateClusterWithContext(i0 context.Context, i1 *eks.CreateClusterInput, i2 ...request.Option) (r0 *eks.CreateClusterOutput, r1 error)

func (*EKSDouble) CreateFargateProfile

func (d *EKSDouble) CreateFargateProfile(i0 *eks.CreateFargateProfileInput) (r0 *eks.CreateFargateProfileOutput, r1 error)

func (*EKSDouble) CreateFargateProfileRequest

func (d *EKSDouble) CreateFargateProfileRequest(i0 *eks.CreateFargateProfileInput) (r0 *request.Request, r1 *eks.CreateFargateProfileOutput)

func (*EKSDouble) CreateFargateProfileWithContext

func (d *EKSDouble) CreateFargateProfileWithContext(i0 context.Context, i1 *eks.CreateFargateProfileInput, i2 ...request.Option) (r0 *eks.CreateFargateProfileOutput, r1 error)

func (*EKSDouble) CreateNodegroup

func (d *EKSDouble) CreateNodegroup(i0 *eks.CreateNodegroupInput) (r0 *eks.CreateNodegroupOutput, r1 error)

func (*EKSDouble) CreateNodegroupRequest

func (d *EKSDouble) CreateNodegroupRequest(i0 *eks.CreateNodegroupInput) (r0 *request.Request, r1 *eks.CreateNodegroupOutput)

func (*EKSDouble) CreateNodegroupWithContext

func (d *EKSDouble) CreateNodegroupWithContext(i0 context.Context, i1 *eks.CreateNodegroupInput, i2 ...request.Option) (r0 *eks.CreateNodegroupOutput, r1 error)

func (*EKSDouble) DeleteCluster

func (d *EKSDouble) DeleteCluster(i0 *eks.DeleteClusterInput) (r0 *eks.DeleteClusterOutput, r1 error)

func (*EKSDouble) DeleteClusterRequest

func (d *EKSDouble) DeleteClusterRequest(i0 *eks.DeleteClusterInput) (r0 *request.Request, r1 *eks.DeleteClusterOutput)

func (*EKSDouble) DeleteClusterWithContext

func (d *EKSDouble) DeleteClusterWithContext(i0 context.Context, i1 *eks.DeleteClusterInput, i2 ...request.Option) (r0 *eks.DeleteClusterOutput, r1 error)

func (*EKSDouble) DeleteFargateProfile

func (d *EKSDouble) DeleteFargateProfile(i0 *eks.DeleteFargateProfileInput) (r0 *eks.DeleteFargateProfileOutput, r1 error)

func (*EKSDouble) DeleteFargateProfileRequest

func (d *EKSDouble) DeleteFargateProfileRequest(i0 *eks.DeleteFargateProfileInput) (r0 *request.Request, r1 *eks.DeleteFargateProfileOutput)

func (*EKSDouble) DeleteFargateProfileWithContext

func (d *EKSDouble) DeleteFargateProfileWithContext(i0 context.Context, i1 *eks.DeleteFargateProfileInput, i2 ...request.Option) (r0 *eks.DeleteFargateProfileOutput, r1 error)

func (*EKSDouble) DeleteNodegroup

func (d *EKSDouble) DeleteNodegroup(i0 *eks.DeleteNodegroupInput) (r0 *eks.DeleteNodegroupOutput, r1 error)

func (*EKSDouble) DeleteNodegroupRequest

func (d *EKSDouble) DeleteNodegroupRequest(i0 *eks.DeleteNodegroupInput) (r0 *request.Request, r1 *eks.DeleteNodegroupOutput)

func (*EKSDouble) DeleteNodegroupWithContext

func (d *EKSDouble) DeleteNodegroupWithContext(i0 context.Context, i1 *eks.DeleteNodegroupInput, i2 ...request.Option) (r0 *eks.DeleteNodegroupOutput, r1 error)

func (*EKSDouble) DescribeCluster

func (d *EKSDouble) DescribeCluster(i0 *eks.DescribeClusterInput) (r0 *eks.DescribeClusterOutput, r1 error)

func (*EKSDouble) DescribeClusterRequest

func (d *EKSDouble) DescribeClusterRequest(i0 *eks.DescribeClusterInput) (r0 *request.Request, r1 *eks.DescribeClusterOutput)

func (*EKSDouble) DescribeClusterWithContext

func (d *EKSDouble) DescribeClusterWithContext(i0 context.Context, i1 *eks.DescribeClusterInput, i2 ...request.Option) (r0 *eks.DescribeClusterOutput, r1 error)

func (*EKSDouble) DescribeFargateProfile

func (d *EKSDouble) DescribeFargateProfile(i0 *eks.DescribeFargateProfileInput) (r0 *eks.DescribeFargateProfileOutput, r1 error)

func (*EKSDouble) DescribeFargateProfileRequest

func (d *EKSDouble) DescribeFargateProfileRequest(i0 *eks.DescribeFargateProfileInput) (r0 *request.Request, r1 *eks.DescribeFargateProfileOutput)

func (*EKSDouble) DescribeFargateProfileWithContext

func (d *EKSDouble) DescribeFargateProfileWithContext(i0 context.Context, i1 *eks.DescribeFargateProfileInput, i2 ...request.Option) (r0 *eks.DescribeFargateProfileOutput, r1 error)

func (*EKSDouble) DescribeNodegroup

func (d *EKSDouble) DescribeNodegroup(i0 *eks.DescribeNodegroupInput) (r0 *eks.DescribeNodegroupOutput, r1 error)

func (*EKSDouble) DescribeNodegroupRequest

func (d *EKSDouble) DescribeNodegroupRequest(i0 *eks.DescribeNodegroupInput) (r0 *request.Request, r1 *eks.DescribeNodegroupOutput)

func (*EKSDouble) DescribeNodegroupWithContext

func (d *EKSDouble) DescribeNodegroupWithContext(i0 context.Context, i1 *eks.DescribeNodegroupInput, i2 ...request.Option) (r0 *eks.DescribeNodegroupOutput, r1 error)

func (*EKSDouble) DescribeUpdate

func (d *EKSDouble) DescribeUpdate(i0 *eks.DescribeUpdateInput) (r0 *eks.DescribeUpdateOutput, r1 error)

func (*EKSDouble) DescribeUpdateRequest

func (d *EKSDouble) DescribeUpdateRequest(i0 *eks.DescribeUpdateInput) (r0 *request.Request, r1 *eks.DescribeUpdateOutput)

func (*EKSDouble) DescribeUpdateWithContext

func (d *EKSDouble) DescribeUpdateWithContext(i0 context.Context, i1 *eks.DescribeUpdateInput, i2 ...request.Option) (r0 *eks.DescribeUpdateOutput, r1 error)

func (*EKSDouble) ListClusters

func (d *EKSDouble) ListClusters(i0 *eks.ListClustersInput) (r0 *eks.ListClustersOutput, r1 error)

func (*EKSDouble) ListClustersPages

func (d *EKSDouble) ListClustersPages(i0 *eks.ListClustersInput, i1 func(*eks.ListClustersOutput, bool) bool) (r0 error)

func (*EKSDouble) ListClustersPagesWithContext

func (d *EKSDouble) ListClustersPagesWithContext(i0 context.Context, i1 *eks.ListClustersInput, i2 func(*eks.ListClustersOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*EKSDouble) ListClustersRequest

func (d *EKSDouble) ListClustersRequest(i0 *eks.ListClustersInput) (r0 *request.Request, r1 *eks.ListClustersOutput)

func (*EKSDouble) ListClustersWithContext

func (d *EKSDouble) ListClustersWithContext(i0 context.Context, i1 *eks.ListClustersInput, i2 ...request.Option) (r0 *eks.ListClustersOutput, r1 error)

func (*EKSDouble) ListFargateProfiles

func (d *EKSDouble) ListFargateProfiles(i0 *eks.ListFargateProfilesInput) (r0 *eks.ListFargateProfilesOutput, r1 error)

func (*EKSDouble) ListFargateProfilesPages

func (d *EKSDouble) ListFargateProfilesPages(i0 *eks.ListFargateProfilesInput, i1 func(*eks.ListFargateProfilesOutput, bool) bool) (r0 error)

func (*EKSDouble) ListFargateProfilesPagesWithContext

func (d *EKSDouble) ListFargateProfilesPagesWithContext(i0 context.Context, i1 *eks.ListFargateProfilesInput, i2 func(*eks.ListFargateProfilesOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*EKSDouble) ListFargateProfilesRequest

func (d *EKSDouble) ListFargateProfilesRequest(i0 *eks.ListFargateProfilesInput) (r0 *request.Request, r1 *eks.ListFargateProfilesOutput)

func (*EKSDouble) ListFargateProfilesWithContext

func (d *EKSDouble) ListFargateProfilesWithContext(i0 context.Context, i1 *eks.ListFargateProfilesInput, i2 ...request.Option) (r0 *eks.ListFargateProfilesOutput, r1 error)

func (*EKSDouble) ListNodegroups

func (d *EKSDouble) ListNodegroups(i0 *eks.ListNodegroupsInput) (r0 *eks.ListNodegroupsOutput, r1 error)

func (*EKSDouble) ListNodegroupsPages

func (d *EKSDouble) ListNodegroupsPages(i0 *eks.ListNodegroupsInput, i1 func(*eks.ListNodegroupsOutput, bool) bool) (r0 error)

func (*EKSDouble) ListNodegroupsPagesWithContext

func (d *EKSDouble) ListNodegroupsPagesWithContext(i0 context.Context, i1 *eks.ListNodegroupsInput, i2 func(*eks.ListNodegroupsOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*EKSDouble) ListNodegroupsRequest

func (d *EKSDouble) ListNodegroupsRequest(i0 *eks.ListNodegroupsInput) (r0 *request.Request, r1 *eks.ListNodegroupsOutput)

func (*EKSDouble) ListNodegroupsWithContext

func (d *EKSDouble) ListNodegroupsWithContext(i0 context.Context, i1 *eks.ListNodegroupsInput, i2 ...request.Option) (r0 *eks.ListNodegroupsOutput, r1 error)

func (*EKSDouble) ListTagsForResource

func (d *EKSDouble) ListTagsForResource(i0 *eks.ListTagsForResourceInput) (r0 *eks.ListTagsForResourceOutput, r1 error)

func (*EKSDouble) ListTagsForResourceRequest

func (d *EKSDouble) ListTagsForResourceRequest(i0 *eks.ListTagsForResourceInput) (r0 *request.Request, r1 *eks.ListTagsForResourceOutput)

func (*EKSDouble) ListTagsForResourceWithContext

func (d *EKSDouble) ListTagsForResourceWithContext(i0 context.Context, i1 *eks.ListTagsForResourceInput, i2 ...request.Option) (r0 *eks.ListTagsForResourceOutput, r1 error)

func (*EKSDouble) ListUpdates

func (d *EKSDouble) ListUpdates(i0 *eks.ListUpdatesInput) (r0 *eks.ListUpdatesOutput, r1 error)

func (*EKSDouble) ListUpdatesPages

func (d *EKSDouble) ListUpdatesPages(i0 *eks.ListUpdatesInput, i1 func(*eks.ListUpdatesOutput, bool) bool) (r0 error)

func (*EKSDouble) ListUpdatesPagesWithContext

func (d *EKSDouble) ListUpdatesPagesWithContext(i0 context.Context, i1 *eks.ListUpdatesInput, i2 func(*eks.ListUpdatesOutput, bool) bool, i3 ...request.Option) (r0 error)

func (*EKSDouble) ListUpdatesRequest

func (d *EKSDouble) ListUpdatesRequest(i0 *eks.ListUpdatesInput) (r0 *request.Request, r1 *eks.ListUpdatesOutput)

func (*EKSDouble) ListUpdatesWithContext

func (d *EKSDouble) ListUpdatesWithContext(i0 context.Context, i1 *eks.ListUpdatesInput, i2 ...request.Option) (r0 *eks.ListUpdatesOutput, r1 error)

func (*EKSDouble) TagResource

func (d *EKSDouble) TagResource(i0 *eks.TagResourceInput) (r0 *eks.TagResourceOutput, r1 error)

func (*EKSDouble) TagResourceRequest

func (d *EKSDouble) TagResourceRequest(i0 *eks.TagResourceInput) (r0 *request.Request, r1 *eks.TagResourceOutput)

func (*EKSDouble) TagResourceWithContext

func (d *EKSDouble) TagResourceWithContext(i0 context.Context, i1 *eks.TagResourceInput, i2 ...request.Option) (r0 *eks.TagResourceOutput, r1 error)

func (*EKSDouble) UntagResource

func (d *EKSDouble) UntagResource(i0 *eks.UntagResourceInput) (r0 *eks.UntagResourceOutput, r1 error)

func (*EKSDouble) UntagResourceRequest

func (d *EKSDouble) UntagResourceRequest(i0 *eks.UntagResourceInput) (r0 *request.Request, r1 *eks.UntagResourceOutput)

func (*EKSDouble) UntagResourceWithContext

func (d *EKSDouble) UntagResourceWithContext(i0 context.Context, i1 *eks.UntagResourceInput, i2 ...request.Option) (r0 *eks.UntagResourceOutput, r1 error)

func (*EKSDouble) UpdateClusterConfig

func (d *EKSDouble) UpdateClusterConfig(i0 *eks.UpdateClusterConfigInput) (r0 *eks.UpdateClusterConfigOutput, r1 error)

func (*EKSDouble) UpdateClusterConfigRequest

func (d *EKSDouble) UpdateClusterConfigRequest(i0 *eks.UpdateClusterConfigInput) (r0 *request.Request, r1 *eks.UpdateClusterConfigOutput)

func (*EKSDouble) UpdateClusterConfigWithContext

func (d *EKSDouble) UpdateClusterConfigWithContext(i0 context.Context, i1 *eks.UpdateClusterConfigInput, i2 ...request.Option) (r0 *eks.UpdateClusterConfigOutput, r1 error)

func (*EKSDouble) UpdateClusterVersion

func (d *EKSDouble) UpdateClusterVersion(i0 *eks.UpdateClusterVersionInput) (r0 *eks.UpdateClusterVersionOutput, r1 error)

func (*EKSDouble) UpdateClusterVersionRequest

func (d *EKSDouble) UpdateClusterVersionRequest(i0 *eks.UpdateClusterVersionInput) (r0 *request.Request, r1 *eks.UpdateClusterVersionOutput)

func (*EKSDouble) UpdateClusterVersionWithContext

func (d *EKSDouble) UpdateClusterVersionWithContext(i0 context.Context, i1 *eks.UpdateClusterVersionInput, i2 ...request.Option) (r0 *eks.UpdateClusterVersionOutput, r1 error)

func (*EKSDouble) UpdateNodegroupConfig

func (d *EKSDouble) UpdateNodegroupConfig(i0 *eks.UpdateNodegroupConfigInput) (r0 *eks.UpdateNodegroupConfigOutput, r1 error)

func (*EKSDouble) UpdateNodegroupConfigRequest

func (d *EKSDouble) UpdateNodegroupConfigRequest(i0 *eks.UpdateNodegroupConfigInput) (r0 *request.Request, r1 *eks.UpdateNodegroupConfigOutput)

func (*EKSDouble) UpdateNodegroupConfigWithContext

func (d *EKSDouble) UpdateNodegroupConfigWithContext(i0 context.Context, i1 *eks.UpdateNodegroupConfigInput, i2 ...request.Option) (r0 *eks.UpdateNodegroupConfigOutput, r1 error)

func (*EKSDouble) UpdateNodegroupVersion

func (d *EKSDouble) UpdateNodegroupVersion(i0 *eks.UpdateNodegroupVersionInput) (r0 *eks.UpdateNodegroupVersionOutput, r1 error)

func (*EKSDouble) UpdateNodegroupVersionRequest

func (d *EKSDouble) UpdateNodegroupVersionRequest(i0 *eks.UpdateNodegroupVersionInput) (r0 *request.Request, r1 *eks.UpdateNodegroupVersionOutput)

func (*EKSDouble) UpdateNodegroupVersionWithContext

func (d *EKSDouble) UpdateNodegroupVersionWithContext(i0 context.Context, i1 *eks.UpdateNodegroupVersionInput, i2 ...request.Option) (r0 *eks.UpdateNodegroupVersionOutput, r1 error)

func (*EKSDouble) WaitUntilClusterActive

func (d *EKSDouble) WaitUntilClusterActive(i0 *eks.DescribeClusterInput) (r0 error)

func (*EKSDouble) WaitUntilClusterActiveWithContext

func (d *EKSDouble) WaitUntilClusterActiveWithContext(i0 context.Context, i1 *eks.DescribeClusterInput, i2 ...request.WaiterOption) (r0 error)

func (*EKSDouble) WaitUntilClusterDeleted

func (d *EKSDouble) WaitUntilClusterDeleted(i0 *eks.DescribeClusterInput) (r0 error)

func (*EKSDouble) WaitUntilClusterDeletedWithContext

func (d *EKSDouble) WaitUntilClusterDeletedWithContext(i0 context.Context, i1 *eks.DescribeClusterInput, i2 ...request.WaiterOption) (r0 error)

func (*EKSDouble) WaitUntilNodegroupActive

func (d *EKSDouble) WaitUntilNodegroupActive(i0 *eks.DescribeNodegroupInput) (r0 error)

func (*EKSDouble) WaitUntilNodegroupActiveWithContext

func (d *EKSDouble) WaitUntilNodegroupActiveWithContext(i0 context.Context, i1 *eks.DescribeNodegroupInput, i2 ...request.WaiterOption) (r0 error)

func (*EKSDouble) WaitUntilNodegroupDeleted

func (d *EKSDouble) WaitUntilNodegroupDeleted(i0 *eks.DescribeNodegroupInput) (r0 error)

func (*EKSDouble) WaitUntilNodegroupDeletedWithContext

func (d *EKSDouble) WaitUntilNodegroupDeletedWithContext(i0 context.Context, i1 *eks.DescribeNodegroupInput, i2 ...request.WaiterOption) (r0 error)

Jump to

Keyboard shortcuts

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