NAME
Paws::EKS::Nodegroup
USAGE
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
DESCRIPTION
An object representing an Amazon EKS managed node group.
ATTRIBUTES
AmiType => Str
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.
CapacityType => Str
The capacity type of your managed node group.
ClusterName => Str
The name of the cluster that the managed node group resides in.
CreatedAt => Str
The Unix epoch timestamp in seconds for when the managed node group was created.
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
.
Health => Paws::EKS::NodegroupHealth
The health status of the node group. If there are issues with your node group's health, they are listed here.
InstanceTypes => ArrayRef[Str|Undef]
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
.
Labels => Paws::EKS::LabelsMap
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.
LaunchTemplate => Paws::EKS::LaunchTemplateSpecification
If a launch template was used to create the node group, then this is the launch template that was used.
ModifiedAt => Str
The Unix epoch timestamp in seconds for when the managed node group was last modified.
NodegroupArn => Str
The Amazon Resource Name (ARN) associated with the managed node group.
NodegroupName => Str
The name associated with an Amazon EKS managed node group.
NodeRole => Str
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.
ReleaseVersion => Str
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.
RemoteAccess => Paws::EKS::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
.
Resources => Paws::EKS::NodegroupResources
The resources associated with the node group, such as Auto Scaling groups and security groups for remote access.
ScalingConfig => Paws::EKS::NodegroupScalingConfig
The scaling configuration details for the Auto Scaling group that is associated with your node group.
Status => Str
The current status of the managed node group.
Subnets => ArrayRef[Str|Undef]
The subnets that were specified for the Auto Scaling group that is associated with your node group.
Tags => Paws::EKS::TagMap
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.
Taints => ArrayRef[Paws::EKS::Taint]
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.
UpdateConfig => Paws::EKS::NodegroupUpdateConfig
Version => Str
The Kubernetes version of the managed node group.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::EKS
BUGS and CONTRIBUTIONS
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