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:
committed by
Craig Jellick
parent
4ceb3fe3c7
commit
e24869c864
@@ -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"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user