GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::EKS::Nodegroup(3) User Contributed Perl Documentation Paws::EKS::Nodegroup(3)

Paws::EKS::Nodegroup

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::EKS::Nodegroup object:

  $service_obj->Method(Att1 => { AmiType => $value, ..., Version => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::EKS::Nodegroup object:

  $result = $service_obj->Method(...);
  $result->Att1->AmiType

An object representing an Amazon EKS managed node group.

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.

The capacity type of your managed node group.

The name of the cluster that the managed node group resides in.

The Unix epoch timestamp in seconds for when the managed node group was created.

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".

The health status of the node group. If there are issues with your node group's health, they are listed here.

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".

The Kubernetes labels applied to the nodes in the node group.

Only labels that are applied with the Amazon EKS API are shown here. There may be other Kubernetes labels applied to the nodes in this group.

If a launch template was used to create the node group, then this is the launch template that was used.

The Unix epoch timestamp in seconds for when the managed node group was last modified.

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

The name associated with an Amazon EKS managed node group.

The IAM role associated with your node group. The Amazon EKS node "kubelet" daemon makes calls to AWS APIs on your behalf. Nodes receive permissions for these API calls through an IAM instance profile and associated policies.

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.

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".

The resources associated with the node group, such as Auto Scaling groups and security groups for remote access.

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

The current status of the managed node group.

The subnets that were specified for the Auto Scaling group that is associated with your node group.

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.

The Kubernetes taints to be applied to the nodes in the node group when they are created. Effect is one of "NoSchedule", "PreferNoSchedule", or "NoExecute". Kubernetes taints can be used together with tolerations to control how workloads are scheduled to your nodes.

The Kubernetes version of the managed node group.

This class forms part of Paws, describing an object used in Paws::EKS

The source code is located here: <https://github.com/pplu/aws-sdk-perl>

Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.