Skip to content

Commit

Permalink
add docs for karmada components-rbac
Browse files Browse the repository at this point in the history
Signed-off-by: B1F030 <[email protected]>
  • Loading branch information
B1F030 committed Sep 30, 2024
1 parent 7bc946a commit b27438d
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
---
title: 组件权限
---

### karmada-operator
```yaml
- apiGroups:
- "autoscaling.karmada.io"
resources:
- cronfederatedhpas
- cronfederatedhpas/status
- federatedhpas
- federatedhpas/status
verbs:
- get
- list
- watch
- apiGroups:
- "cluster.karmada.io"
resources:
- clusters
- clusters/status
verbs:
- get
- list
- watch
- apiGroups:
- "certificates.k8s.io"
resources:
- certificatesigningrequests
- certificatesigningrequests/status
verbs:
- get
- list
- watch
- apiGroups:
- "multicluster.x-k8s.io"
resources:
- serviceexports
- serviceexports/status
- serviceimports
- serviceimports/status
verbs:
- get
- list
- watch
- apiGroups:
- "networking.karmada.io"
resources:
- multiclusteringresses
- multiclusteringresses/status
- multiclusterservices
- multiclusterservices/status
verbs:
- get
- list
- watch
- apiGroups:
- "policy.karmada.io"
resources:
- overridepolicies
- clusteroverridepolicies
- propagationpolicies
verbs:
- get
- list
- watch
- apiGroups:
- "work.karmada.io"
resources:
- resourcebindings
- resourcebindings/status
- clusterresourcebindings
- clusterresourcebindings/status
- works
- works/status
verbs:
- get
- list
- watch
```
3 changes: 2 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,10 @@ module.exports = {
"reference/components/karmada-scheduler-estimator",
"reference/components/karmada-search",
"reference/components/karmada-webhook",
"reference/components/karmada-metrics-adapter",
"reference/components/karmada-metrics-adapter",
],
},
"reference/components-privileges",
{
type: "category",
label: "Instrumentation",
Expand Down

0 comments on commit b27438d

Please sign in to comment.