Skip to content

Commit bdf9fd3

Browse files
committed
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 <[email protected]>
1 parent 5c74099 commit bdf9fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Note: Any OPTIONAL field MAY also be set to null, which is equivalent to being a
160160
- **Labels** *object*, OPTIONAL
161161

162162
The field contains arbitrary metadata for the container.
163-
This OPTIONAL property MUST use the [annotation rules](annotations.md#rules).
163+
This property MUST use the [annotation rules](annotations.md#rules).
164164

165165
- **StopSignal** *string*, OPTIONAL
166166

0 commit comments

Comments
 (0)