apiserver

package
v2.0.0 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2023 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Module includes the providers (gin engine and api router) and the registers.
	Module = fx.Options(
		fx.Provide(
			newEngine,
			newAPIRouter,
		),
		handlerModule,
		fx.Provide(func() prometheus.Registerer {
			return controllermetrics.Registry
		}),
		fx.Invoke(metrics.NewChaosDashboardMetricsCollector),
		fx.Invoke(register),
	)
)

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
auth
gcp

Jump to

Keyboard shortcuts

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