github.com/aavshr/aws-sdk-go@v1.41.3/service/eks/doc.go (about) 1 // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. 2 3 // Package eks provides the client and types for making API 4 // requests to Amazon Elastic Kubernetes Service. 5 // 6 // Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that 7 // makes it easy for you to run Kubernetes on Amazon Web Services without needing 8 // to stand up or maintain your own Kubernetes control plane. Kubernetes is 9 // an open-source system for automating the deployment, scaling, and management 10 // of containerized applications. 11 // 12 // Amazon EKS runs up-to-date versions of the open-source Kubernetes software, 13 // so you can use all the existing plugins and tooling from the Kubernetes community. 14 // Applications running on Amazon EKS are fully compatible with applications 15 // running on any standard Kubernetes environment, whether running in on-premises 16 // data centers or public clouds. This means that you can easily migrate any 17 // standard Kubernetes application to Amazon EKS without any code modification 18 // required. 19 // 20 // See https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01 for more information on this service. 21 // 22 // See eks package documentation for more information. 23 // https://docs.aws.amazon.com/sdk-for-go/api/service/eks/ 24 // 25 // Using the Client 26 // 27 // To contact Amazon Elastic Kubernetes Service with the SDK use the New function to create 28 // a new service client. With that client you can make API requests to the service. 29 // These clients are safe to use concurrently. 30 // 31 // See the SDK's documentation for more information on how to use the SDK. 32 // https://docs.aws.amazon.com/sdk-for-go/api/ 33 // 34 // See aws.Config documentation for more information on configuring SDK clients. 35 // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config 36 // 37 // See the Amazon Elastic Kubernetes Service client EKS for more 38 // information on creating client for this service. 39 // https://docs.aws.amazon.com/sdk-for-go/api/service/eks/#New 40 package eks