doc.go 2.0 KB

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