diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2022-06-13 13:28:11 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-13 13:28:11 -0700 |
| commit | 9f756eca3fe703f3d3747ae97a91e50066f85c6d (patch) | |
| tree | 28a48339fc753e55147cc6362ec3c67977126cec | |
| parent | b13b9afb3935cc0ea164a04f61f30c0061657119 (diff) | |
| parent | 3ff058bc9cc83c2a2c3098fcc738aac4cefc5619 (diff) | |
Merge pull request #6701 from mrbobbytables/pspmigrator-repo
sig-auth: add pspmigrator repo
| -rw-r--r-- | sig-auth/README.md | 1 | ||||
| -rw-r--r-- | sigs.yaml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sig-auth/README.md b/sig-auth/README.md index 4d150340..68371697 100644 --- a/sig-auth/README.md +++ b/sig-auth/README.md @@ -141,6 +141,7 @@ Node identity management (co-owned with sig-lifecycle), and authorization restri ### policy-management API validation and policies enforced during admission, such as PodSecurityPolicy. Excludes run-time policies like NetworkPolicy and Seccomp. - **Owners:** + - [kubernetes-sigs/pspmigrator](https://github.com/kubernetes-sigs/pspmigrator/blob/main/OWNERS) - [kubernetes-sigs/wg-policy-prototypes](https://github.com/kubernetes-sigs/wg-policy-prototypes/blob/master/OWNERS) - [kubernetes/kubernetes/pkg/apis/imagepolicy](https://github.com/kubernetes/kubernetes/blob/master/pkg/apis/imagepolicy/OWNERS) - [kubernetes/kubernetes/pkg/apis/policy](https://github.com/kubernetes/kubernetes/blob/master/pkg/apis/policy/OWNERS) @@ -531,6 +531,7 @@ sigs: description: | API validation and policies enforced during admission, such as PodSecurityPolicy. Excludes run-time policies like NetworkPolicy and Seccomp. owners: + - https://raw.githubusercontent.com/kubernetes-sigs/pspmigrator/main/OWNERS - https://raw.githubusercontent.com/kubernetes-sigs/wg-policy-prototypes/master/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/apis/imagepolicy/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/apis/policy/OWNERS |
