diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2020-07-20 16:13:16 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-20 16:13:16 -0700 |
| commit | ce5acc41cf4bdb99b5ced67564a83cc041d3cd21 (patch) | |
| tree | 720220ee31c6080c2e22942ac2c6a78a296ea91b | |
| parent | f1abd2bf8a3d9dfb63c5552454d58f6c5a6e459e (diff) | |
| parent | 6eb28f95b6de83f42ff0d898ef00208e64f28c56 (diff) | |
Merge pull request #4975 from spiffxp/rename-k8s-gsm-tools
Rename secret-sync-rotation to k8s-gsm-tools
| -rw-r--r-- | sig-testing/README.md | 8 | ||||
| -rw-r--r-- | sigs.yaml | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/sig-testing/README.md b/sig-testing/README.md index 158ed1e2..fb4bc16d 100644 --- a/sig-testing/README.md +++ b/sig-testing/README.md @@ -47,6 +47,10 @@ Boskos is a resource manager service that handles different kinds of resources a - **Owners:** - https://raw.githubusercontent.com/kubernetes-sigs/boskos/master/OWNERS - https://raw.githubusercontent.com/kubernetes/test-infra/master/boskos/OWNERS +### k8s-gsm-tools +Controllers to sync and rotate kubernetes secrets with google cloud secret manager +- **Owners:** + - https://raw.githubusercontent.com/kubernetes-sigs/k8s-gsm-tools/master/OWNERS ### kind Kubernetes IN Docker. Run Kubernetes test clusters on your local machine using Docker containers as nodes. - **Owners:** @@ -73,10 +77,6 @@ Prow is a CI/CD system based on Kubernetes. See prow.k8s.io to see it in action ### repo-infra - **Owners:** - https://raw.githubusercontent.com/kubernetes/repo-infra/master/OWNERS -### secret-sync-rotation -Controllers to sync and rotate kubernetes secrets with google cloud secret manager -- **Owners:** - - https://raw.githubusercontent.com/kubernetes-sigs/secret-sync-rotation/master/OWNERS ### test-infra Miscellaneous tools and configuration to run the testing infrastructure for the Kubernetes project - **Owners:** @@ -2166,6 +2166,11 @@ sigs: owners: - https://raw.githubusercontent.com/kubernetes-sigs/boskos/master/OWNERS - https://raw.githubusercontent.com/kubernetes/test-infra/master/boskos/OWNERS + - name: k8s-gsm-tools + description: | + Controllers to sync and rotate kubernetes secrets with google cloud secret manager + owners: + - https://raw.githubusercontent.com/kubernetes-sigs/k8s-gsm-tools/master/OWNERS - name: kind description: | Kubernetes IN Docker. Run Kubernetes test clusters on your local machine using Docker containers as nodes. @@ -2200,11 +2205,6 @@ sigs: - name: repo-infra owners: - https://raw.githubusercontent.com/kubernetes/repo-infra/master/OWNERS - - name: secret-sync-rotation - description: | - Controllers to sync and rotate kubernetes secrets with google cloud secret manager - owners: - - https://raw.githubusercontent.com/kubernetes-sigs/secret-sync-rotation/master/OWNERS - name: test-infra description: | Miscellaneous tools and configuration to run the testing infrastructure for the Kubernetes project |
