Skip to content

Commit 5a57d71

Browse files
authored
fix(audit): add application.GroupName to controlPlaneGroups (#1475)
1 parent 3f86e94 commit 5a57d71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/audit/api/api.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ import (
4444
"tkestack.io/tke/api/notify"
4545
"tkestack.io/tke/api/platform"
4646
"tkestack.io/tke/api/registry"
47+
"tkestack.io/tke/api/application"
4748
auditconfig "tkestack.io/tke/pkg/audit/apis/config"
4849
auditconfigv1 "tkestack.io/tke/pkg/audit/apis/config/v1"
4950
"tkestack.io/tke/pkg/audit/config/codec"
@@ -84,6 +85,7 @@ func init() {
8485
monitor.GroupName,
8586
business.GroupName,
8687
auth.GroupName,
88+
application.GroupName,
8789
)
8890
k8sClient = initK8sClient()
8991
initWatcher()

0 commit comments

Comments
 (0)