diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2020-03-30 10:19:55 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-30 10:19:55 -0700 |
| commit | cbc8441d0b9dfb4f834c1c0061e2459fae20ee46 (patch) | |
| tree | dcf750561c0e1a85ceb0c7fe9e0ed81241db7f48 | |
| parent | 710caa631b6366bdd165d937d7a4a972cfcf92b3 (diff) | |
| parent | 30fd8baf3039554fa2f73ba091c1778856767679 (diff) | |
Merge pull request #4629 from mrbobbytables/add-client-c-subproject
sig-api-machinery: Add C Kubernetes Client Library repo
| -rw-r--r-- | sig-api-machinery/README.md | 1 | ||||
| -rw-r--r-- | sigs.yaml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sig-api-machinery/README.md b/sig-api-machinery/README.md index e02b63ba..aac12d5d 100644 --- a/sig-api-machinery/README.md +++ b/sig-api-machinery/README.md @@ -72,6 +72,7 @@ The following [subprojects][subproject-definition] are owned by sig-api-machiner - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/code-generator/OWNERS ### kubernetes-clients - **Owners:** + - https://raw.githubusercontent.com/kubernetes-client/c/master/OWNERS - https://raw.githubusercontent.com/kubernetes-client/csharp/master/OWNERS - https://raw.githubusercontent.com/kubernetes-client/go-base/master/OWNERS - https://raw.githubusercontent.com/kubernetes-client/go/master/OWNERS @@ -80,6 +80,7 @@ sigs: - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/code-generator/OWNERS - name: kubernetes-clients owners: + - https://raw.githubusercontent.com/kubernetes-client/c/master/OWNERS - https://raw.githubusercontent.com/kubernetes-client/csharp/master/OWNERS - https://raw.githubusercontent.com/kubernetes-client/go-base/master/OWNERS - https://raw.githubusercontent.com/kubernetes-client/go/master/OWNERS |
