Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/proxy/apis/config/validation/validation.go

    	if config.DetectLocalMode == kubeproxyconfig.LocalModeBridgeInterface {
    		allErrs = append(allErrs, validateInterface(config.DetectLocal.BridgeInterface, newPath.Child("InterfaceName"))...)
    	}
    	if config.DetectLocalMode == kubeproxyconfig.LocalModeInterfaceNamePrefix {
    		allErrs = append(allErrs, validateInterface(config.DetectLocal.InterfaceNamePrefix, newPath.Child("InterfacePrefix"))...)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 13:25:06 UTC 2024
    - 14.6K bytes
    - Viewed (0)
Back to top