Skip to content

Commit

Permalink
feat(eks-v2-alpha): remove imported stack
Browse files Browse the repository at this point in the history
  • Loading branch information
xazhao committed Dec 30, 2024
1 parent d4f6946 commit 12ecc13
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 205 deletions.
4 changes: 2 additions & 2 deletions packages/@aws-cdk/aws-eks-v2-alpha/lib/kubectl-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Construct, IConstruct } from 'constructs';
import { ICluster, Cluster } from './cluster';
import * as iam from 'aws-cdk-lib/aws-iam';
import * as lambda from 'aws-cdk-lib/aws-lambda';
import { Duration, Stack, NestedStack, Names, CfnCondition, Fn, Aws } from 'aws-cdk-lib/core';
import { Duration, Stack, Names, CfnCondition, Fn, Aws } from 'aws-cdk-lib/core';
import * as cr from 'aws-cdk-lib/custom-resources';
import { AwsCliLayer } from 'aws-cdk-lib/lambda-layer-awscli';
import { KubectlLayer } from 'aws-cdk-lib/lambda-layer-kubectl';
Expand Down Expand Up @@ -61,7 +61,7 @@ export interface IKubectlProvider extends IConstruct {
/**
* Implementation of Kubectl Lambda
*/
export class KubectlProvider extends NestedStack implements IKubectlProvider {
export class KubectlProvider extends Construct implements IKubectlProvider {

/**
* Take existing provider or create new based on cluster
Expand Down
Loading

0 comments on commit 12ecc13

Please sign in to comment.