K8s: Add App SDK installer (#107773)

This commit is contained in:
Todd Treece
2025-07-21 13:32:15 -04:00
committed by GitHub
parent 548964f728
commit e5d2f92384
107 changed files with 2772 additions and 1891 deletions
+2 -1
View File
@@ -295,7 +295,8 @@ type mockClient struct {
}
func (m *mockClient) PatchInto(ctx context.Context, id resource.Identifier, req resource.PatchRequest, opts resource.PatchOptions, obj resource.Object) error {
m.values = append(m.values, req.Operations[0].Value)
value := req.Operations[0].Value
m.values = append(m.values, value)
return nil
}