GetClusterVersionsPlainArgs

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

Link copied to clipboard
constructor(clusterType: String? = null, clusterVersionsOnlies: List<String>? = null, defaultOnly: Boolean? = null, includeAll: Boolean? = null, versionStatus: String? = null)

Properties

Link copied to clipboard
val clusterType: String? = null

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

Link copied to clipboard
Link copied to clipboard
val defaultOnly: Boolean? = null

Whether to show only the default versions of Kubernetes supported by EKS.

Link copied to clipboard
val includeAll: Boolean? = null

Whether to include all kubernetes versions in the response.

Link copied to clipboard
val versionStatus: String? = null

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

Functions

Link copied to clipboard
open override fun toJava(): GetClusterVersionsPlainArgs