From 0f6842590da49f6c8ae3864a42185990efaaa2ae Mon Sep 17 00:00:00 2001 From: Brian Grant Date: Thu, 15 Feb 2018 14:30:15 -0800 Subject: [PATCH] Add the requirement that GA/stable APIs must have conformance tests, if/as appropriate. --- contributors/devel/api_changes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/contributors/devel/api_changes.md b/contributors/devel/api_changes.md index 8104946cf97..2440902e62a 100644 --- a/contributors/devel/api_changes.md +++ b/contributors/devel/api_changes.md @@ -766,7 +766,9 @@ feedback - Object Versioning: API version `vX` where `X` is an integer (e.g. `v1`) - Availability: in official Kubernetes releases, and enabled by default - Audience: all users - - Completeness: same as beta + - Completeness: must have conformance tests, approved by SIG Architecture, +in the appropriate conformance profile (e.g., non-portable and/or optional +features may not be in the default profile) - Upgradeability: only [strictly compatible](#on-compatibility) changes allowed in subsequent software releases - Cluster Reliability: high