Skip to content

Commit 4faf92a

Browse files
authored
chore: record cdk8s usage in stack metadata (#24849)
Adding `cdk8s.` to the list of packages we record metadata for. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 84630e9 commit 4faf92a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@aws-cdk/core/lib/private/runtime-info.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const ALLOWED_FQN_PREFIXES = [
77
// SCOPES
88
'@aws-cdk/', '@aws-cdk-containers/', '@aws-solutions-konstruk/', '@aws-solutions-constructs/', '@amzn/', '@cdklabs/',
99
// PACKAGES
10-
'aws-rfdk.', 'aws-cdk-lib.',
10+
'aws-rfdk.', 'aws-cdk-lib.', 'cdk8s.',
1111
];
1212

1313
/**

0 commit comments

Comments
 (0)