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 8080 - This is hard. Sorry. We want to make this easier.
8181- Familiarize yourself with the code:
8282 - [ 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
8484 - Look at how some of the other commands are implemented
8585 - [ Codebase Tour]
8686- 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:
412412[ issue ] : https://github.com/kubernetes/kubectl/projects/3
413413[ kubectl docs ] : https://kubernetes.io/docs/tutorials/object-management-kubectl/object-management/
414414[ 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
416416[ Codebase Tour ] : https://youtu.be/eZeCFRh2uGg?t=538
417417[ leads ] : /sig-cli/README.md#leadership
418418[ management overview ] : https://kubernetes.io/docs/concepts/tools/kubectl/object-management-overview
You can’t perform that action at this time.
0 commit comments