Overview of the k8s.io/kubectl repository
masterThe k8s.io/kubectl repository serves two primary purposes:
- Issue Tracking: It is used to track issues specifically for the
kubectlCLI distributed with the main Kubernetes project. - Client Library Packages: It contains Go packages intended for use by client programs. These packages are vendored into the main
k8s.io/kubernetesrepository to power thekubectlCLI client and are available for external developers to build client-side tools.