Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isResourceError (0.2 sec)

  1. pkg/util/iptables/iptables.go

    		}
    	}
    	return false
    }
    
    const iptablesStatusResourceProblem = 4
    
    // isResourceError returns true if the error indicates that iptables ran into a "resource
    // problem" and was unable to attempt the request. In particular, this will be true if it
    // times out trying to get the iptables lock.
    func isResourceError(err error) bool {
    	if ee, isExitError := err.(utilexec.ExitError); isExitError {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 28.6K bytes
    - Viewed (0)
Back to top