mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-11-29 18:27:58 +08:00
Merge branch 'release-3.4.1' of https://github.com/goodrain/rainbond into release-3.4.1
This commit is contained in:
commit
87ca1b0397
@ -1299,6 +1299,7 @@ func (t *TenantStruct) deletePortController(w http.ResponseWriter, r *http.Reque
|
||||
var port = &api_model.TenantServicesPort{
|
||||
TenantID: tenantID,
|
||||
ServiceID: serviceID,
|
||||
ContainerPort: oldPort,
|
||||
}
|
||||
var ports api_model.ServicePorts
|
||||
ports.Port = append(ports.Port, port)
|
||||
|
@ -80,7 +80,7 @@ type PodInfo struct {
|
||||
const (
|
||||
VSPoolExpString string = "(.*)[@|_](.*)_([0-9]*)\\.[Pool|VS]"
|
||||
NodeExpString string = "(.*)_([0-9]*)\\.Node"
|
||||
DomainAPIURI string = "http://127.0.0.1:%s/tenants/%s/services/%s/domains"
|
||||
DomainAPIURI string = "http://127.0.0.1:%s/v2/tenants/%s/services/%s/domains"
|
||||
)
|
||||
|
||||
func (s *SourceBranch) RePoolName() string {
|
||||
|
Loading…
Reference in New Issue
Block a user