Storage: prepare in resource bytes in storage.Interface, not the backend (#90513)

* prepare in k8s

* prepare in k8s

* prepare in k8s

* simplify event creation

* decode the inputs
This commit is contained in:
Ryan McKinley
2024-07-17 07:40:03 -07:00
committed by GitHub
parent 2616366a0a
commit 07c2d886fa
7 changed files with 304 additions and 324 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ func TestSimpleServer(t *testing.T) {
// Now update the value
tmp := &unstructured.Unstructured{}
err = json.Unmarshal(created.Value, tmp)
err = json.Unmarshal(found.Value, tmp)
require.NoError(t, err)
now := time.Now().UnixMilli()