mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-31 05:40:42 +00:00 
			
		
		
		
	Add benchmark tests for nodeInclusionPolicy
Signed-off-by: kerthcet <kerthcet@gmail.com>
This commit is contained in:
		| @@ -65,7 +65,7 @@ func CreatePodWithRetries(c clientset.Interface, namespace string, obj *v1.Pod) | ||||
| 		if err == nil || apierrors.IsAlreadyExists(err) { | ||||
| 			return true, nil | ||||
| 		} | ||||
| 		return false, fmt.Errorf("Failed to create object with non-retriable error: %v ", err) | ||||
| 		return false, fmt.Errorf("failed to create object with non-retriable error: %v ", err) | ||||
| 	} | ||||
| 	return RetryWithExponentialBackOff(createFunc) | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user