Skip to content

Commit

Permalink
Merge pull request #648 from perfectsense/update/add-subresource-tag-…
Browse files Browse the repository at this point in the history
…for-taints

Add subresource tag for taints
  • Loading branch information
harjain99 authored May 30, 2024
2 parents f591ca9 + 7334fbf commit 10cefdb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/gyro/aws/eks/EksNodegroupResource.java
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,9 @@ public void setCapacityType(CapacityTypes capacityType) {
}

/**
* Set of nodegroup Taints
* Set of nodegroup Taints.
*
* @subresource gyro.aws.eks.EksNodegroupTaint
*/
@Updatable
public Set<EksNodegroupTaint> getTaint() {
Expand Down

0 comments on commit 10cefdb

Please sign in to comment.