1
0
mirror of https://github.com/rancher/rke.git synced 2025-08-01 15:19:09 +00:00

go generate

This commit is contained in:
Rayan Das 2023-04-21 06:36:17 +05:30
parent 9d70986639
commit 530ef77991
3 changed files with 905 additions and 6 deletions

View File

@ -10,7 +10,7 @@ import (
)
const (
defaultURL = "https://releases.rancher.com/kontainer-driver-metadata/release-v2.6/data.json"
defaultURL = "https://releases.rancher.com/kontainer-driver-metadata/dev-v2.6/data.json"
dataFile = "data/data.json"
)

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long