mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-01 18:58:18 +00:00
9 lines
102 B
Go
9 lines
102 B
Go
//go:build !linux
|
|
// +build !linux
|
|
|
|
package netlink
|
|
|
|
func (r Rule) typeString() string {
|
|
return ""
|
|
}
|