1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-16 06:59:25 +00:00

update to k8s v1.21 and go 1.16

This commit is contained in:
Kinara Shah
2021-04-29 14:07:38 -07:00
parent 3c0f955343
commit 9d49d88aaa
2297 changed files with 311411 additions and 121408 deletions

13
vendor/github.com/Microsoft/hcsshim/hnssupport.go generated vendored Normal file
View File

@@ -0,0 +1,13 @@
package hcsshim
import (
"github.com/Microsoft/hcsshim/internal/hns"
)
type HNSSupportedFeatures = hns.HNSSupportedFeatures
type HNSAclFeatures = hns.HNSAclFeatures
func GetHNSSupportedFeatures() HNSSupportedFeatures {
return hns.GetHNSSupportedFeatures()
}