Skip to content

Commit 0a10dad

Browse files
Add support for string --> object map for DCL resources (#10039) (#7043)
* Add support for string --> object map for DCL resources * Fix whitespace in template * Add test, need updated DCL to work * Add override for key name * Both overrides * Update docs, prepend key for maps * Update bundle descriptions * Comment update [upstream:3ccc673c9b2202948591b546ae21658ea4f19d8a] Signed-off-by: Modular Magician <[email protected]>
1 parent a36b852 commit 0a10dad

File tree

6 files changed

+633
-2
lines changed

6 files changed

+633
-2
lines changed

.changelog/10039.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
```release-note:enhancement
2+
gkehub: added support for `policycontroller.policy_controller_hub_config.policy_content.bundles` and
3+
`policycontroller.policy_controller_hub_config.deployment_configs` fields to `google_gke_hub_feature_membership`
4+
```

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.20
44

55
require (
66
cloud.google.com/go/bigtable v1.19.0
7-
github.com/GoogleCloudPlatform/declarative-resource-client-library v1.62.0
7+
github.com/GoogleCloudPlatform/declarative-resource-client-library v1.63.0
88
github.com/apparentlymart/go-cidr v1.1.0
99
github.com/davecgh/go-spew v1.1.1
1010
github.com/dnaeon/go-vcr v1.0.1

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,3 +413,5 @@ gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
413413
honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
414414
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
415415
rsc.io/binaryregexp v0.2.0 h1:HfqmD5MEmC0zvwBuF187nq9mdnXjXsSivRiXN7SmRkE=
416+
github.com/GoogleCloudPlatform/declarative-resource-client-library v1.63.0 h1:eSOBYPZVnU2fZul9sAJFGLVCgv6stNVKkmsogKF7UeY=
417+
github.com/GoogleCloudPlatform/declarative-resource-client-library v1.63.0/go.mod h1:pL2Qt5HT+x6xrTd806oMiM3awW6kNIXB/iiuClz6m6k=

0 commit comments

Comments
 (0)