From 98fbee80ca749a72a62811d912456147969c9714 Mon Sep 17 00:00:00 2001 From: zhouhao Date: Tue, 11 Jul 2017 13:42:36 +0800 Subject: [PATCH] config-linux: add intelRdt field Fix #630 Signed-off-by: zhouhao --- schema/config-linux.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/schema/config-linux.json b/schema/config-linux.json index 53bc06c51..6b0c514ae 100644 --- a/schema/config-linux.json +++ b/schema/config-linux.json @@ -265,6 +265,16 @@ "mountLabel": { "id": "https://opencontainers.org/schema/bundle/linux/mountLabel", "type": "string" + }, + "intelRdt": { + "id": "https://opencontainers.org/schema/bundle/linux/intelRdt", + "type": "object", + "properties": { + "l3CacheSchema": { + "id": "https://opencontainers.org/schema/bundle/linux/intelRdt/l3CacheSchema", + "type": "string" + } + } } } }