Get Cluster Versions Plain Args
data class GetClusterVersionsPlainArgs(val clusterType: String? = null, val clusterVersionsOnlies: List<String>? = null, val defaultOnly: Boolean? = null, val includeAll: Boolean? = null, val versionStatus: String? = null) : ConvertibleToJava<GetClusterVersionsPlainArgs>
A collection of arguments for invoking getClusterVersions.
Constructors
Properties
Link copied to clipboard
Type of clusters to filter by. Currently, the only valid value is eks
.
Link copied to clipboard
Link copied to clipboard
Whether to show only the default versions of Kubernetes supported by EKS.
Link copied to clipboard
Whether to include all kubernetes versions in the response.
Link copied to clipboard
Status of the EKS cluster versions to list. Valid values are STANDARD_SUPPORT
or UNSUPPORTED
or EXTENDED_SUPPORT
.