Values.DescribeClusterVersionsRequestSourceLists available Kubernetes versions for Amazon EKS clusters.
type nonrec t = {clusterType : String_.t option;The type of cluster to filter versions by.
*)maxResults : DescribeClusterVersionMaxResults.t option;Maximum number of results to return.
*)nextToken : String_.t option;Pagination token for the next set of results.
*)defaultOnly : BoxedBoolean.t option;Filter to show only default versions.
*)includeAll : BoxedBoolean.t option;Include all available versions in the response.
*)clusterVersions : StringList.t option;List of specific cluster versions to describe.
*)status : ClusterVersionStatus.t option;This field is deprecated. Use versionStatus instead, as that field matches for input and output of this action. Filter versions by their current status.
*)versionStatus : VersionStatus.t option;Filter versions by their current status.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of BoxedBoolean.t
| `Enum of string
| `Integer of DescribeClusterVersionMaxResults.t
| `List of [> `String of String_.t ] list
| `String of String_.t ])
list ]