Skip to content

Commit

Permalink
Update tests/e2e/testdata/scenarios/fields/management/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
acpana authored Nov 20, 2024
1 parent c351d55 commit cd1d858
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/e2e/testdata/scenarios/fields/management/README.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down

0 comments on commit cd1d858

Please sign in to comment.