mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-07 02:07:58 +00:00
9 lines
200 B
YAML
9 lines
200 B
YAML
description: "This is a Map[String, { id: Long, name: String}]"
|
|
additionalProperties:
|
|
type: "object"
|
|
properties:
|
|
id:
|
|
type: "integer"
|
|
format: "int64"
|
|
name:
|
|
type: "string"
|