From e94ca74a6ac53d3a6d15704df9c8b4fb91c041f4 Mon Sep 17 00:00:00 2001 From: John Day Date: Mon, 29 Feb 2016 19:52:39 -0800 Subject: [PATCH] Syntax error - changed container to constraint Syntax Error From: The `` is either the `affinity` or the `container` keyword. It identifies the type filter you intend to use. To: The `` is either the `affinity` or the `constraint` keyword. It identifies the type filter you intend to use. Signed-off-by: John Day --- docs/scheduler/filter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scheduler/filter.md b/docs/scheduler/filter.md index 17cf77504b..643447eb19 100644 --- a/docs/scheduler/filter.md +++ b/docs/scheduler/filter.md @@ -458,7 +458,7 @@ Each expression must be in the form: : ``` -The `` is either the `affinity` or the `container` keyword. It +The `` is either the `affinity` or the `constraint` keyword. It identifies the type filter you intend to use. The `` is an alpha-numeric and must start with a letter or underscore. The