Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update resources + fix a 11.13 header #288

Merged
merged 1 commit into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 | []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 | [][aws.eks.nodegroup](aws.eks.nodegroup.md) | List of EKS node groups |
| addons | [][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 | []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 | [][aws.eks.nodegroup](aws.eks.nodegroup.md) | List of EKS node groups |
| addons | [][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
Loading