mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-06-25 12:17:13 +08:00
10 lines
142 B
Go
10 lines
142 B
Go
package k8s
|
|
|
|
import (
|
|
"yunion.io/x/onecloud/pkg/mcclient/modules/k8s"
|
|
)
|
|
|
|
func initEvent() {
|
|
initK8sNamespaceResource("event", k8s.Events)
|
|
}
|