1
0
mirror of https://github.com/rancher/types.git synced 2025-09-13 05:26:11 +00:00

Add monitoring version types

This commit is contained in:
Guangbo Chen
2019-07-15 18:46:07 +08:00
committed by Alena Prokharchyk
parent 839eead94c
commit facd19d687
3 changed files with 6 additions and 0 deletions

View File

@@ -256,10 +256,12 @@ type IngressCapabilities struct {
}
type MonitoringInput struct {
Version string `json:"version,omitempty"`
Answers map[string]string `json:"answers,omitempty"`
}
type MonitoringOutput struct {
Version string `json:"version,omitempty"`
Answers map[string]string `json:"answers,omitempty"`
}