GetNodeGroupPlainArgs

data class GetNodeGroupPlainArgs(val clusterName: String, val nodeGroupName: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetNodeGroupPlainArgs>

A collection of arguments for invoking getNodeGroup.

Constructors

Link copied to clipboard
constructor(clusterName: String, nodeGroupName: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

Name of the cluster.

Link copied to clipboard

Name of the node group.

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

Key-value map of resource tags.

Functions

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