diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2019-09-23 10:15:24 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-23 10:15:24 -0700 |
| commit | bf15d83636b0426acdb53fb28a8507aeab3a2ee9 (patch) | |
| tree | db18cd372493ab3ac10f0c0c7ca98d2738cee4fe | |
| parent | 06386ade603a9a068f325cbd6ef76ae0a1157a2f (diff) | |
| parent | dff378193f808104756ae4536900e45b49c8c1b9 (diff) | |
Merge pull request #4105 from mtaufen/fix-broken-link
Fix broken link
| -rw-r--r-- | sigs.yaml | 2 | ||||
| -rw-r--r-- | wg-component-standard/README.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -2264,7 +2264,7 @@ workinggroups: Develop a standard foundation (philosophy and libraries) for core Kubernetes components to build on top of. Areas to standardize include configuration (flags, ComponentConfig APIs, ...), status endpoints (healthz, configz, ...), integration points (delegated - authn/z, ...), and logging. Details are outlined in KEP 0032: https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/0032-create-a-k8s-io-component-repo.md. + authn/z, ...), and logging. Details are outlined in KEP 0032: https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/wgs/0032-create-a-k8s-io-component-repo.md. stakeholder_sigs: - API Machinery diff --git a/wg-component-standard/README.md b/wg-component-standard/README.md index 8c326fdd..6552d463 100644 --- a/wg-component-standard/README.md +++ b/wg-component-standard/README.md @@ -8,7 +8,7 @@ To understand how this file is generated, see https://git.k8s.io/community/gener ---> # Component Standard Working Group -Develop a standard foundation (philosophy and libraries) for core Kubernetes components to build on top of. Areas to standardize include configuration (flags, ComponentConfig APIs, ...), status endpoints (healthz, configz, ...), integration points (delegated authn/z, ...), and logging. Details are outlined in KEP 0032: https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/0032-create-a-k8s-io-component-repo.md. +Develop a standard foundation (philosophy and libraries) for core Kubernetes components to build on top of. Areas to standardize include configuration (flags, ComponentConfig APIs, ...), status endpoints (healthz, configz, ...), integration points (delegated authn/z, ...), and logging. Details are outlined in KEP 0032: https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/wgs/0032-create-a-k8s-io-component-repo.md. ## Stakeholder SIGs * SIG API Machinery |
