String data
The base64 encoded certificate data required to communicate with your cluster. Add this to the
certificate-authority-data section of the kubeconfig file for your cluster.
String clusterName
The Amazon EKS cluster associated with the exception.
String name
The name of the cluster.
String arn
The Amazon Resource Name (ARN) of the cluster.
Date createdAt
The Unix epoch time stamp in seconds for when the cluster was created.
String version
The Kubernetes server version for the cluster.
String endpoint
The endpoint for your Kubernetes API server.
String roleArn
The Amazon Resource Name (ARN) of the IAM role that provides permissions for the Kubernetes control plane to make calls to AWS API operations on your behalf.
VpcConfigResponse resourcesVpcConfig
The VPC subnets and security groups used by the cluster control plane. Amazon EKS VPC resources have specific requirements to work properly with Kubernetes. For more information, see Cluster VPC Considerations and Cluster Security Group Considerations in the Amazon EKS User Guide.
String status
The current status of the cluster.
Certificate certificateAuthority
The certificate-authority-data for your cluster.
String clientRequestToken
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
String platformVersion
The platform version of your Amazon EKS cluster. For more information, see Platform Versions in the Amazon EKS User Guide .
String name
The unique name to give to your cluster.
String version
The desired Kubernetes version for your cluster. If you do not specify a value here, the latest version available in Amazon EKS is used.
String roleArn
The Amazon Resource Name (ARN) of the IAM role that provides permissions for Amazon EKS to make calls to other AWS API operations on your behalf. For more information, see Amazon EKS Service IAM Role in the Amazon EKS User Guide .
VpcConfigRequest resourcesVpcConfig
The VPC subnets and security groups used by the cluster control plane. Amazon EKS VPC resources have specific requirements to work properly with Kubernetes. For more information, see Cluster VPC Considerations and Cluster Security Group Considerations in the Amazon EKS User Guide. You must specify at least two subnets. You may specify up to 5 security groups, but we recommend that you use a dedicated security group for your cluster control plane.
String clientRequestToken
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
Cluster cluster
The full description of your new cluster.
String name
The name of the cluster to delete.
Cluster cluster
The full description of the cluster to delete.
String name
The name of the cluster to describe.
Cluster cluster
The full description of your specified cluster.
String clusterName
The Amazon EKS cluster associated with the exception.
Integer maxResults
The maximum number of cluster results returned by ListClusters in paginated output. When this
parameter is used, ListClusters only returns maxResults results in a single page along
with a nextToken response element. The remaining results of the initial request can be seen by
sending another ListClusters request with the returned nextToken value. This value can
be between 1 and 100. If this parameter is not used, then ListClusters returns up to 100 results and
a nextToken value if applicable.
String nextToken
The nextToken value returned from a previous paginated ListClusters request where
maxResults was used and the results exceeded the value of that parameter. Pagination continues from
the end of the previous results that returned the nextToken value.
This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
List<E> clusters
A list of all of the clusters for your account in the specified Region.
String nextToken
The nextToken value to include in a future ListClusters request. When the results of a
ListClusters request exceed maxResults, this value can be used to retrieve the next
page of results. This value is null when there are no more results to return.
String clusterName
The Amazon EKS cluster associated with the exception.
String clusterName
The Amazon EKS cluster associated with the exception.
String clusterName
The Amazon EKS cluster associated with the exception.
String clusterName
The Amazon EKS cluster associated with the exception.
List<E> subnetIds
Specify subnets for your Amazon EKS worker nodes. Amazon EKS creates cross-account elastic network interfaces in these subnets to allow communication between your worker nodes and the Kubernetes control plane.
List<E> securityGroupIds
Specify one or more security groups for the cross-account elastic network interfaces that Amazon EKS creates to use to allow communication between your worker nodes and the Kubernetes control plane.
List<E> subnetIds
The subnets associated with your cluster.
List<E> securityGroupIds
The security groups associated with the cross-account elastic network interfaces that are used to allow communication between your worker nodes and the Kubernetes control plane.
String vpcId
The VPC associated with your cluster.
Copyright © 2018. All rights reserved.