Skip to content

Commit 0dfc5d2

Browse files
authored
chore(eks-v2-alpha): backfill missing enums for eks-v2-alpha (#33630)
### Description of changes backfill missing enums for eks-v2-alpha ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent a8c20dd commit 0dfc5d2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/@aws-cdk/aws-eks-v2-alpha/lib/managed-nodegroup.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ export enum CapacityType {
103103
* on-demand instances
104104
*/
105105
ON_DEMAND = 'ON_DEMAND',
106+
/**
107+
* capacity block instances
108+
*/
109+
CAPACITY_BLOCK = 'CAPACITY_BLOCK',
106110
}
107111

108112
/**

0 commit comments

Comments
 (0)