GetKubernetesVersionsPlainArgs

data class GetKubernetesVersionsPlainArgs(val versionPrefix: String? = null) : ConvertibleToJava<GetKubernetesVersionsPlainArgs>

A collection of arguments for invoking getKubernetesVersions.

Constructors

Link copied to clipboard
fun GetKubernetesVersionsPlainArgs(versionPrefix: String? = null)

Functions

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

Properties

Link copied to clipboard
val versionPrefix: String? = null

If provided, the provider will only return versions that match the string prefix. For example, 1.15. will match all 1.15.x series releases.