Skip to content

Commit dc8c773

Browse files
Merge pull request GoogleCloudPlatform#3017 from jingyih/docs
doc: update resource autogen allowlist when promoting direct resource to beta.
2 parents 77fc613 + 61d5219 commit dc8c773

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/develop-resources/deep-dives/5-releases.md

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626

2727
* For resource that is purely direct controller based, add the resource name to `pureDirectResources` in `IsPureDirectResource` function in [sets.go](https://github.com/GoogleCloudPlatform/k8s-config-connector/blob/master/pkg/test/resourcefixture/sets.go).
2828

29+
* If the resource is found in the resource-autogen [allowlist](https://github.com/GoogleCloudPlatform/k8s-config-connector/blob/6e9579347aadd08c07cfb0f1bd1747c4c9f4b197/scripts/resource-autogen/allowlist/allowlist.go#L31), remove it from the list.
30+
2931
## 5.4 Add samples
3032

3133
1. In [config/samples/resources](config/samples/resources), create a new

0 commit comments

Comments
 (0)