kubelet component configs
Go to file
Joel Smith 42f28f1b62 update gogo/protobuf to v1.3.2
gogo/protobuf@v1.3.2 fixes https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3121

Ref: https://github.com/kubernetes/client-go/issues/927

Kubernetes-commit: c4ddcc9fb222110c37340e7786e10bed52c51752
2021-03-25 22:31:42 -06:00
.github Add skeleton new repo files 2018-09-02 14:23:12 +03:00
Godeps Merge pull request #99038 from apelisse/update-smd-1.20 2021-03-25 13:06:21 +00:00
config kubelet: add initial credentialprovider v1alpha1 APIs 2020-11-10 13:44:06 -05:00
pkg/apis update gogo/protobuf to v1.3.2 2021-03-25 22:31:42 -06:00
CONTRIBUTING.md Update deprecated links 2019-02-04 13:28:31 -05:00
LICENSE Add skeleton new repo files 2018-09-02 14:23:12 +03:00
OWNERS Updated OWNERS files to include link to docs 2019-01-30 20:05:00 +01:00
README.md Modify the kubelet document 2020-05-27 16:43:58 +09:00
SECURITY_CONTACTS Update SECURITY_CONTACTS with current PSC 2019-05-29 15:22:35 +05:30
code-of-conduct.md Add skeleton new repo files 2018-09-02 14:23:12 +03:00
go.mod update gogo/protobuf to v1.3.2 2021-03-25 22:31:42 -06:00
go.sum update gogo/protobuf to v1.3.2 2021-03-25 22:31:42 -06:00

README.md

kubelet

Implements KEP 14 - Moving ComponentConfig API types to staging repos

This repo provides external, versioned ComponentConfig API types for configuring the kubelet. These external types can easily be vendored and used by any third-party tool writing Kubernetes ComponentConfig objects.

Compatibility

HEAD of this repo will match HEAD of k8s.io/apiserver, k8s.io/apimachinery, and k8s.io/client-go.

Where does it come from?

This repo is synced from https://github.com/kubernetes/kubernetes/tree/master/staging/src/k8s.io/kubelet. Code changes are made in that location, merged into k8s.io/kubernetes and later synced here by a bot.