We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddb3e0f commit 615c884Copy full SHA for 615c884
README.md
@@ -114,3 +114,14 @@ auger checksum -f <member-3-boltdb-file> -r 7
114
> revision: 7
115
# Oh noes! The checksum should have been the same!
116
```
117
+
118
+### Scheme
119
120
+When updating `k8s.io/api` in go.mod, run:
121
122
+```sh
123
+make pkg/scheme/scheme.go pkg/old/scheme/scheme.go
124
+```
125
126
+`pkg/scheme/scheme.go` includes the current release of `k8s.io/api`
127
+`pkg/old/scheme/scheme.go` includes the previous release removed of `k8s.io/api`
0 commit comments