diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2022-01-06 03:52:29 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-06 03:52:29 -0800 |
| commit | 25ec1266b677f72f59cc03e0cc85683d3a1ad6da (patch) | |
| tree | 1b14363504d42bd345e44863242b70b2d2b530e9 /contributors | |
| parent | fba1e8a9221c2f90f11b14158452750e352c6e5d (diff) | |
| parent | 1a8b4eb0c07489742b7a4d43c61effdc7dfa4c27 (diff) | |
Merge pull request #6320 from MadhavJivrajani/api-changes-links
devel: fix/update links in api_changes.md
Diffstat (limited to 'contributors')
| -rw-r--r-- | contributors/devel/sig-architecture/api_changes.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contributors/devel/sig-architecture/api_changes.md b/contributors/devel/sig-architecture/api_changes.md index b44fce55..25c61fce 100644 --- a/contributors/devel/sig-architecture/api_changes.md +++ b/contributors/devel/sig-architecture/api_changes.md @@ -716,7 +716,7 @@ top of the generated file and should be checked with the script at a later stage of the build. To invoke these generators, you can run `make update`, which runs a bunch of -[scripts](https://github.com/kubernetes/kubernetes/blob/v1.8.0-alpha.2/hack/update-all.sh#L63-L78). +[scripts](https://github.com/kubernetes/kubernetes/blob/release-1.23/hack/make-rules/update.sh#L47-L55). Please continue to read the next a few sections, because some generators have prerequisites, also because they introduce how to invoke the generators individually if you find `make update` takes too long to run. @@ -763,7 +763,7 @@ Note that you can use the optional `// +groupGoName=` to specify a CamelCase custom Golang identifier to de-conflict e.g. `policy.authorization.k8s.io` and `policy.k8s.io`. These two would both map to `Policy()` in clientsets. -client-gen is flexible. See [this document](generating-clientset.md) if you need +client-gen is flexible. See [this document](../sig-api-machinery/generating-clientset.md) if you need client-gen for non-kubernetes API. ### Generate Listers |
