Skip to content

Commit

Permalink
Merge pull request #1806 from bgrant0607/sig-arch-apis
Browse files Browse the repository at this point in the history
Add the requirement that GA/stable APIs must have conformance tests
  • Loading branch information
k8s-ci-robot authored Mar 1, 2018
2 parents 0a17fac + 0f68425 commit 8864f83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contributors/devel/api_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8864f83

Please sign in to comment.