kubelet component configs
Go to file
Madhav Jivrajani 65e44257a4 run hack/{pind-dependency.sh, update-vendor.sh}
Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com>

Kubernetes-commit: a43fca76ea7ff6fb08153c9081f7858cd4d06dd8
2021-09-30 19:15:35 +05:30
.github Add skeleton new repo files 2018-09-02 14:23:12 +03:00
config support null resolvConf in Kubelet Configuration 2021-08-27 14:28:32 +08:00
pkg/apis generated: Run hack/update-gofmt.sh 2021-08-12 17:13:11 -04: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 url 2021-04-30 11:30:07 +08: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
doc.go Make package paths referenced by import boss valid 2021-09-28 13:06:39 -04:00
go.mod run hack/{pind-dependency.sh, update-vendor.sh} 2021-09-30 19:15:35 +05:30
go.sum run hack/{pind-dependency.sh, update-vendor.sh} 2021-09-30 19:15:35 +05:30

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.