Skip to content

Commit

Permalink
go generate
Browse files Browse the repository at this point in the history
  • Loading branch information
krunalhinguu authored and vardhaman22 committed Nov 28, 2024
1 parent 808209f commit b0f6b5b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion codegen/codegen.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

const (
defaultDevURL = "https://releases.rancher.com/kontainer-driver-metadata/dev-v2.10/data.json"
defaultDevURL = "https://raw.githubusercontent.com/krunalhinguu/kontainer-driver-metadata/refs/heads/k8s-v2.10-nov-2024-patches/data/data.json"
defaultReleaseURL = "https://releases.rancher.com/kontainer-driver-metadata/release-v2.10/data.json"
dataFile = "data/data.json"
)
Expand Down
4 changes: 2 additions & 2 deletions data/bindata.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/data.json

Large diffs are not rendered by default.

0 comments on commit b0f6b5b

Please sign in to comment.