mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 08:55:55 -04:00
removing WaitIntervalString from iptables
This commit is contained in:
parent
3e39d1074f
commit
72654620a2
1 changed files with 0 additions and 3 deletions
|
|
@ -177,9 +177,6 @@ var RandomFullyMinVersion = utilversion.MustParseGeneric("1.6.2")
|
|||
// WaitMinVersion a minimum iptables versions supporting the -w and -w<seconds> flags
|
||||
var WaitMinVersion = utilversion.MustParseGeneric("1.4.20")
|
||||
|
||||
// WaitIntervalMinVersion a minimum iptables versions supporting the wait interval useconds
|
||||
var WaitIntervalMinVersion = utilversion.MustParseGeneric("1.6.1")
|
||||
|
||||
// WaitSecondsMinVersion a minimum iptables versions supporting the wait seconds
|
||||
var WaitSecondsMinVersion = utilversion.MustParseGeneric("1.4.22")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue