diff options
| author | David Oppenheimer <davidopp@gmail.com> | 2015-07-17 15:52:08 -0700 |
|---|---|---|
| committer | David Oppenheimer <davidopp@gmail.com> | 2015-07-17 15:52:08 -0700 |
| commit | bc7325e085ac7af0c38b1a2f1c4d2c57a0ca1909 (patch) | |
| tree | 0b2778765b4109cc2014b2befab5a940d0a05563 /api_changes.md | |
| parent | e1a268be8375b68f4b4a1d546d2538fcdaa33da1 (diff) | |
| parent | da3e5f056b57f17ae5234085a00e792adaa02d57 (diff) | |
Merge pull request #11452 from thockin/docs-munge-headerlines
Munge headerlines
Diffstat (limited to 'api_changes.md')
| -rw-r--r-- | api_changes.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/api_changes.md b/api_changes.md index edf227cc..7a0418e8 100644 --- a/api_changes.md +++ b/api_changes.md @@ -30,6 +30,7 @@ Documentation for other releases can be found at <!-- END STRIP_FOR_RELEASE --> <!-- END MUNGE: UNVERSIONED_WARNING --> + # So you want to change the API? The Kubernetes API has two major components - the internal structures and @@ -365,6 +366,7 @@ $ hack/update-swagger-spec.sh The API spec changes should be in a commit separate from your other changes. ## Incompatible API changes + If your change is going to be backward incompatible or might be a breaking change for API consumers, please send an announcement to `kubernetes-dev@googlegroups.com` before the change gets in. If you are unsure, ask. Also make sure that the change gets documented in |
