Add annotations to the deviceplugin API

This commit is contained in:
Renaud Gaubert 2018-01-11 22:13:52 +01:00
parent 2e3cb71583
commit ece4bf4f7f

View File

@ -96,6 +96,8 @@ message AllocateResponse {
repeated Mount mounts = 2;
// Devices for the container.
repeated DeviceSpec devices = 3;
// Container annotations to pass to the container runtime
map<string, string> annotations = 4;
}
// Mount specifies a host volume to mount into a container.