File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 80
80
- This is hard. Sorry. We want to make this easier.
81
81
- Familiarize yourself with the code:
82
82
- [ kubernetes/cmd/kubectl] is the entry point
83
- - [ kubernetes/pkg/ kubectl] is the implementation
83
+ - [ kubernetes/staging/src/k8s.io/ kubectl/pkg ] is the implementation
84
84
- Look at how some of the other commands are implemented
85
85
- [ Codebase Tour]
86
86
- Try adding a new command to do something simple:
@@ -412,7 +412,7 @@ See the sig-cli [community page] for points of contact and meeting times:
412
412
[ issue ] : https://github.com/kubernetes/kubectl/projects/3
413
413
[ kubectl docs ] : https://kubernetes.io/docs/tutorials/object-management-kubectl/object-management/
414
414
[ kubernetes/cmd/kubectl ] : https://git.k8s.io/kubernetes/cmd/kubectl
415
- [ kubernetes/pkg/ kubectl ] : https://git.k8s.io/kubernetes/pkg/ kubectl
415
+ [ kubernetes/staging/src/k8s.io/ kubectl/pkg ] : https://git.k8s.io/kubernetes/staging/src/k8s.io/ kubectl/pkg
416
416
[ Codebase Tour ] : https://youtu.be/eZeCFRh2uGg?t=538
417
417
[ leads ] : /sig-cli/README.md#leadership
418
418
[ management overview ] : https://kubernetes.io/docs/concepts/tools/kubectl/object-management-overview
You can’t perform that action at this time.
0 commit comments