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:
committed by
Alena Prokharchyk
parent
839eead94c
commit
facd19d687
@@ -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"`
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user