mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-29 19:09:33 +00:00
8 lines
178 B
Go
8 lines
178 B
Go
package syssetup
|
|
|
|
import kubeproxyconfig "k8s.io/kubernetes/pkg/proxy/apis/config"
|
|
|
|
func Configure(enableIPv6 bool, config *kubeproxyconfig.KubeProxyConntrackConfiguration) {
|
|
|
|
}
|