mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-21 18:08:20 +08:00
feat(ql3): add cluster log retention authority
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user