You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did not find a related open enhancement request.
I understand that enhancement requests filed in the GitHub repository are by default low priority.
If this request is time-sensitive, I have submitted a corresponding issue with GCP support.
Describe the feature or resource
Similar to #3443, we have an opportunity to remove the need for the IsPureDirectResource hack. It's probably possible to compute these values, instead of hardcoding them.
* 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).
Additional information
No response
Importance
No response
The text was updated successfully, but these errors were encountered:
Checklist
Describe the feature or resource
Similar to #3443, we have an opportunity to remove the need for the IsPureDirectResource hack. It's probably possible to compute these values, instead of hardcoding them.
k8s-config-connector/pkg/test/resourcefixture/sets.go
Lines 89 to 111 in cd511f7
We should also update the direct controller guide to remove instructions related to this manual update:
k8s-config-connector/docs/develop-resources/deep-dives/5-releases.md
Line 30 in cd511f7
Additional information
No response
Importance
No response
The text was updated successfully, but these errors were encountered: