We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f86e94 commit 5a57d71Copy full SHA for 5a57d71
pkg/audit/api/api.go
@@ -44,6 +44,7 @@ import (
44
"tkestack.io/tke/api/notify"
45
"tkestack.io/tke/api/platform"
46
"tkestack.io/tke/api/registry"
47
+ "tkestack.io/tke/api/application"
48
auditconfig "tkestack.io/tke/pkg/audit/apis/config"
49
auditconfigv1 "tkestack.io/tke/pkg/audit/apis/config/v1"
50
"tkestack.io/tke/pkg/audit/config/codec"
@@ -84,6 +85,7 @@ func init() {
84
85
monitor.GroupName,
86
business.GroupName,
87
auth.GroupName,
88
+ application.GroupName,
89
)
90
k8sClient = initK8sClient()
91
initWatcher()
0 commit comments