K8s: Remove restore functionality; can be done with list (#102560)
This commit is contained in:
committed by
GitHub
parent
92cc10f983
commit
c33a53a47a
@@ -176,26 +176,6 @@ func TestUnifiedStorageQueries(t *testing.T) {
|
||||
},
|
||||
},
|
||||
|
||||
sqlResoureceHistoryUpdateUid: {
|
||||
{
|
||||
Name: "modify uids in history",
|
||||
Data: &sqlResourceHistoryUpdateRequest{
|
||||
SQLTemplate: mocks.NewTestingSQLTemplate(),
|
||||
WriteEvent: resource.WriteEvent{
|
||||
Key: &resource.ResourceKey{
|
||||
Namespace: "nn",
|
||||
Group: "gg",
|
||||
Resource: "rr",
|
||||
Name: "name",
|
||||
},
|
||||
PreviousRV: 1234,
|
||||
},
|
||||
OldUID: "old-uid",
|
||||
NewUID: "new-uid",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
sqlResourceHistoryInsert: {
|
||||
{
|
||||
Name: "insert into resource_history",
|
||||
|
||||
Reference in New Issue
Block a user