mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-31 05:40:42 +00:00 
			
		
		
		
	if item name is equal to kubernetes break the loop
This commit is contained in:
		| @@ -398,6 +398,7 @@ func TestMasterService(t *testing.T) { | ||||
| 		for i := range svcList.Items { | ||||
| 			if svcList.Items[i].Name == "kubernetes" { | ||||
| 				found = true | ||||
| 				break | ||||
| 			} | ||||
| 		} | ||||
| 		if found { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user