初始化 PostgreSQL 租户控制器项目
Lint / Run on Ubuntu (push) Has been cancelled
E2E Tests / Run on Ubuntu (push) Has been cancelled
Tests / Run on Ubuntu (push) Has been cancelled

This commit is contained in:
2026-09-09 19:52:54 +00:00
commit 4ad94dc194
64 changed files with 4729 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: manager-role
rules:
- apiGroups:
- database.ddupan.top
resources:
- postgresqlinstances
- postgresqltenants
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- database.ddupan.top
resources:
- postgresqlinstances/finalizers
- postgresqltenants/finalizers
verbs:
- update
- apiGroups:
- database.ddupan.top
resources:
- postgresqlinstances/status
- postgresqltenants/status
verbs:
- get
- patch
- update