Skip to content

Commit

Permalink
Add 11.15 release notes
Browse files Browse the repository at this point in the history
New week. New release

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Jul 29, 2024
1 parent bc03d2a commit 45caf45
Show file tree
Hide file tree
Showing 7 changed files with 167 additions and 96 deletions.
38 changes: 20 additions & 18 deletions docs/mql/resources/aws-pack/aws.eks.cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,23 @@ Amazon EKS cluster

**Fields**

| ID | TYPE | DESCRIPTION |
| ------------------ | --------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
| name | string | Name of the cluster |
| arn | string | ARN of the cluster |
| region | string | Region for the cluster |
| tags | map[string]string | A map of tags associated with the cluster |
| endpoint | string | The endpoint of Kubernetes API server |
| version | string | Kubernetes server version |
| platformVersion | string | Amazon EKS cluster version |
| status | string | Cluster status |
| encryptionConfig | &#91;&#93;dict | Encryption configuration for the cluster |
| logging | dict | Cluster logging configuration |
| networkConfig | dict | Kubernetes network configuration |
| resourcesVpcConfig | dict | VPC configuration |
| createdAt | time | Cluster creation timestamp |
| nodeGroups | &#91;&#93;[aws.eks.nodegroup](aws.eks.nodegroup.md) | List of EKS node groups |
| addons | &#91;&#93;[aws.eks.addon](aws.eks.addon.md) | List of EKS add-ons |
| iamRole | [aws.iam.role](aws.iam.role.md) | The IAM role that provides permissions for the Kubernetes control plane to make calls to Amazon Web Services API operations on your behalf |
| ID | TYPE | DESCRIPTION |
| ------------------ | --------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| name | string | Name of the cluster |
| arn | string | ARN of the cluster |
| region | string | Region for the cluster |
| tags | map[string]string | A map of tags associated with the cluster |
| endpoint | string | The endpoint of Kubernetes API server |
| version | string | Kubernetes server version |
| platformVersion | string | Amazon EKS cluster version |
| status | string | Cluster status |
| encryptionConfig | &#91;&#93;dict | Encryption configuration for the cluster |
| logging | dict | Cluster logging configuration |
| networkConfig | dict | Kubernetes network configuration |
| resourcesVpcConfig | dict | VPC configuration |
| createdAt | time | Cluster creation timestamp |
| nodeGroups | &#91;&#93;[aws.eks.nodegroup](aws.eks.nodegroup.md) | List of EKS node groups |
| addons | &#91;&#93;[aws.eks.addon](aws.eks.addon.md) | List of EKS add-ons |
| iamRole | [aws.iam.role](aws.iam.role.md) | The IAM role that provides permissions for the Kubernetes control plane to make calls to Amazon Web Services API operations on your behalf |
| supportType | string | The Kubernetes support policy of the cluster. (`STANDARD` support automatically upgrades at the end of standard support. `EXTENDED` automatically enters extended support at the end of standard support) |
| authenticationMode | string | The authentication mode for the cluster |
Loading

0 comments on commit 45caf45

Please sign in to comment.