mirror of
https://github.com/kubescape/kubescape.git
synced 2026-02-14 18:09:55 +00:00
20 lines
454 B
Go
20 lines
454 B
Go
// Package classification Kubescape Microservice
|
|
//
|
|
// The Kubescape Microservice API allows clients to interact with a Kubescape instance running in a Kubernetes cluster: trigger scans, retrieve and delete their results, enable exporting metrics to Prometheus etc.
|
|
//
|
|
// Schemes: http
|
|
// BasePath: /
|
|
// Version: 1.0.0
|
|
//
|
|
// Consumes:
|
|
// - application/json
|
|
//
|
|
// Produces:
|
|
// - application/json
|
|
//
|
|
// Security:
|
|
// - basic
|
|
//
|
|
// swagger:meta
|
|
package docs
|