From cd1d858daa35fffa0c43fcc2187c050834e1cbcf Mon Sep 17 00:00:00 2001 From: alex <8968914+acpana@users.noreply.github.com> Date: Wed, 20 Nov 2024 09:21:35 -0800 Subject: [PATCH] Update tests/e2e/testdata/scenarios/fields/management/README.md --- tests/e2e/testdata/scenarios/fields/management/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/e2e/testdata/scenarios/fields/management/README.md b/tests/e2e/testdata/scenarios/fields/management/README.md index dec6d6d3675..84f15dacd1c 100644 --- a/tests/e2e/testdata/scenarios/fields/management/README.md +++ b/tests/e2e/testdata/scenarios/fields/management/README.md @@ -1,7 +1,6 @@ This test folder contains scenarios for setting and unsetting a field. -Unsetting a native field (int, bool, string) refers to setting that field to the -0 value in Go. +Unsetting a native field (int, bool, string) in the underlying GCP resource that a Config Connector resource manages can be achieved by setting the corresponding field in the Config Connector resource to its 0 value. This means setting an int field to `0`, a bool field to `false`, a string field to `""` (and etc). The folder structure should follow: