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