mirror of
https://github.com/paralus/paralus.git
synced 2026-05-06 16:36:46 +00:00
14 lines
246 B
Go
14 lines
246 B
Go
package service
|
|
|
|
const (
|
|
apiVersion = "system.k8smgmt.io/v3"
|
|
partnerKind = "Partner"
|
|
)
|
|
|
|
const (
|
|
namespaceScope = "namespace"
|
|
projectScope = "project"
|
|
namespaceR = "kubectl.namespace.read"
|
|
namespaceW = "kubectl.namespace.write"
|
|
)
|