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
When I tried to generate the types for AlloyDBCluster using the following command:
go run main.go generate-types \
--service google.cloud.alloydb.v1beta \
--api-version "alloydb.cnrm.cloud.google.com/v1beta1" \
--resource AlloyDBCluster:Cluster \
--resource AlloyDBInstance:Instance
I found that the generated output-only type ClusterObservedState contains non-output-only subtypes like EncryptionInfo, though it also contains output-only subtypes like GeminiClusterConfigObservedState.
I'd expect the output-only types should use output-only subtypes instead of using non-output-only subtypes.
Additional information
No response
Importance
No response
The text was updated successfully, but these errors were encountered:
Checklist
Describe the feature or resource
When I tried to generate the types for AlloyDBCluster using the following command:
I found that the generated output-only type
ClusterObservedState
contains non-output-only subtypes likeEncryptionInfo
, though it also contains output-only subtypes likeGeminiClusterConfigObservedState
.I'd expect the output-only types should use output-only subtypes instead of using non-output-only subtypes.
Additional information
No response
Importance
No response
The text was updated successfully, but these errors were encountered: