GetKubernetesVersionPlainArgs

data class GetKubernetesVersionPlainArgs(val clusterType: String, val kubernetesVersion: String? = null, val profile: String? = null) : ConvertibleToJava<GetKubernetesVersionPlainArgs>

A collection of arguments for invoking getKubernetesVersion.

Constructors

Link copied to clipboard
constructor(clusterType: String, kubernetesVersion: String? = null, profile: String? = null)

Properties

Link copied to clipboard

The type of cluster. Its valid value are Kubernetes and ManagedKubernetes.

Link copied to clipboard

The ACK released kubernetes version.

Link copied to clipboard
val profile: String? = null

The profile of cluster. Its valid value are Default, Serverless and Edge.

Functions

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