mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-19 10:46:58 +08:00
fix admin resource list
This commit is contained in:
@@ -18,20 +18,26 @@ var (
|
||||
"dynamicschedtags",
|
||||
"baremetalagents",
|
||||
"schedpolicies",
|
||||
"isolated-devices",
|
||||
"reservedips",
|
||||
"dnsrecords",
|
||||
}
|
||||
notifyAdminResources = []string{
|
||||
"configs",
|
||||
"contacts",
|
||||
}
|
||||
meterAdminResources = []string{
|
||||
"rates",
|
||||
"res_results",
|
||||
}
|
||||
k8sAdminResources = []string{
|
||||
"clusters",
|
||||
"kube_clusters",
|
||||
"kube_nodes",
|
||||
}
|
||||
yunionagentAdminResources = []string{
|
||||
"notices",
|
||||
"readmarks",
|
||||
"infos",
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user