View source: R/eks_operations.R
eks_describe_cluster_versions | R Documentation |
Lists available Kubernetes versions for Amazon EKS clusters.
See https://www.paws-r-sdk.com/docs/eks_describe_cluster_versions/ for full documentation.
eks_describe_cluster_versions(
clusterType = NULL,
maxResults = NULL,
nextToken = NULL,
defaultOnly = NULL,
includeAll = NULL,
clusterVersions = NULL,
status = NULL,
versionStatus = NULL
)
clusterType |
The type of cluster to filter versions by. |
maxResults |
Maximum number of results to return. |
nextToken |
Pagination token for the next set of results. |
defaultOnly |
Filter to show only default versions. |
includeAll |
Include all available versions in the response. |
clusterVersions |
List of specific cluster versions to describe. |
status |
This field is deprecated. Use Filter versions by their current status. |
versionStatus |
Filter versions by their current status. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.