Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data Nodegroup = Nodegroup' {
- modifiedAt :: Maybe POSIX
- capacityType :: Maybe CapacityTypes
- status :: Maybe NodegroupStatus
- instanceTypes :: Maybe [Text]
- createdAt :: Maybe POSIX
- taints :: Maybe [Taint]
- subnets :: Maybe [Text]
- remoteAccess :: Maybe RemoteAccessConfig
- diskSize :: Maybe Int
- releaseVersion :: Maybe Text
- resources :: Maybe NodegroupResources
- health :: Maybe NodegroupHealth
- nodeRole :: Maybe Text
- scalingConfig :: Maybe NodegroupScalingConfig
- version :: Maybe Text
- nodegroupArn :: Maybe Text
- clusterName :: Maybe Text
- launchTemplate :: Maybe LaunchTemplateSpecification
- labels :: Maybe (HashMap Text Text)
- amiType :: Maybe AMITypes
- nodegroupName :: Maybe Text
- updateConfig :: Maybe NodegroupUpdateConfig
- tags :: Maybe (HashMap Text Text)
- newNodegroup :: Nodegroup
- nodegroup_modifiedAt :: Lens' Nodegroup (Maybe UTCTime)
- nodegroup_capacityType :: Lens' Nodegroup (Maybe CapacityTypes)
- nodegroup_status :: Lens' Nodegroup (Maybe NodegroupStatus)
- nodegroup_instanceTypes :: Lens' Nodegroup (Maybe [Text])
- nodegroup_createdAt :: Lens' Nodegroup (Maybe UTCTime)
- nodegroup_taints :: Lens' Nodegroup (Maybe [Taint])
- nodegroup_subnets :: Lens' Nodegroup (Maybe [Text])
- nodegroup_remoteAccess :: Lens' Nodegroup (Maybe RemoteAccessConfig)
- nodegroup_diskSize :: Lens' Nodegroup (Maybe Int)
- nodegroup_releaseVersion :: Lens' Nodegroup (Maybe Text)
- nodegroup_resources :: Lens' Nodegroup (Maybe NodegroupResources)
- nodegroup_health :: Lens' Nodegroup (Maybe NodegroupHealth)
- nodegroup_nodeRole :: Lens' Nodegroup (Maybe Text)
- nodegroup_scalingConfig :: Lens' Nodegroup (Maybe NodegroupScalingConfig)
- nodegroup_version :: Lens' Nodegroup (Maybe Text)
- nodegroup_nodegroupArn :: Lens' Nodegroup (Maybe Text)
- nodegroup_clusterName :: Lens' Nodegroup (Maybe Text)
- nodegroup_launchTemplate :: Lens' Nodegroup (Maybe LaunchTemplateSpecification)
- nodegroup_labels :: Lens' Nodegroup (Maybe (HashMap Text Text))
- nodegroup_amiType :: Lens' Nodegroup (Maybe AMITypes)
- nodegroup_nodegroupName :: Lens' Nodegroup (Maybe Text)
- nodegroup_updateConfig :: Lens' Nodegroup (Maybe NodegroupUpdateConfig)
- nodegroup_tags :: Lens' Nodegroup (Maybe (HashMap Text Text))
Documentation
An object representing an Amazon EKS managed node group.
See: newNodegroup
smart constructor.
Nodegroup' | |
|
Instances
newNodegroup :: Nodegroup Source #
Create a value of Nodegroup
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:modifiedAt:Nodegroup'
, nodegroup_modifiedAt
- The Unix epoch timestamp in seconds for when the managed node group was
last modified.
$sel:capacityType:Nodegroup'
, nodegroup_capacityType
- The capacity type of your managed node group.
$sel:status:Nodegroup'
, nodegroup_status
- The current status of the managed node group.
$sel:instanceTypes:Nodegroup'
, nodegroup_instanceTypes
- 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
.
$sel:createdAt:Nodegroup'
, nodegroup_createdAt
- The Unix epoch timestamp in seconds for when the managed node group was
created.
$sel:taints:Nodegroup'
, nodegroup_taints
- The Kubernetes taints to be applied to the nodes in the node group when
they are created. Effect is one of No_Schedule
, Prefer_No_Schedule
,
or No_Execute
. Kubernetes taints can be used together with tolerations
to control how workloads are scheduled to your nodes.
$sel:subnets:Nodegroup'
, nodegroup_subnets
- The subnets that were specified for the Auto Scaling group that is
associated with your node group.
$sel:remoteAccess:Nodegroup'
, nodegroup_remoteAccess
- 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
.
$sel:diskSize:Nodegroup'
, nodegroup_diskSize
- 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
.
$sel:releaseVersion:Nodegroup'
, nodegroup_releaseVersion
- 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.
$sel:resources:Nodegroup'
, nodegroup_resources
- The resources associated with the node group, such as Auto Scaling
groups and security groups for remote access.
$sel:health:Nodegroup'
, nodegroup_health
- The health status of the node group. If there are issues with your node
group's health, they are listed here.
$sel:nodeRole:Nodegroup'
, nodegroup_nodeRole
- The IAM role associated with your node group. The Amazon EKS node
kubelet
daemon makes calls to Amazon Web Services APIs on your behalf.
Nodes receive permissions for these API calls through an IAM instance
profile and associated policies.
$sel:scalingConfig:Nodegroup'
, nodegroup_scalingConfig
- The scaling configuration details for the Auto Scaling group that is
associated with your node group.
$sel:version:Nodegroup'
, nodegroup_version
- The Kubernetes version of the managed node group.
$sel:nodegroupArn:Nodegroup'
, nodegroup_nodegroupArn
- The Amazon Resource Name (ARN) associated with the managed node group.
$sel:clusterName:Nodegroup'
, nodegroup_clusterName
- The name of the cluster that the managed node group resides in.
$sel:launchTemplate:Nodegroup'
, nodegroup_launchTemplate
- If a launch template was used to create the node group, then this is the
launch template that was used.
$sel:labels:Nodegroup'
, nodegroup_labels
- 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.
$sel:amiType:Nodegroup'
, nodegroup_amiType
- 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.
$sel:nodegroupName:Nodegroup'
, nodegroup_nodegroupName
- The name associated with an Amazon EKS managed node group.
$sel:updateConfig:Nodegroup'
, nodegroup_updateConfig
- The node group update configuration.
$sel:tags:Nodegroup'
, nodegroup_tags
- 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.
nodegroup_modifiedAt :: Lens' Nodegroup (Maybe UTCTime) Source #
The Unix epoch timestamp in seconds for when the managed node group was last modified.
nodegroup_capacityType :: Lens' Nodegroup (Maybe CapacityTypes) Source #
The capacity type of your managed node group.
nodegroup_status :: Lens' Nodegroup (Maybe NodegroupStatus) Source #
The current status of the managed node group.
nodegroup_instanceTypes :: Lens' Nodegroup (Maybe [Text]) Source #
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
.
nodegroup_createdAt :: Lens' Nodegroup (Maybe UTCTime) Source #
The Unix epoch timestamp in seconds for when the managed node group was created.
nodegroup_taints :: Lens' Nodegroup (Maybe [Taint]) Source #
The Kubernetes taints to be applied to the nodes in the node group when
they are created. Effect is one of No_Schedule
, Prefer_No_Schedule
,
or No_Execute
. Kubernetes taints can be used together with tolerations
to control how workloads are scheduled to your nodes.
nodegroup_subnets :: Lens' Nodegroup (Maybe [Text]) Source #
The subnets that were specified for the Auto Scaling group that is associated with your node group.
nodegroup_remoteAccess :: Lens' Nodegroup (Maybe RemoteAccessConfig) Source #
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
.
nodegroup_diskSize :: Lens' Nodegroup (Maybe Int) Source #
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
.
nodegroup_releaseVersion :: Lens' Nodegroup (Maybe Text) Source #
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.
nodegroup_resources :: Lens' Nodegroup (Maybe NodegroupResources) Source #
The resources associated with the node group, such as Auto Scaling groups and security groups for remote access.
nodegroup_health :: Lens' Nodegroup (Maybe NodegroupHealth) Source #
The health status of the node group. If there are issues with your node group's health, they are listed here.
nodegroup_nodeRole :: Lens' Nodegroup (Maybe Text) Source #
The IAM role associated with your node group. The Amazon EKS node
kubelet
daemon makes calls to Amazon Web Services APIs on your behalf.
Nodes receive permissions for these API calls through an IAM instance
profile and associated policies.
nodegroup_scalingConfig :: Lens' Nodegroup (Maybe NodegroupScalingConfig) Source #
The scaling configuration details for the Auto Scaling group that is associated with your node group.
nodegroup_version :: Lens' Nodegroup (Maybe Text) Source #
The Kubernetes version of the managed node group.
nodegroup_nodegroupArn :: Lens' Nodegroup (Maybe Text) Source #
The Amazon Resource Name (ARN) associated with the managed node group.
nodegroup_clusterName :: Lens' Nodegroup (Maybe Text) Source #
The name of the cluster that the managed node group resides in.
nodegroup_launchTemplate :: Lens' Nodegroup (Maybe LaunchTemplateSpecification) Source #
If a launch template was used to create the node group, then this is the launch template that was used.
nodegroup_labels :: Lens' Nodegroup (Maybe (HashMap Text Text)) Source #
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.
nodegroup_amiType :: Lens' Nodegroup (Maybe AMITypes) Source #
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.
nodegroup_nodegroupName :: Lens' Nodegroup (Maybe Text) Source #
The name associated with an Amazon EKS managed node group.
nodegroup_updateConfig :: Lens' Nodegroup (Maybe NodegroupUpdateConfig) Source #
The node group update configuration.
nodegroup_tags :: Lens' Nodegroup (Maybe (HashMap Text Text)) Source #
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.