Commit bb82fbb2 authored by Clayton Coleman's avatar Clayton Coleman

Merge pull request #7727 from pmorie/api-changes

Add step to API changes doc for swagger regen
parents c07896ee d0c8f52d
......@@ -301,6 +301,14 @@ you'll figure it out. Put `grep` or `ack` to good use.
If you added functionality, you should consider documenting it and/or writing
an example to illustrate your change.
Make sure you update the swagger API spec by running:
```shell
$ 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment