35 Star 389 Fork 70

GVPrancher / rancher

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
metadata.go 514 Bytes
一键复制 编辑 原始数据 按行查看 历史
Craig Jellick 提交于 2018-04-17 09:01 . Rename package from authz to rbac
package podsecuritypolicy
const (
apiGroup = "rbac.authorization.k8s.io"
apiVersion = "extensions/v1beta1"
podSecurityPolicyTemplateParentAnnotation = "serviceaccount.cluster.cattle.io/pod-security"
podSecurityPolicyTemplateVersionAnnotation = "serviceaccount.cluster.cattle.io/pod-security-version"
projectIDAnnotation = "field.cattle.io/projectId"
podSecurityPolicy = "PodSecurityPolicy"
)
Go
1
https://gitee.com/rancher/rancher.git
git@gitee.com:rancher/rancher.git
rancher
rancher
rancher
v2.2.13

搜索帮助