Documentation ¶
Index ¶
Constants ¶
View Source
const ( // MeshPrefix is the mesh prefix. MeshPrefix = "/mesh" // MeshTenantPrefix is the mesh tenant prefix. MeshTenantPrefix = "/mesh/tenants" // MeshTenantPath is the mesh tenant path. MeshTenantPath = "/mesh/tenants/{tenantName}" // MeshIngressPrefix is the mesh ingress prefix. MeshIngressPrefix = "/mesh/ingresses" // MeshIngressPath is the mesh ingress path. MeshIngressPath = "/mesh/ingresses/{ingressName}" // MeshServicePrefix is mesh service prefix. MeshServicePrefix = "/mesh/services" // MeshServicePath is the mesh service path. MeshServicePath = "/mesh/services/{serviceName}" // MeshServiceCanaryPath is the mesh service canary path. MeshServiceCanaryPath = "/mesh/services/{serviceName}/canary" // MeshServiceResiliencePath is the mesh service resilience path. MeshServiceResiliencePath = "/mesh/services/{serviceName}/resilience" // MeshServiceLoadBalancePath is the mesh service load balance path. MeshServiceLoadBalancePath = "/mesh/services/{serviceName}/loadbalance" // MeshServiceOutputServerPath is the mesh service output server path. MeshServiceOutputServerPath = "/mesh/services/{serviceName}/outputserver" // MeshServiceTracingsPath is the mesh service tracings path. MeshServiceTracingsPath = "/mesh/services/{serviceName}/tracings" // MeshServiceMetricsPath is the mesh service metrics path. MeshServiceMetricsPath = "/mesh/services/{serviceName}/metrics" // MeshServiceInstancePrefix is the mesh service prefix. MeshServiceInstancePrefix = "/mesh/serviceinstances" // MeshServiceInstancePath is the mesh service path. MeshServiceInstancePath = "/mesh/serviceinstances/{serviceName}/{instanceID}" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.