kubernetes/pkg/kubelet/server
Lee Verberne e10042d22f Increment CRI version from v1alpha1 to v1alpha2
This also incorporates the version string into the package name so
that incompatibile versions will fail to connect.

Arbitrary choices:
- The proto3 package name is runtime.v1alpha2. The proto compiler
  normally translates this to a go package of "runtime_v1alpha2", but
  I renamed it to "v1alpha2" for consistency with existing packages.
- kubelet/apis/cri is used as "internalapi". I left it alone and put the
  public "runtimeapi" in kubelet/apis/cri/runtime.
2018-02-07 09:06:26 +01:00
..
portforward Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
remotecommand Update generated files 2017-11-09 12:14:08 +01:00
stats enable on-demand metrics for eviction 2018-01-08 10:20:02 -08:00
streaming Increment CRI version from v1alpha1 to v1alpha2 2018-02-07 09:06:26 +01:00
auth_test.go Wire kubelet authn/authz 2016-10-25 03:40:09 -04:00
auth.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
BUILD Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
server_test.go enable on-demand metrics for eviction 2018-01-08 10:20:02 -08:00
server_websocket_test.go Cleanup lint errors in the pkg/kubelet/server/... directory 2017-06-29 15:58:07 -07:00
server.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00