• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..30-Nov-2020-

pkg/apis/runtime/v1alpha2/H30-Nov-2020-34,75732,651

LICENSEH A D30-Nov-202011.1 KiB202169

README.mdH A D30-Nov-2020882 2717

go.modH A D30-Nov-2020651 2117

README.md

1## Purpose
2
3This repository contains the definitions for the Container Runtime Interface (CRI).
4CRI is a plugin interface which enables kubelet to use a wide variety of container runtimes,
5without the need to recompile. CRI consists of a protocol buffers and gRPC API.
6
7## Community, discussion, contribution, and support
8
9Learn how to engage with the Kubernetes community on the [community
10page](http://kubernetes.io/community/).
11
12You can reach the maintainers of this repository at:
13
14- Slack: #sig-node (on https://kubernetes.slack.com -- get an
15  invite at slack.kubernetes.io)
16- Mailing List:
17  https://groups.google.com/forum/#!forum/kubernetes-sig-node
18
19### Code of Conduct
20
21Participation in the Kubernetes community is governed by the [Kubernetes
22Code of Conduct](code-of-conduct.md).
23
24### Contibution Guidelines
25
26See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
27