route

package
v1.7.0 Latest Latest
Warning

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

Go to latest
Published: Jun 1, 2021 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 8 more Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClusterHandler

type ClusterHandler interface {
	Routing
	Get(req *restful.Request, resp *restful.Response)
	List(req *restful.Request, resp *restful.Response)
}

ClusterHandler cluster rest handler

type ConfigHandler

type ConfigHandler interface {
	Routing
	ListIstioSupportedVersions(req *restful.Request, resp *restful.Response)
}

ConfigHandler config rest handler

type MeshClusterHandler

type MeshClusterHandler interface {
	Routing
	ListMeshServices(req *restful.Request, resp *restful.Response)
	GetMeshService(req *restful.Request, resp *restful.Response)
	CreateMeshResource(req *restful.Request, resp *restful.Response)
}

MeshClusterHandler mesh rest handler

type MonitorHandler

type MonitorHandler interface {
	Routing
	GetTracingMetricsData(req *restful.Request, resp *restful.Response)
	GetMonitorMetricsData(req *restful.Request, resp *restful.Response)
	GetMonitorTopologyData(req *restful.Request, resp *restful.Response)
}

MonitorHandler monitor rest handler

type Routing

type Routing interface {
	AddToWebService(ws *restful.WebService)
}

Routing routing interface

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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