azure-container-networking/nmagent
Diego Becerra e5d97bbf37
Add NotFound error handling to NMAgent client (#2163)
This PR makes some minor changes to the NMAgent client package as a part of a larger work item. This commit adds a NotFound method to the error returned by the NMAgent client. It also adds special handling to treat a 400 BadRequest as a NotFound when returned by the DeleteNetwork API call, since this case should be interpreted as a NotFound by the caller.
2023-08-23 22:53:46 +00:00
..
internal Fix broken NC publishing due to type mismatch (#1740) 2023-01-09 19:46:05 +00:00
client.go Add NotFound error handling to NMAgent client (#2163) 2023-08-23 22:53:46 +00:00
client_helpers_test.go Add NMAgent Client (#1305) 2022-05-05 17:58:21 -05:00
client_test.go Add NotFound error handling to NMAgent client (#2163) 2023-08-23 22:53:46 +00:00
config.go refactor and move the nmagentConfig code from cns to namgent package. (#1723) 2023-01-10 23:00:03 -08:00
config_test.go refactor and move the nmagentConfig code from cns to namgent package. (#1723) 2023-01-10 23:00:03 -08:00
doc.go Add NMAgent Client (#1305) 2022-05-05 17:58:21 -05:00
error.go Add NotFound error handling to NMAgent client (#2163) 2023-08-23 22:53:46 +00:00
nmagent_test.go Replace the NMAgent client in CNS with the one from the nmagent package (#1643) 2022-10-19 21:38:01 +00:00
requests.go Add Delete Network call to NMAgent client (#2050) 2023-07-14 14:23:57 -07:00
requests_test.go Fix broken NC publishing due to type mismatch (#1740) 2023-01-09 19:46:05 +00:00
responses.go feat: expose getHomeAzInfo api in cns to retrieve node home az infos from NMAgent (#1642) 2022-12-08 08:23:41 -08:00