GetKubernetesClusterPlainArgs

data class GetKubernetesClusterPlainArgs(val clusterAutoscalerConfigurations: List<GetKubernetesClusterClusterAutoscalerConfiguration>? = null, val kubeconfigExpireSeconds: Int? = null, val name: String, val routingAgent: GetKubernetesClusterRoutingAgent? = null, val tags: List<String>? = null) : ConvertibleToJava<GetKubernetesClusterPlainArgs>

A collection of arguments for invoking getKubernetesCluster.

Constructors

Link copied to clipboard
constructor(clusterAutoscalerConfigurations: List<GetKubernetesClusterClusterAutoscalerConfiguration>? = null, kubeconfigExpireSeconds: Int? = null, name: String, routingAgent: GetKubernetesClusterRoutingAgent? = null, tags: List<String>? = null)

Properties

Link copied to clipboard
Link copied to clipboard

The name of Kubernetes cluster.

Link copied to clipboard
Link copied to clipboard
val tags: List<String>? = null

A list of tag names applied to the node pool.

Functions

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