GetNodegroupResult

data class GetNodegroupResult(val arn: String? = null, val id: String? = null, val labels: Map<String, String>? = null, val launchTemplate: NodegroupLaunchTemplateSpecification? = null, val releaseVersion: String? = null, val scalingConfig: NodegroupScalingConfig? = null, val tags: Map<String, String>? = null, val taints: List<NodegroupTaint>? = null, val updateConfig: NodegroupUpdateConfig? = null, val version: String? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, id: String? = null, labels: Map<String, String>? = null, launchTemplate: NodegroupLaunchTemplateSpecification? = null, releaseVersion: String? = null, scalingConfig: NodegroupScalingConfig? = null, tags: Map<String, String>? = null, taints: List<NodegroupTaint>? = null, updateConfig: NodegroupUpdateConfig? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) associated with the managed node group.

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

The Kubernetes labels to be applied to the nodes in the node group when they are created.

Link copied to clipboard

An object representing a node group's launch template specification.

Link copied to clipboard
val releaseVersion: String? = null

The AMI version of the Amazon EKS-optimized AMI to use with your node group.

Link copied to clipboard

The scaling configuration details for the Auto Scaling group that is created for your node group.

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

The metadata, as key-value pairs, to apply to the node group to assist with categorization and organization. Follows same schema as Labels for consistency.

Link copied to clipboard
val taints: List<NodegroupTaint>? = null

The Kubernetes taints to be applied to the nodes in the node group when they are created.

Link copied to clipboard

The node group update configuration.

Link copied to clipboard
val version: String? = null

The Kubernetes version to use for your managed nodes.