Skip to content

Commit 8864f83

Browse files
authored
Merge pull request #1806 from bgrant0607/sig-arch-apis
Add the requirement that GA/stable APIs must have conformance tests
2 parents 0a17fac + 0f68425 commit 8864f83

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

contributors/devel/api_changes.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,9 @@ feedback
766766
- Object Versioning: API version `vX` where `X` is an integer (e.g. `v1`)
767767
- Availability: in official Kubernetes releases, and enabled by default
768768
- Audience: all users
769-
- Completeness: same as beta
769+
- Completeness: must have conformance tests, approved by SIG Architecture,
770+
in the appropriate conformance profile (e.g., non-portable and/or optional
771+
features may not be in the default profile)
770772
- Upgradeability: only [strictly compatible](#on-compatibility) changes
771773
allowed in subsequent software releases
772774
- Cluster Reliability: high

0 commit comments

Comments
 (0)