Skip to content

Commit

Permalink
Merge pull request kubernetes#11195 from erictune/move_versioning
Browse files Browse the repository at this point in the history
Move versioning doc.
  • Loading branch information
erictune committed Jul 14, 2015
2 parents 13434ce + e463723 commit 6b38719
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Fine-grain resource evolution alone makes it difficult to eliminate fields or re

Distinct API versions present more clear, consistent views of system resources and behavior than intermingled, independently evolved resources. They also provide a more straightforward mechanism for controlling access to end-of-lifed and/or experimental APIs.

The [API and release versioning proposal](versioning.md) describes the current thinking on the API version evolution process.
The [API and release versioning proposal](design/versioning.md) describes the current thinking on the API version evolution process.

## v1beta1, v1beta2, and v1beta3 are deprecated; please move to v1 ASAP

Expand Down
2 changes: 1 addition & 1 deletion docs/versioning.md → docs/design/versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ There is a separate question of how to track the capabilities of a kubelet to fa


<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/versioning.md?pixel)]()
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/design/versioning.md?pixel)]()
<!-- END MUNGE: GENERATED_ANALYTICS -->

0 comments on commit 6b38719

Please sign in to comment.