Open YifeiZhuang opened 5 days ago
Parsing annotation should not return partial results, needs to be fixed to something like:
if err := json.Unmarshal(); err != nil { return InterfaceStatusAnnotation{}, err } return ret, nil
https://github.com/GoogleCloudPlatform/gke-networking-api/blob/898f6b4a2a34a04108bd6bf66773cf2221c2e511/apis/network/v1/annotations.go#L213-L252
/assign @liuyuan10
Parsing annotation should not return partial results, needs to be fixed to something like:
https://github.com/GoogleCloudPlatform/gke-networking-api/blob/898f6b4a2a34a04108bd6bf66773cf2221c2e511/apis/network/v1/annotations.go#L213-L252