Documentation ¶
Index ¶
- type Client
- type CreateClusterFuture
- type CreateFargateProfileFuture
- type CreateNodegroupFuture
- type DeleteClusterFuture
- type DeleteFargateProfileFuture
- type DeleteNodegroupFuture
- type DescribeClusterFuture
- type DescribeFargateProfileFuture
- type DescribeNodegroupFuture
- type DescribeUpdateFuture
- type ListClustersFuture
- type ListFargateProfilesFuture
- type ListNodegroupsFuture
- type ListTagsForResourceFuture
- type ListUpdatesFuture
- type TagResourceFuture
- type UntagResourceFuture
- type UpdateClusterConfigFuture
- type UpdateClusterVersionFuture
- type UpdateNodegroupConfigFuture
- type UpdateNodegroupVersionFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { CreateCluster(ctx workflow.Context, input *eks.CreateClusterInput) (*eks.CreateClusterOutput, error) CreateClusterAsync(ctx workflow.Context, input *eks.CreateClusterInput) *CreateClusterFuture CreateFargateProfile(ctx workflow.Context, input *eks.CreateFargateProfileInput) (*eks.CreateFargateProfileOutput, error) CreateFargateProfileAsync(ctx workflow.Context, input *eks.CreateFargateProfileInput) *CreateFargateProfileFuture CreateNodegroup(ctx workflow.Context, input *eks.CreateNodegroupInput) (*eks.CreateNodegroupOutput, error) CreateNodegroupAsync(ctx workflow.Context, input *eks.CreateNodegroupInput) *CreateNodegroupFuture DeleteCluster(ctx workflow.Context, input *eks.DeleteClusterInput) (*eks.DeleteClusterOutput, error) DeleteClusterAsync(ctx workflow.Context, input *eks.DeleteClusterInput) *DeleteClusterFuture DeleteFargateProfile(ctx workflow.Context, input *eks.DeleteFargateProfileInput) (*eks.DeleteFargateProfileOutput, error) DeleteFargateProfileAsync(ctx workflow.Context, input *eks.DeleteFargateProfileInput) *DeleteFargateProfileFuture DeleteNodegroup(ctx workflow.Context, input *eks.DeleteNodegroupInput) (*eks.DeleteNodegroupOutput, error) DeleteNodegroupAsync(ctx workflow.Context, input *eks.DeleteNodegroupInput) *DeleteNodegroupFuture DescribeCluster(ctx workflow.Context, input *eks.DescribeClusterInput) (*eks.DescribeClusterOutput, error) DescribeClusterAsync(ctx workflow.Context, input *eks.DescribeClusterInput) *DescribeClusterFuture DescribeFargateProfile(ctx workflow.Context, input *eks.DescribeFargateProfileInput) (*eks.DescribeFargateProfileOutput, error) DescribeFargateProfileAsync(ctx workflow.Context, input *eks.DescribeFargateProfileInput) *DescribeFargateProfileFuture DescribeNodegroup(ctx workflow.Context, input *eks.DescribeNodegroupInput) (*eks.DescribeNodegroupOutput, error) DescribeNodegroupAsync(ctx workflow.Context, input *eks.DescribeNodegroupInput) *DescribeNodegroupFuture DescribeUpdate(ctx workflow.Context, input *eks.DescribeUpdateInput) (*eks.DescribeUpdateOutput, error) DescribeUpdateAsync(ctx workflow.Context, input *eks.DescribeUpdateInput) *DescribeUpdateFuture ListClusters(ctx workflow.Context, input *eks.ListClustersInput) (*eks.ListClustersOutput, error) ListClustersAsync(ctx workflow.Context, input *eks.ListClustersInput) *ListClustersFuture ListFargateProfiles(ctx workflow.Context, input *eks.ListFargateProfilesInput) (*eks.ListFargateProfilesOutput, error) ListFargateProfilesAsync(ctx workflow.Context, input *eks.ListFargateProfilesInput) *ListFargateProfilesFuture ListNodegroups(ctx workflow.Context, input *eks.ListNodegroupsInput) (*eks.ListNodegroupsOutput, error) ListNodegroupsAsync(ctx workflow.Context, input *eks.ListNodegroupsInput) *ListNodegroupsFuture ListTagsForResource(ctx workflow.Context, input *eks.ListTagsForResourceInput) (*eks.ListTagsForResourceOutput, error) ListTagsForResourceAsync(ctx workflow.Context, input *eks.ListTagsForResourceInput) *ListTagsForResourceFuture ListUpdates(ctx workflow.Context, input *eks.ListUpdatesInput) (*eks.ListUpdatesOutput, error) ListUpdatesAsync(ctx workflow.Context, input *eks.ListUpdatesInput) *ListUpdatesFuture TagResource(ctx workflow.Context, input *eks.TagResourceInput) (*eks.TagResourceOutput, error) TagResourceAsync(ctx workflow.Context, input *eks.TagResourceInput) *TagResourceFuture UntagResource(ctx workflow.Context, input *eks.UntagResourceInput) (*eks.UntagResourceOutput, error) UntagResourceAsync(ctx workflow.Context, input *eks.UntagResourceInput) *UntagResourceFuture UpdateClusterConfig(ctx workflow.Context, input *eks.UpdateClusterConfigInput) (*eks.UpdateClusterConfigOutput, error) UpdateClusterConfigAsync(ctx workflow.Context, input *eks.UpdateClusterConfigInput) *UpdateClusterConfigFuture UpdateClusterVersion(ctx workflow.Context, input *eks.UpdateClusterVersionInput) (*eks.UpdateClusterVersionOutput, error) UpdateClusterVersionAsync(ctx workflow.Context, input *eks.UpdateClusterVersionInput) *UpdateClusterVersionFuture UpdateNodegroupConfig(ctx workflow.Context, input *eks.UpdateNodegroupConfigInput) (*eks.UpdateNodegroupConfigOutput, error) UpdateNodegroupConfigAsync(ctx workflow.Context, input *eks.UpdateNodegroupConfigInput) *UpdateNodegroupConfigFuture UpdateNodegroupVersion(ctx workflow.Context, input *eks.UpdateNodegroupVersionInput) (*eks.UpdateNodegroupVersionOutput, error) UpdateNodegroupVersionAsync(ctx workflow.Context, input *eks.UpdateNodegroupVersionInput) *UpdateNodegroupVersionFuture WaitUntilClusterActive(ctx workflow.Context, input *eks.DescribeClusterInput) error WaitUntilClusterActiveAsync(ctx workflow.Context, input *eks.DescribeClusterInput) *clients.VoidFuture WaitUntilClusterDeleted(ctx workflow.Context, input *eks.DescribeClusterInput) error WaitUntilClusterDeletedAsync(ctx workflow.Context, input *eks.DescribeClusterInput) *clients.VoidFuture WaitUntilNodegroupActive(ctx workflow.Context, input *eks.DescribeNodegroupInput) error WaitUntilNodegroupActiveAsync(ctx workflow.Context, input *eks.DescribeNodegroupInput) *clients.VoidFuture WaitUntilNodegroupDeleted(ctx workflow.Context, input *eks.DescribeNodegroupInput) error WaitUntilNodegroupDeletedAsync(ctx workflow.Context, input *eks.DescribeNodegroupInput) *clients.VoidFuture }
type CreateClusterFuture ¶
func (*CreateClusterFuture) Get ¶
func (r *CreateClusterFuture) Get(ctx workflow.Context) (*eks.CreateClusterOutput, error)
type CreateFargateProfileFuture ¶
type CreateFargateProfileFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateFargateProfileFuture) Get ¶
func (r *CreateFargateProfileFuture) Get(ctx workflow.Context) (*eks.CreateFargateProfileOutput, error)
type CreateNodegroupFuture ¶
type CreateNodegroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateNodegroupFuture) Get ¶
func (r *CreateNodegroupFuture) Get(ctx workflow.Context) (*eks.CreateNodegroupOutput, error)
type DeleteClusterFuture ¶
func (*DeleteClusterFuture) Get ¶
func (r *DeleteClusterFuture) Get(ctx workflow.Context) (*eks.DeleteClusterOutput, error)
type DeleteFargateProfileFuture ¶
type DeleteFargateProfileFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteFargateProfileFuture) Get ¶
func (r *DeleteFargateProfileFuture) Get(ctx workflow.Context) (*eks.DeleteFargateProfileOutput, error)
type DeleteNodegroupFuture ¶
type DeleteNodegroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteNodegroupFuture) Get ¶
func (r *DeleteNodegroupFuture) Get(ctx workflow.Context) (*eks.DeleteNodegroupOutput, error)
type DescribeClusterFuture ¶
type DescribeClusterFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeClusterFuture) Get ¶
func (r *DescribeClusterFuture) Get(ctx workflow.Context) (*eks.DescribeClusterOutput, error)
type DescribeFargateProfileFuture ¶
type DescribeFargateProfileFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeFargateProfileFuture) Get ¶
func (r *DescribeFargateProfileFuture) Get(ctx workflow.Context) (*eks.DescribeFargateProfileOutput, error)
type DescribeNodegroupFuture ¶
type DescribeNodegroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeNodegroupFuture) Get ¶
func (r *DescribeNodegroupFuture) Get(ctx workflow.Context) (*eks.DescribeNodegroupOutput, error)
type DescribeUpdateFuture ¶
func (*DescribeUpdateFuture) Get ¶
func (r *DescribeUpdateFuture) Get(ctx workflow.Context) (*eks.DescribeUpdateOutput, error)
type ListClustersFuture ¶
func (*ListClustersFuture) Get ¶
func (r *ListClustersFuture) Get(ctx workflow.Context) (*eks.ListClustersOutput, error)
type ListFargateProfilesFuture ¶
type ListFargateProfilesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListFargateProfilesFuture) Get ¶
func (r *ListFargateProfilesFuture) Get(ctx workflow.Context) (*eks.ListFargateProfilesOutput, error)
type ListNodegroupsFuture ¶
func (*ListNodegroupsFuture) Get ¶
func (r *ListNodegroupsFuture) Get(ctx workflow.Context) (*eks.ListNodegroupsOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*eks.ListTagsForResourceOutput, error)
type ListUpdatesFuture ¶
func (*ListUpdatesFuture) Get ¶
func (r *ListUpdatesFuture) Get(ctx workflow.Context) (*eks.ListUpdatesOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*eks.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*eks.UntagResourceOutput, error)
type UpdateClusterConfigFuture ¶
type UpdateClusterConfigFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateClusterConfigFuture) Get ¶
func (r *UpdateClusterConfigFuture) Get(ctx workflow.Context) (*eks.UpdateClusterConfigOutput, error)
type UpdateClusterVersionFuture ¶
type UpdateClusterVersionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateClusterVersionFuture) Get ¶
func (r *UpdateClusterVersionFuture) Get(ctx workflow.Context) (*eks.UpdateClusterVersionOutput, error)
type UpdateNodegroupConfigFuture ¶
type UpdateNodegroupConfigFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateNodegroupConfigFuture) Get ¶
func (r *UpdateNodegroupConfigFuture) Get(ctx workflow.Context) (*eks.UpdateNodegroupConfigOutput, error)
type UpdateNodegroupVersionFuture ¶
type UpdateNodegroupVersionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateNodegroupVersionFuture) Get ¶
func (r *UpdateNodegroupVersionFuture) Get(ctx workflow.Context) (*eks.UpdateNodegroupVersionOutput, error)
Click to show internal directories.
Click to hide internal directories.