Skip to content

Commit

Permalink
docs: add API changes section to dev guide
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Mar 4, 2020
1 parent dad72da commit 9b6ee75
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/gitbook/dev/dev-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,22 @@ Run unit tests:
make test
```

### API changes

If you made changes to `pkg/apis` regenerate the Kubernetes client sets with:

```bash
make codegen
```

Update the validation spec in `artifacts/flagger/crd.yaml` and run:

```bash
make crd
```

Note that any change to the CRDs must be accompanied by an update to the Open API schema.

### Manual testing

Install a service mesh and/or an ingress controller on your cluster and deploy Flagger
Expand Down

0 comments on commit 9b6ee75

Please sign in to comment.