diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-02-28 22:43:56 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-28 22:43:56 -0800 |
| commit | 8864f83d281ec5adc315616e2e2d2b08ede99853 (patch) | |
| tree | 400a868715484a36e6e2591cb334adfcdadbde2c | |
| parent | 0a17fac4f7ab0512ad9dc276d6af2913910233e5 (diff) | |
| parent | 0f6842590da49f6c8ae3864a42185990efaaa2ae (diff) | |
Merge pull request #1806 from bgrant0607/sig-arch-apis
Add the requirement that GA/stable APIs must have conformance tests
| -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 |
