* [client-go v0.35.3](https://github.com/kubernetes/client-go) – Go client library for interacting with Kubernetes clusters. * [apiserver v0.35.3](https://github.com/kubernetes/apiserver) – Generic library for building Kubernetes aggregated API servers with authentication, authorization, and versioned types. * [api v0.35.3](https://github.com/kubernetes/api) – Schema of external API types served by the Kubernetes API server. * [kubelet v0.35.3](https://github.com/kubernetes/kubelet) – External, versioned ComponentConfig API types for configuring the Kubernetes node agent. * [metrics v0.35.3](https://github.com/kubernetes/metrics) – API type definitions and clients for Kubernetes metrics including custom and resource metrics. * [sample-apiserver v0.35.3](https://github.com/kubernetes/sample-apiserver) – Demonstration of building a Kubernetes-style API server using the k8s.io/apiserver library. * [cloud-provider v0.36.0-alpha.2](https://github.com/kubernetes/cloud-provider) – Shared interfaces and initialization mechanism for Kubernetes cloud provider implementations, enabling pluggable controller integration. * [sample-cli-plugin v0.36.0-alpha.2](https://github.com/kubernetes/sample-cli-plugin) – kubectl plugin that switches the namespace in the current KUBECONFIG context without modifying existing contexts. * [cli-runtime v0.36.0-alpha.2](https://github.com/kubernetes/cli-runtime) – Shared helpers for creating kubectl commands and plugins while preserving kubectl-compatible behavior. * [kube-aggregator v0.36.0-alpha.2](https://github.com/kubernetes/kube-aggregator) – Provides Kubernetes-style API server aggregation with dynamic registration, discovery summarization, and secure HTTP proxying. * [apimachinery v0.36.0-alpha.2](https://github.com/kubernetes/apimachinery) – Packages for scheme, typing, encoding, decoding, and conversion of Kubernetes and similar API objects.