mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
Add annotations to the deviceplugin API
This commit is contained in:
parent
2e3cb71583
commit
ece4bf4f7f
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user