Add path to CNS client for DeleteNC (#1619)

This path was missed in a prior iteration, but is necessary for the
client to function properly. Without it, the route cannot be found and
thus the request cannot be created.
This commit is contained in:
Timothy J. Raymond 2022-09-22 17:43:05 -04:00 коммит произвёл GitHub
Родитель 6db9382c96
Коммит fc690d2274
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -39,6 +39,7 @@ var clientPaths = []string{
cns.SetOrchestratorType,
cns.NumberOfCPUCores,
cns.NMAgentSupportedAPIs,
cns.DeleteNetworkContainer,
}
type do interface {