Skip to content

Commit 12ecc13

Browse files
committed
feat(eks-v2-alpha): remove imported stack
1 parent d4f6946 commit 12ecc13

File tree

5 files changed

+48
-205
lines changed

5 files changed

+48
-205
lines changed

packages/@aws-cdk/aws-eks-v2-alpha/lib/kubectl-provider.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Construct, IConstruct } from 'constructs';
22
import { ICluster, Cluster } from './cluster';
33
import * as iam from 'aws-cdk-lib/aws-iam';
44
import * as lambda from 'aws-cdk-lib/aws-lambda';
5-
import { Duration, Stack, NestedStack, Names, CfnCondition, Fn, Aws } from 'aws-cdk-lib/core';
5+
import { Duration, Stack, Names, CfnCondition, Fn, Aws } from 'aws-cdk-lib/core';
66
import * as cr from 'aws-cdk-lib/custom-resources';
77
import { AwsCliLayer } from 'aws-cdk-lib/lambda-layer-awscli';
88
import { KubectlLayer } from 'aws-cdk-lib/lambda-layer-kubectl';
@@ -61,7 +61,7 @@ export interface IKubectlProvider extends IConstruct {
6161
/**
6262
* Implementation of Kubectl Lambda
6363
*/
64-
export class KubectlProvider extends NestedStack implements IKubectlProvider {
64+
export class KubectlProvider extends Construct implements IKubectlProvider {
6565

6666
/**
6767
* Take existing provider or create new based on cluster

0 commit comments

Comments
 (0)