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.
Click to show internal directories.
Click to hide internal directories.