File tree Expand file tree Collapse file tree 5 files changed +471
-9
lines changed
Expand file tree Collapse file tree 5 files changed +471
-9
lines changed Original file line number Diff line number Diff line change 2424 },
2525 "devDependencies" : {
2626 "ts-jest" : " 29.2.5" ,
27- "ts-node" : " 10.9.2"
27+ "ts-node" : " 10.9.2" ,
28+ "@jest/types" : " 29.6.3" ,
29+ "jest" : " 29.7.0" ,
30+ "jest-extended" : " 4.0.2" ,
31+ "jest-mock" : " 29.7.0" ,
32+ "jest-mock-extended" : " 3.0.7" ,
33+ "jest-snapshot" : " 29.7.0" ,
34+ "aws-sdk-client-mock" : " 4.1.0"
2835 }
2936}
Original file line number Diff line number Diff line change 11import {
2+ AddonInfo ,
3+ AddonVersionInfo ,
4+ Compatibility ,
25 DescribeAddonVersionsCommand ,
36 DescribeAddonVersionsCommandInput ,
4- AddonVersionInfo ,
5- DescribeClusterVersionsCommand ,
67 DescribeAddonVersionsCommandOutput ,
7- DescribeClusterVersionsResponse ,
8- EKSClient , AddonInfo ,
9- Compatibility ,
8+ EKSClient
109} from '@aws-sdk/client-eks' ;
1110
1211import { logger } from './utils/logger' ;
1312
1413import type { GetReleasesConfig , ReleaseResult } from './utils/types' ;
15- // just to simplify things
16- import { Lazy } from './utils/lazy' ;
1714
1815import { fromNodeProviderChain } from '@aws-sdk/credential-providers' ;
1916
2017import { EksAddonsFilter } from './schema' ;
2118
22- // import writeTxoFile from './file'
2319// import { boolean } from 'zod';
2420// https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/DescribeAddonVersionsCommand/
2521// https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/DescribeAddonVersionsCommandInput/
You can’t perform that action at this time.
0 commit comments