File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
contributors/devel/sig-architecture Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -716,7 +716,7 @@ top of the generated file and should be checked with the
716
716
script at a later stage of the build.
717
717
718
718
To invoke these generators, you can run ` make update ` , which runs a bunch of
719
- [ scripts] ( https://github.com/kubernetes/kubernetes/blob/v1.8.0-alpha.2 /hack/update-all .sh#L63-L78 ) .
719
+ [ scripts] ( https://github.com/kubernetes/kubernetes/blob/release-1.23 /hack/make-rules/update .sh#L47-L55 ) .
720
720
Please continue to read the next a few sections, because some generators have
721
721
prerequisites, also because they introduce how to invoke the generators
722
722
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
763
763
custom Golang identifier to de-conflict e.g. ` policy.authorization.k8s.io ` and
764
764
` policy.k8s.io ` . These two would both map to ` Policy() ` in clientsets.
765
765
766
- client-gen is flexible. See [ this document] ( generating-clientset.md ) if you need
766
+ client-gen is flexible. See [ this document] ( ../sig-api-machinery/ generating-clientset.md) if you need
767
767
client-gen for non-kubernetes API.
768
768
769
769
### Generate Listers
You can’t perform that action at this time.
0 commit comments