Nodegroup class

An object representing an Amazon EKS managed node group.

Constructors

Nodegroup({AMITypes? amiType, CapacityTypes? capacityType, String? clusterName, DateTime? createdAt, int? diskSize, NodegroupHealth? health, List<String>? instanceTypes, Map<String, String>? labels, LaunchTemplateSpecification? launchTemplate, DateTime? modifiedAt, String? nodeRole, String? nodegroupArn, String? nodegroupName, String? releaseVersion, RemoteAccessConfig? remoteAccess, NodegroupResources? resources, NodegroupScalingConfig? scalingConfig, NodegroupStatus? status, List<String>? subnets, Map<String, String>? tags, String? version})
Nodegroup.fromJson(Map<String, dynamic> json)
factory

Properties

amiType AMITypes?
If the node group was deployed using a launch template with a custom AMI, then this is CUSTOM. For node groups that weren't deployed using a launch template, this is the AMI type that was specified in the node group configuration.
final
capacityType CapacityTypes?
The capacity type of your managed node group.
final
clusterName String?
The name of the cluster that the managed node group resides in.
final
createdAt DateTime?
The Unix epoch timestamp in seconds for when the managed node group was created.
final
diskSize int?
If the node group wasn't deployed with a launch template, then this is the disk size in the node group configuration. If the node group was deployed with a launch template, then this is null.
final
hashCode int
The hash code for this object.
no setterinherited
health NodegroupHealth?
The health status of the node group. If there are issues with your node group's health, they are listed here.
final
instanceTypes List<String>?
If the node group wasn't deployed with a launch template, then this is the instance type that is associated with the node group. If the node group was deployed with a launch template, then this is null.
final
labels Map<String, String>?
The Kubernetes labels applied to the nodes in the node group.
final
launchTemplate LaunchTemplateSpecification?
If a launch template was used to create the node group, then this is the launch template that was used.
final
modifiedAt DateTime?
The Unix epoch timestamp in seconds for when the managed node group was last modified.
final
nodegroupArn String?
The Amazon Resource Name (ARN) associated with the managed node group.
final
nodegroupName String?
The name associated with an Amazon EKS managed node group.
final
nodeRole String?
The IAM role associated with your node group. The Amazon EKS worker node kubelet daemon makes calls to AWS APIs on your behalf. Worker nodes receive permissions for these API calls through an IAM instance profile and associated policies.
final
releaseVersion String?
If the node group was deployed using a launch template with a custom AMI, then this is the AMI ID that was specified in the launch template. For node groups that weren't deployed using a launch template, this is the version of the Amazon EKS optimized AMI that the node group was deployed with.
final
remoteAccess RemoteAccessConfig?
If the node group wasn't deployed with a launch template, then this is the remote access configuration that is associated with the node group. If the node group was deployed with a launch template, then this is null.
final
resources NodegroupResources?
The resources associated with the node group, such as Auto Scaling groups and security groups for remote access.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scalingConfig NodegroupScalingConfig?
The scaling configuration details for the Auto Scaling group that is associated with your node group.
final
status NodegroupStatus?
The current status of the managed node group.
final
subnets List<String>?
The subnets that were specified for the Auto Scaling group that is associated with your node group.
final
tags Map<String, String>?
The metadata applied to the node group to assist with categorization and organization. Each tag consists of a key and an optional value, both of which you define. Node group tags do not propagate to any other resources associated with the node group, such as the Amazon EC2 instances or subnets.
final
version String?
The Kubernetes version of the managed node group.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited