k3s/pkg/kubelet/apis
Kubernetes Submit Queue 4a54f3f0d6
Merge pull request #66779 from deads2k/api-05-easy-unit
Automatic merge from submit-queue (batch tested with PRs 66850, 66902, 66779, 66864, 66912). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

add methods to apimachinery to easy unit testing

When unit testing, you often want a selective scheme and codec factory.  Rather than writing the vars and the init function and the error handling, you can simply do

`scheme, codecs := testing.SchemeForInstallOrDie(install.Install)`

@kubernetes/sig-api-machinery-misc 
@sttts 

```release-note
NONE
```
2018-08-02 10:03:16 -07:00
..
cri Remove the go_default_library_protos filegroups using buildozer 2018-06-22 16:22:18 -07:00
deviceplugin Remove the go_default_library_protos filegroups using buildozer 2018-06-22 16:22:18 -07:00
kubeletconfig Merge pull request #66779 from deads2k/api-05-easy-unit 2018-08-02 10:03:16 -07:00
pluginregistration/v1alpha1 Remove the go_default_library_protos filegroups using buildozer 2018-06-22 16:22:18 -07:00
stats/v1alpha1 Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
BUILD Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
well_known_annotations.go Report node DNS info with --node-ip 2018-04-27 13:18:40 -07:00
well_known_annotations_windows.go Setup windows container config to kubelet CRI 2018-02-28 09:56:41 +08:00
well_known_labels.go