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:
parent
aea36dec96
commit
7bf6a58596
@ -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"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user