The notes are in reverse order
This commit is contained in:
		
							
								
								
									
										2
									
								
								pkg/client/cache/store.go
									
									
									
									
										vendored
									
									
										
										
										Normal file → Executable file
									
								
							
							
						
						
									
										2
									
								
								pkg/client/cache/store.go
									
									
									
									
										vendored
									
									
										
										
										Normal file → Executable file
									
								
							| @@ -99,7 +99,7 @@ func SplitMetaNamespaceKey(key string) (namespace, name string, err error) { | ||||
| 		// name only, no namespace | ||||
| 		return "", parts[0], nil | ||||
| 	case 2: | ||||
| 		// name and namespace | ||||
| 		// namespace and name | ||||
| 		return parts[0], parts[1], nil | ||||
| 	} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 lixiaobing10051267
					lixiaobing10051267