Registry / cloud / aws-aws-sdk-go-v2-service-eks

aws-aws-sdk-go-v2-service-eks

JSON →
library1.53.0gogounverified

Provides the API client, operations, and parameter types for Amazon Elastic Kubernetes Service (EKS).

go get github.com/aws/aws-sdk-go-v2/service/eks
INSTALL
IMPORT
SIG · AWS-AWS-SDK-GO-V2-
A
aws-aws-sdk-go-v2-service-eks
cloudgov1.53.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

eks
github.com/aws/aws-sdk-go-v2/service/eks

Creates an EKS client and lists clusters.

package main import ( "context" "fmt" "github.com/aws/aws-sdk-go-v2/service/eks" ) func main() { client := eks.NewFromConfig(cfg) clusters, err := client.ListClusters(context.TODO(), &eks.ListClustersInput{}) if err != nil { panic(err) } fmt.Println(clusters.Clusters) }
Debug
Known issues
breakingRequires AWS SDK v2 configuration; not compatible with v1.
fix
Use the v2 config loader (aws.Config) and ensure you have the correct credentials.
affects: >=1.0.0
Upgrade
Version history
1.53.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
20
Resources
aws-aws-sdk-go-v2-service-eks — go get aws-aws-sdk-go-v2-service-eks · libregistry