From 7bf6a58596d6b2035f7143fe7c59091e52b70d6c Mon Sep 17 00:00:00 2001 From: Aiwantaozi Date: Mon, 8 Apr 2019 17:14:34 +0800 Subject: [PATCH] add custom tags to logging test action input --- apis/management.cattle.io/v3/logging_types.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apis/management.cattle.io/v3/logging_types.go b/apis/management.cattle.io/v3/logging_types.go index 7ab08ffd..352f179d 100644 --- a/apis/management.cattle.io/v3/logging_types.go +++ b/apis/management.cattle.io/v3/logging_types.go @@ -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"` }