basic caching working

This commit is contained in:
Kevin Delgado
2021-07-14 18:54:16 +00:00
parent dda31bbf2e
commit 7b9757faa4
3 changed files with 60 additions and 18 deletions

View File

@@ -244,6 +244,7 @@ func TestUnstructuredExtract(t *testing.T) {
t.Fatalf("failed to marshal pod into bytes: %v", err)
}
// apply the unstructured object to the cluster
actual, err := dynamicClient.Resource(resource).Namespace("default").Patch(
context.TODO(),
name,