hepa

package
v1.3.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 19, 2021 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var HEPA_DOMAINS_GET = apis.ApiSpec{
	Path:        "/api/domains",
	BackendPath: "/api/gateway/domains",
	Host:        "hepa.marathon.l4lb.thisdcos.directory:8080",
	K8SHost:     "hepa.default.svc.cluster.local:8080",
	Scheme:      "http",
	Method:      "GET",
	CheckLogin:  true,
	Doc:         `获取域名列表`,
}
View Source
var HEPA_RUNTIME_DOMAIN_GET = apis.ApiSpec{
	Path:         "/api/runtimes/<runtimeId>/k8s-domains",
	BackendPath:  "/api/gateway/openapi/runtimes/<runtimeId>/domains",
	Host:         "hepa.marathon.l4lb.thisdcos.directory:8080",
	K8SHost:      "hepa.default.svc.cluster.local:8080",
	Scheme:       "http",
	Method:       "GET",
	CheckLogin:   true,
	RequestType:  apistructs.DomainListRequest{},
	ResponseType: apistructs.DomainListResponse{},
	Doc:          `获取 Runtime 域名`,
}
View Source
var HEPA_RUNTIME_SERVICE_DOMAIN_UPDATE = apis.ApiSpec{
	Path:        "/api/runtimes/<runtimeId>/services/<serviceName>/domains",
	BackendPath: "/api/gateway/openapi/runtimes/<runtimeId>/services/<serviceName>/domains",
	Host:        "hepa.marathon.l4lb.thisdcos.directory:8080",
	K8SHost:     "hepa.default.svc.cluster.local:8080",
	Scheme:      "http",
	Method:      "PUT",
	CheckLogin:  true,
	Doc:         `更新 Runtime 内指定service的域名`,
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL