Add missing client paths to CNS Client (#1518)
These were forgotten during a previous effort to add endpoints to the CNS client. Consequently, those endpoints don't actually work unless these paths are present here.
This commit is contained in:
Родитель
72f4871aba
Коммит
717b7a03e7
|
@ -33,6 +33,10 @@ var clientPaths = []string{
|
|||
cns.PathDebugIPAddresses,
|
||||
cns.PathDebugPodContext,
|
||||
cns.PathDebugRestData,
|
||||
cns.UnpublishNetworkContainer,
|
||||
cns.PublishNetworkContainer,
|
||||
cns.CreateOrUpdateNetworkContainer,
|
||||
cns.SetOrchestratorType,
|
||||
}
|
||||
|
||||
type do interface {
|
||||
|
|
Загрузка…
Ссылка в новой задаче