Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type API ¶
type API interface { ListClustersPagesWithContext(context.Context, *eks.ListClustersInput, func(*eks.ListClustersOutput, bool) bool, ...request.Option) error ListNodegroupsPagesWithContext(context.Context, *eks.ListNodegroupsInput, func(*eks.ListNodegroupsOutput, bool) bool, ...request.Option) error ListFargateProfilesPagesWithContext(context.Context, *eks.ListFargateProfilesInput, func(*eks.ListFargateProfilesOutput, bool) bool, ...request.Option) error DescribeClusterWithContext(context.Context, *eks.DescribeClusterInput, ...request.Option) (*eks.DescribeClusterOutput, error) DescribeNodegroupWithContext(context.Context, *eks.DescribeNodegroupInput, ...request.Option) (*eks.DescribeNodegroupOutput, error) DescribeFargateProfileWithContext(context.Context, *eks.DescribeFargateProfileInput, ...request.Option) (*eks.DescribeFargateProfileOutput, error) }
API documents the subset of AWS API we actually call
type DescribeCluster ¶
type DescribeCluster struct {
API
}
type DescribeClusterOutput ¶
type DescribeClusterOutput struct {
*eks.DescribeClusterOutput
}
func (*DescribeClusterOutput) Records ¶
func (o *DescribeClusterOutput) Records() (records []*api.Record)
type DescribeFargateProfile ¶
type DescribeFargateProfile struct {
API
}
type DescribeFargateProfileOutput ¶
type DescribeFargateProfileOutput struct {
*eks.DescribeFargateProfileOutput
}
func (*DescribeFargateProfileOutput) Records ¶
func (o *DescribeFargateProfileOutput) Records() (records []*api.Record)
type DescribeNodegroup ¶
type DescribeNodegroup struct {
API
}
type DescribeNodegroupOutput ¶
type DescribeNodegroupOutput struct {
*eks.DescribeNodegroupOutput
}
func (*DescribeNodegroupOutput) Records ¶
func (o *DescribeNodegroupOutput) Records() (records []*api.Record)
Click to show internal directories.
Click to hide internal directories.