From ece4bf4f7f1fdcd1af23d33050cfaad2e65e0bfc Mon Sep 17 00:00:00 2001 From: Renaud Gaubert Date: Thu, 11 Jan 2018 22:13:52 +0100 Subject: [PATCH] Add annotations to the deviceplugin API --- pkg/kubelet/apis/deviceplugin/v1alpha/api.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/kubelet/apis/deviceplugin/v1alpha/api.proto b/pkg/kubelet/apis/deviceplugin/v1alpha/api.proto index 05408cbb1fa..a38206f3691 100644 --- a/pkg/kubelet/apis/deviceplugin/v1alpha/api.proto +++ b/pkg/kubelet/apis/deviceplugin/v1alpha/api.proto @@ -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 annotations = 4; } // Mount specifies a host volume to mount into a container.