Skip to content

Commit

Permalink
Add FrontendConfig to storage when read from file
Browse files Browse the repository at this point in the history
  • Loading branch information
sawsa307 committed Sep 30, 2024
1 parent 574be1b commit f717ac7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/i2gw/providers/gce/resource_reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,5 +199,6 @@ func (r *reader) readUnstructuredObjects(objects []*unstructured.Unstructured) (
res.Ingresses = ingresses
res.Services = services
res.BackendConfigs = backendConfigs
res.FrontendConfigs = frontendConfigs
return res, nil
}

0 comments on commit f717ac7

Please sign in to comment.