mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-02-14 18:09:57 +00:00
66 lines
1.6 KiB
JSON
66 lines
1.6 KiB
JSON
[
|
|
{
|
|
"op": "add",
|
|
"path": "/rules/-",
|
|
"value": {
|
|
"apiGroups": ["rbac.open-cluster-management.io"],
|
|
"resources": ["clusterpermissions"],
|
|
"verbs": ["get", "list", "watch", "create", "update", "patch", "delete"]
|
|
}
|
|
},
|
|
{
|
|
"op": "add",
|
|
"path": "/rules/-",
|
|
"value": {
|
|
"apiGroups": ["authentication.open-cluster-management.io"],
|
|
"resources": ["managedserviceaccounts"],
|
|
"verbs": ["get", "list", "watch", "create", "update", "patch", "delete"]
|
|
}
|
|
},
|
|
{
|
|
"op": "add",
|
|
"path": "/rules/-",
|
|
"value": {
|
|
"apiGroups": ["kueue.x-k8s.io"],
|
|
"resources": ["multikueueconfigs"],
|
|
"verbs": ["get", "list", "watch", "create", "update", "patch", "delete"]
|
|
}
|
|
},
|
|
{
|
|
"op": "add",
|
|
"path": "/rules/-",
|
|
"value": {
|
|
"apiGroups": ["kueue.x-k8s.io"],
|
|
"resources": ["multikueueclusters"],
|
|
"verbs": ["get", "list", "watch", "create", "update", "patch", "delete"]
|
|
}
|
|
},
|
|
{
|
|
"op": "add",
|
|
"path": "/rules/-",
|
|
"value": {
|
|
"apiGroups": ["kueue.x-k8s.io"],
|
|
"resources": ["admissionchecks"],
|
|
"verbs": ["get", "list", "watch", "create", "update", "patch", "delete"]
|
|
}
|
|
},
|
|
{
|
|
"op": "add",
|
|
"path": "/rules/-",
|
|
"value": {
|
|
"apiGroups": ["kueue.x-k8s.io"],
|
|
"resources": ["admissionchecks/status"],
|
|
"verbs": ["update", "patch"]
|
|
}
|
|
},
|
|
{
|
|
"op": "add",
|
|
"path": "/rules/-",
|
|
"value": {
|
|
"apiGroups": [""],
|
|
"resources": ["secrets"],
|
|
"verbs": ["get", "list", "watch", "create", "update", "patch", "delete"]
|
|
}
|
|
}
|
|
]
|