We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 574be1b commit 7d4b499Copy full SHA for 7d4b499
pkg/i2gw/providers/gce/resource_reader.go
@@ -199,5 +199,6 @@ func (r *reader) readUnstructuredObjects(objects []*unstructured.Unstructured) (
199
res.Ingresses = ingresses
200
res.Services = services
201
res.BackendConfigs = backendConfigs
202
+ res.FrontendConfigs = frontendConfigs
203
return res, nil
204
}
0 commit comments