062d255124
Handle ioutil deprecations ( #53526 )
...
* replace ioutil.ReadFile -> os.ReadFile
* replace ioutil.ReadAll -> io.ReadAll
* replace ioutil.TempFile -> os.CreateTemp
* replace ioutil.NopCloser -> io.NopCloser
* replace ioutil.WriteFile -> os.WriteFile
* replace ioutil.TempDir -> os.MkdirTemp
* replace ioutil.Discard -> io.Discard
2022-08-10 15:37:51 +02:00
ccb8888055
CloudMonitor: Correctly encode default project response ( #49510 )
...
* Correctly encode default project response
* Make getGCEDefaultProject a method of Service and add test
* Handle error appropriately
* Update test and function definition
2022-05-25 14:05:12 +01:00
a2ad0a0fb6
CloudMonitor: Iterate over pageToken for resources ( #42546 )
2021-12-07 08:54:50 -05:00
fc3d3ff003
CloudMonitoring: Move data manipulation to backend ( #41379 )
2021-11-10 08:58:04 -05:00
96f37b3f30
CloudMonitoring: use CallResourceHandler instead of PluginProxy ( #41064 )
2021-11-02 10:37:02 -04:00