diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2019-05-06 07:17:39 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-06 07:17:39 -0700 |
| commit | 08281a417f3b964aa63755f4353ec204c94bcef9 (patch) | |
| tree | 306b6f366852dfb791044f2142702447bc92321e /sig-cli | |
| parent | fa149ea1197de2590560a1c8048c4cec226b9809 (diff) | |
| parent | f2c3064a5bd64339f316e6719094c3782d503102 (diff) | |
Merge pull request #3671 from spiffxp/format-sigs-yaml
Enforce consistent formatting of sigs.yaml
Diffstat (limited to 'sig-cli')
| -rw-r--r-- | sig-cli/README.md | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/sig-cli/README.md b/sig-cli/README.md index 2b3c5440..504f1c59 100644 --- a/sig-cli/README.md +++ b/sig-cli/README.md @@ -22,20 +22,20 @@ The [charter](charter.md) defines the scope and governance of the CLI Special In ### Chairs The Chairs of the SIG run operations and processes governing the SIG. -* Maciej Szulik (**[@soltysh](https://github.com/soltysh)**), Red Hat * Sean Sullivan (**[@seans3](https://github.com/seans3)**), Google +* Maciej Szulik (**[@soltysh](https://github.com/soltysh)**), Red Hat ### Technical Leads The Technical Leads of the SIG establish new subprojects, decommission existing subprojects, and resolve cross-subproject technical issues and decisions. -* Maciej Szulik (**[@soltysh](https://github.com/soltysh)**), Red Hat * Phillip Wittrock (**[@pwittrock](https://github.com/pwittrock)**), Google +* Maciej Szulik (**[@soltysh](https://github.com/soltysh)**), Red Hat ## Emeritus Leads -* Fabiano Franz (**[@fabianofranz](https://github.com/fabianofranz)**), Red Hat * Tony Ado (**[@AdoHe](https://github.com/AdoHe)**), Alibaba +* Fabiano Franz (**[@fabianofranz](https://github.com/fabianofranz)**), Red Hat ## Contact * [Slack](https://kubernetes.slack.com/messages/sig-cli) @@ -45,19 +45,15 @@ subprojects, and resolve cross-subproject technical issues and decisions. ## Subprojects The following subprojects are owned by sig-cli: -- **kubectl** - - Owners: - - https://raw.githubusercontent.com/kubernetes/kubectl/master/OWNERS - - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/kubectl/OWNERS -- **kustomize** +- **cli-experimental** - Owners: - - https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/OWNERS + - https://raw.githubusercontent.com/kubernetes-sigs/cli-experimental/master/OWNERS - **cli-sdk** - Owners: - https://raw.githubusercontent.com/kubernetes/cli-runtime/master/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/cli-runtime/OWNERS - - https://raw.githubusercontent.com/kubernetes/sample-cli-plugin/master/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/sample-cli-plugin/OWNERS + - https://raw.githubusercontent.com/kubernetes/sample-cli-plugin/master/OWNERS - **krew** - Description: Plugin manager for kubectl. - Owners: @@ -66,9 +62,13 @@ The following subprojects are owned by sig-cli: - Description: Centralized plugin index for krew. - Owners: - https://raw.githubusercontent.com/kubernetes-sigs/krew-index/master/OWNERS -- **cli-experimental** +- **kubectl** - Owners: - - https://raw.githubusercontent.com/kubernetes-sigs/cli-experimental/master/OWNERS + - https://raw.githubusercontent.com/kubernetes/kubectl/master/OWNERS + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/kubectl/OWNERS +- **kustomize** + - Owners: + - https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/OWNERS ## GitHub Teams |
