mirror of
https://github.com/rancher/types.git
synced 2025-09-17 15:29:10 +00:00
Add monitoring version types
This commit is contained in:
committed by
Alena Prokharchyk
parent
839eead94c
commit
facd19d687
@@ -3,8 +3,10 @@ package client
|
||||
const (
|
||||
MonitoringInputType = "monitoringInput"
|
||||
MonitoringInputFieldAnswers = "answers"
|
||||
MonitoringInputFieldVersion = "version"
|
||||
)
|
||||
|
||||
type MonitoringInput struct {
|
||||
Answers map[string]string `json:"answers,omitempty" yaml:"answers,omitempty"`
|
||||
Version string `json:"version,omitempty" yaml:"version,omitempty"`
|
||||
}
|
||||
|
@@ -3,8 +3,10 @@ package client
|
||||
const (
|
||||
MonitoringOutputType = "monitoringOutput"
|
||||
MonitoringOutputFieldAnswers = "answers"
|
||||
MonitoringOutputFieldVersion = "version"
|
||||
)
|
||||
|
||||
type MonitoringOutput struct {
|
||||
Answers map[string]string `json:"answers,omitempty" yaml:"answers,omitempty"`
|
||||
Version string `json:"version,omitempty" yaml:"version,omitempty"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user