k3s/vendor/github.com/Microsoft/hcsshim/hnssupport.go
Darren Shepherd fa08d6076c Update vendor
2019-01-11 21:58:27 -07:00

14 lines
264 B
Go

package hcsshim
import (
"github.com/Microsoft/hcsshim/internal/hns"
)
type HNSSupportedFeatures = hns.HNSSupportedFeatures
type HNSAclFeatures = hns.HNSAclFeatures
func GetHNSSupportedFeatures() HNSSupportedFeatures {
return hns.GetHNSSupportedFeatures()
}