-
Notifications
You must be signed in to change notification settings - Fork 293
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Checklist
- I did not find a related open issue.
- I did not find a solution in the troubleshooting guide: (https://cloud.google.com/config-connector/docs/troubleshooting)
- If this issue is time-sensitive, I have submitted a corresponding issue with GCP support.
Bug Description
I'm trying to use the go client package but the type definition for Lists of resources looks wrong. For example for computeInstanceList you have
type ComputeInstanceList struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Items []ComputeInstance `json:"items"`
}
I would expect metav1.ListMeta
instead of metav1.ObjectMeta
for Lists
Additional Diagnostic Information
Config Connector Version
GO client version: v1.41.0
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working