Separates validation per-runtime.

This commit is contained in:
George Kudrayvtsev
2017-12-04 16:57:31 -08:00
parent 234ce8da41
commit e48b6f3d15
2 changed files with 24 additions and 9 deletions

View File

@@ -510,7 +510,7 @@ func TestValidateProxyMode(t *testing.T) {
}{
{
mode: kubeproxyconfig.ProxyMode("non-existing"),
msg: "or blank (blank means the best-available proxy [currently iptables])",
msg: "or blank (blank means the",
},
}