From bdf9fd327d998b2866d32127b6776928db10fe49 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 6 Apr 2017 07:15:39 -0700 Subject: [PATCH] config: Remove redundant OPTIONAL from Labels description While the other annotations references (e.g. for manifest annotations) use the "This OPTIONAL property..." pattern, config.md puts the OPTIONAL/REQUIRED-ness in the same line as the property name (while manifest.md does not). My preferred larger fix would be to follow runtime-spec and consistently declare OPTIONAL/REQUIRED-ness in the same line as the property name, but that's a bigger change. This commit just removes the redundant OPTIONAL from the description body. Signed-off-by: W. Trevor King --- config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.md b/config.md index bd20a1f98..d70efca11 100644 --- a/config.md +++ b/config.md @@ -160,7 +160,7 @@ Note: Any OPTIONAL field MAY also be set to null, which is equivalent to being a - **Labels** *object*, OPTIONAL The field contains arbitrary metadata for the container. - This OPTIONAL property MUST use the [annotation rules](annotations.md#rules). + This property MUST use the [annotation rules](annotations.md#rules). - **StopSignal** *string*, OPTIONAL