Skip to content

Commit

Permalink
Update packages/aws-cdk-lib/aws-eks/lib/managed-nodegroup.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Luca Pizzini <[email protected]>
  • Loading branch information
kishiel and lpizzinidev authored Oct 4, 2023
1 parent d0aa231 commit 7f918a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/aws-cdk-lib/aws-eks/lib/managed-nodegroup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,7 @@ export class Nodegroup extends Resource implements INodegroup {
throw new Error(`maxUnavailable must be between 1 and 100, got ${maxUnavailable}`);
}
}
}
}

/**
Expand Down

0 comments on commit 7f918a0

Please sign in to comment.