mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 16:29:21 +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;
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user