mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-05 16:57:51 +08:00
Extclient NET-63x (#2286)
* model changes * additional fields for extclient create * add DNS to extclient config * extclient name checks * update extclient * nmctl extclient * final tweaks * review comments * add extclientdns to node on ingress creation * fix to add ingress dns to api (#2296) --------- Co-authored-by: Aceix <aceixsmartX@gmail.com>
This commit is contained in:
@@ -18,8 +18,7 @@ var (
|
||||
NetID: "not-a-network",
|
||||
}
|
||||
testExternalClient = &models.ExtClient{
|
||||
ClientID: "testExtClient",
|
||||
Description: "ext client for testing",
|
||||
ClientID: "testExtClient",
|
||||
}
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user