Commit ece4bf4f authored by Renaud Gaubert's avatar Renaud Gaubert

Add annotations to the deviceplugin API

parent 2e3cb715
...@@ -96,6 +96,8 @@ message AllocateResponse { ...@@ -96,6 +96,8 @@ message AllocateResponse {
repeated Mount mounts = 2; repeated Mount mounts = 2;
// Devices for the container. // Devices for the container.
repeated DeviceSpec devices = 3; 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. // Mount specifies a host volume to mount into a container.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment