mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	update StatusDetails to handle Groups
This commit is contained in:
		@@ -180,7 +180,7 @@ func TestRetryOnConflictError(t *testing.T) {
 | 
			
		||||
	retryOnce := func(kubeClient client.Interface, namespace *api.Namespace) (*api.Namespace, error) {
 | 
			
		||||
		numTries++
 | 
			
		||||
		if numTries <= 1 {
 | 
			
		||||
			return namespace, errors.NewConflict(namespace.Kind, namespace.Name, fmt.Errorf("ERROR!"))
 | 
			
		||||
			return namespace, errors.NewConflict(api.Resource("namespaces"), namespace.Name, fmt.Errorf("ERROR!"))
 | 
			
		||||
		}
 | 
			
		||||
		return namespace, nil
 | 
			
		||||
	}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user