kubelet component configs
Go to file
Jordan Liggitt 2ac7d14592 github.com/google/uuid v1.1.1
Kubernetes-commit: 29853a1976d4306593159d369cd8487eeed2b3d6
2019-06-22 11:40:22 -07:00
.github Add skeleton new repo files 2018-09-02 14:23:12 +03:00
Godeps Merge pull request #78187 from dims/update-vendored-dependencies-to-released-versions-2 2019-06-20 07:56:55 +00:00
config fix some mistakes in changelog 2019-05-28 15:16:09 +08: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 Update deprecated links 2019-02-04 13:28:31 -05:00
SECURITY_CONTACTS Also update SECURITY_CONTACTS from staging 2019-03-08 11:23:24 -07:00
code-of-conduct.md Add skeleton new repo files 2018-09-02 14:23:12 +03:00
go.mod github.com/google/uuid v1.1.1 2019-06-22 11:40:22 -07:00
go.sum github.com/google/uuid v1.1.1 2019-06-22 11:40:22 -07: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.