diff options
| author | Brian Grant <briangrant@google.com> | 2018-02-15 14:30:15 -0800 |
|---|---|---|
| committer | Brian Grant <briangrant@google.com> | 2018-02-15 14:30:15 -0800 |
| commit | 0f6842590da49f6c8ae3864a42185990efaaa2ae (patch) | |
| tree | 7ca0fb612d10581dc6a8d3e84f9867c39f91e5f3 | |
| parent | 813fc539f711a41074f1d5a819900ae15b726f72 (diff) | |
Add the requirement that GA/stable APIs must have conformance tests, if/as appropriate.
| -rw-r--r-- | contributors/devel/api_changes.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contributors/devel/api_changes.md b/contributors/devel/api_changes.md index 8104946c..2440902e 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 |
