-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(eks-v2-alpha): use native L1 instead of custom resource for Farg…
…ate Profile (#32386) ### Reason for this change It's part of eks rewrite. ### Description of changes Use native L1 `CfnFargateProfile` to replace custom resource for provisioning Fargate Profile. ### Description of how you validated changes unit tests/integration tests ### 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*
- Loading branch information
Showing
134 changed files
with
5,140 additions
and
1,428 deletions.
There are no files selected for viewing
1 change: 0 additions & 1 deletion
1
packages/@aws-cdk/aws-eks-v2-alpha/lib/cluster-resource-handler/consts.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
export const CLUSTER_RESOURCE_TYPE = 'Custom::AWSCDK-EKS-Cluster'; | ||
export const FARGATE_PROFILE_RESOURCE_TYPE = 'Custom::AWSCDK-EKS-FargateProfile'; |
120 changes: 0 additions & 120 deletions
120
packages/@aws-cdk/aws-eks-v2-alpha/lib/cluster-resource-handler/fargate.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.