From 3d95cccc2b08d012aae938959fede9fb5b0b69b6 Mon Sep 17 00:00:00 2001 From: aburdenthehand Date: Wed, 23 May 2018 12:45:10 +1000 Subject: [PATCH] Added suggested whitespace ahead of "Alpha" list (#8647) --- content/en/docs/reference/api-overview.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/docs/reference/api-overview.md b/content/en/docs/reference/api-overview.md index 3971ca8552..9178031a06 100644 --- a/content/en/docs/reference/api-overview.md +++ b/content/en/docs/reference/api-overview.md @@ -45,12 +45,13 @@ versioning proposal](https://git.k8s.io/community/contributors/design-proposals/ Different API versions indicate different levels of stability and support. You can find more information about the criteria for each level in the [API Changes documentation](https://git.k8s.io/community/contributors/devel/api_changes.md#alpha-beta-and-stable-versions). Here's a summary of each level: + - Alpha: - The version names contain `alpha` (for example, `v1alpha1`). - The software may contain bugs. Enabling a feature may expose bugs. A feature may be disabled by default. - The support for a feature may be dropped at any time without notice. - The API may change in incompatible ways in a later software release without notice. - - The software is recommended for use only in short-lived testing clusters, due to increased risk of bugs and lack of long-term support. + - The software is recommended for use only in short-lived testing clusters, due to increased risk of bugs and lack of long-term support. - Beta: - The version names contain `beta` (for example, `v2beta3`).