We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 some of the generated types are actually empty, e.g. EncryptionInfo.
EncryptionInfo
It might be better for us not to write empty types in the generated files.
No response
The text was updated successfully, but these errors were encountered:
jasonvigil
No branches or pull requests
Checklist
Describe the feature or resource
When I tried to generate the types for AlloyDBCluster using the following command:
I found that some of the generated types are actually empty, e.g.
EncryptionInfo
.It might be better for us not to write empty types in the generated files.
Additional information
No response
Importance
No response
The text was updated successfully, but these errors were encountered: