GetClusterVersionsClusterVersion

data class GetClusterVersionsClusterVersion(val clusterType: String, val clusterVersion: String, val defaultPlatformVersion: String, val defaultVersion: Boolean, val endOfExtendedSupportDate: String, val endOfStandardSupportDate: String, val kubernetesPatchVersion: String, val releaseDate: String, val versionStatus: String)

Constructors

Link copied to clipboard
constructor(clusterType: String, clusterVersion: String, defaultPlatformVersion: String, defaultVersion: Boolean, endOfExtendedSupportDate: String, endOfStandardSupportDate: String, kubernetesPatchVersion: String, releaseDate: String, versionStatus: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Type of clusters to filter by. Currently, the only valid value is eks.

Link copied to clipboard

Kubernetes version supported by EKS.

Link copied to clipboard

Default eks platform version for the cluster version.

Link copied to clipboard

Default Kubernetes version for the cluster version.

Link copied to clipboard

End of extended support date for the cluster version.

Link copied to clipboard

End of standard support date for the cluster version.

Link copied to clipboard

Kubernetes patch version for the cluster version.

Link copied to clipboard

Release date of the cluster version.

Link copied to clipboard

Status of the EKS cluster versions to list. Valid values are STANDARD_SUPPORT or UNSUPPORTED or EXTENDED_SUPPORT.