feat(ql3): add cluster log retention authority

This commit is contained in:
whyour
2026-08-12 03:38:27 +08:00
parent 2bfa8ca279
commit 40628c843d
20 changed files with 1737 additions and 19 deletions
+8
View File
@@ -238,6 +238,9 @@
],
"run-attempt-log-retention": [
"dist/run/log-retention/runAttemptLogRetention.d.ts"
],
"cluster-run-attempt-log-retention": [
"dist/run/log-retention/clusterRunAttemptLogRetention.d.ts"
]
}
},
@@ -297,6 +300,11 @@
"require": "./dist/run/log-retention/runAttemptLogRetention.js",
"default": "./dist/run/log-retention/runAttemptLogRetention.js"
},
"./cluster-run-attempt-log-retention": {
"types": "./dist/run/log-retention/clusterRunAttemptLogRetention.d.ts",
"require": "./dist/run/log-retention/clusterRunAttemptLogRetention.js",
"default": "./dist/run/log-retention/clusterRunAttemptLogRetention.js"
},
"./task-definition": {
"types": "./dist/task-definition/taskDefinition.d.ts",
"require": "./dist/task-definition/taskDefinition.js",