1
0
mirror of https://github.com/rancher/types.git synced 2025-06-27 05:56:50 +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 aea36dec96
commit 7bf6a58596

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"`
}