Add missing newline to fix list display on website (#9741)

This commit is contained in:
Eike Herzbach 2018-08-03 18:44:09 +02:00 committed by k8s-ci-robot
parent 94b835987a
commit 149248c6f4
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ multiple API versions, each at a different API path. For example: `/api/v1` or
`/apis/extensions/v1beta1`.
The version is set at the API level rather than at the resource or field level to:
- Ensure that the API presents a clear and consistent view of system resources and behavior.
- Enable control access to end-of-life and/or experimental APIs.