k3s/vendor/github.com/Microsoft/hcsshim/hnssupport.go

14 lines
264 B
Go
Raw Normal View History

2019-01-12 04:58:27 +00:00
package hcsshim
import (
"github.com/Microsoft/hcsshim/internal/hns"
)
type HNSSupportedFeatures = hns.HNSSupportedFeatures
type HNSAclFeatures = hns.HNSAclFeatures
func GetHNSSupportedFeatures() HNSSupportedFeatures {
return hns.GetHNSSupportedFeatures()
}