Skip to content

Commit

Permalink
Add how to update scheme in readme
Browse files Browse the repository at this point in the history
Signed-off-by: Shiming Zhang <[email protected]>
  • Loading branch information
wzshiming committed May 13, 2024
1 parent 610e55e commit f369b15
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,18 @@ auger checksum -f <member-3-boltdb-file> -r 7
# Oh noes! The checksum should have been the same!
```

Scheme
----

When updating `k8s.io/api` in go.mod, run:

```sh
make pkg/scheme/scheme.go pkg/old/scheme/scheme.go
```

`pkg/scheme/scheme.go` includes the current release of `k8s.io/api`
`pkg/old/scheme/scheme.go` includes the previous release removed of `k8s.io/api`

TODO
----

Expand Down

0 comments on commit f369b15

Please sign in to comment.