1
0
mirror of https://github.com/rancher/types.git synced 2025-09-26 04:38:17 +00:00

add custom tags to logging test action input

This commit is contained in:
Aiwantaozi
2019-04-08 17:14:34 +08:00
committed by Craig Jellick
parent 4ceb3fe3c7
commit e24869c864

View File

@@ -184,9 +184,11 @@ type LoggingSystemImages struct {
type ClusterTestInput struct {
ClusterName string `json:"clusterId" norman:"required,type=reference[cluster]"`
LoggingTargets
OutputTags map[string]string `json:"outputTags,omitempty"`
}
type ProjectTestInput struct {
ProjectName string `json:"projectId" norman:"required,type=reference[project]"`
LoggingTargets
OutputTags map[string]string `json:"outputTags,omitempty"`
}