1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-17 15:40:07 +00:00

kontainer-driver-metadata vendor update

This commit is contained in:
Alena Prokharchyk
2019-07-29 12:49:45 -07:00
parent 2bc960a01c
commit a7d2c00d2a
3 changed files with 10 additions and 9 deletions

View File

@@ -30,4 +30,4 @@ github.com/mattn/go-colorable efa589957cd060542a26d2dd7832fd6a6c6c3ad
github.com/mattn/go-isatty 6ca4dbf54d38eea1a992b3c722a76a5d1c4cb25c github.com/mattn/go-isatty 6ca4dbf54d38eea1a992b3c722a76a5d1c4cb25c
github.com/rancher/norman f5744043a6fb81330ee78e4f7a0f04d0ef65c9f1 github.com/rancher/norman f5744043a6fb81330ee78e4f7a0f04d0ef65c9f1
github.com/rancher/types 7aea84d5544dffdb64113928c30ec7e9289ebc4a github.com/rancher/types 7aea84d5544dffdb64113928c30ec7e9289ebc4a
github.com/rancher/kontainer-driver-metadata a6ceb896b4e0b3a0eff3a2f5aac379b7c7d2896a github.com/rancher/kontainer-driver-metadata 6068605fbaef9eee8f7e1e6522b8323054cc0031

View File

@@ -0,0 +1 @@
/kontainer-driver-metadata

View File

@@ -1,13 +1,13 @@
package rke package rke
func loadK8sVersionDockerInfo() map[string][]string { func loadK8sVersionDockerInfo() map[string][]string {
return map[string][]string{ return map[string][]string{
"1.8": {"1.11.x", "1.12.x", "1.13.x", "17.03.x"}, "1.8": {"1.11.x", "1.12.x", "1.13.x", "17.03.x"},
"1.9": {"1.11.x", "1.12.x", "1.13.x", "17.03.x", "18.06.x", "18.09.x"}, "1.9": {"1.11.x", "1.12.x", "1.13.x", "17.03.x", "18.06.x", "18.09.x", "19.03.x"},
"1.10": {"1.11.x", "1.12.x", "1.13.x", "17.03.x", "18.06.x", "18.09.x"}, "1.10": {"1.11.x", "1.12.x", "1.13.x", "17.03.x", "18.06.x", "18.09.x", "19.03.x"},
"1.11": {"1.11.x", "1.12.x", "1.13.x", "17.03.x", "18.06.x", "18.09.x"}, "1.11": {"1.11.x", "1.12.x", "1.13.x", "17.03.x", "18.06.x", "18.09.x", "19.03.x"},
"1.12": {"1.11.x", "1.12.x", "1.13.x", "17.03.x", "17.06.x", "17.09.x", "18.06.x", "18.09.x"}, "1.12": {"1.11.x", "1.12.x", "1.13.x", "17.03.x", "17.06.x", "17.09.x", "18.06.x", "18.09.x", "19.03.x"},
"1.13": {"1.11.x", "1.12.x", "1.13.x", "17.03.x", "17.06.x", "17.09.x", "18.06.x", "18.09.x"}, "1.13": {"1.11.x", "1.12.x", "1.13.x", "17.03.x", "17.06.x", "17.09.x", "18.06.x", "18.09.x", "19.03.x"},
"1.14": {"1.13.x", "17.03.x", "17.06.x", "17.09.x", "18.06.x", "18.09.x"}, "1.14": {"1.13.x", "17.03.x", "17.06.x", "17.09.x", "18.06.x", "18.09.x", "19.03.x"},
"1.15": {"1.13.x", "17.03.x", "17.06.x", "17.09.x", "18.06.x", "18.09.x"},} "1.15": {"1.13.x", "17.03.x", "17.06.x", "17.09.x", "18.06.x", "18.09.x", "19.03.x"}}
} }