K8s: Rename origin.key to origin.hash (#89337)

This commit is contained in:
Ryan McKinley
2024-06-18 22:27:16 +03:00
committed by GitHub
parent b0c043de5f
commit 9b7f9ae22e
13 changed files with 34 additions and 59 deletions
+1 -1
View File
@@ -311,7 +311,7 @@ message EntityListRequest {
// list deleted entities instead of active ones
bool deleted = 12;
// Limit to a set of origin keys (empty is all)
// Deprecated: Limit to a set of origin keys (empty is all)
repeated string origin_keys = 13;
}