mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 01:06:27 +00:00
Add step to API changes doc for swagger regen
This commit is contained in:
parent
dd8184247e
commit
d0c8f52d9c
@ -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
|
If you added functionality, you should consider documenting it and/or writing
|
||||||
an example to illustrate your change.
|
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
|
## Incompatible API changes
|
||||||
If your change is going to be backward incompatible or might be a breaking change for API
|
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
|
consumers, please send an announcement to `kubernetes-dev@googlegroups.com` before
|
||||||
|
Loading…
Reference in New Issue
Block a user