mirror of
https://github.com/rancher/types.git
synced 2025-08-18 04:16:59 +00:00
Add JSON parsing flag
This commit is contained in:
parent
7142d0a264
commit
c396d2effd
@ -41,6 +41,7 @@ type LoggingCommonField struct {
|
||||
DisplayName string `json:"displayName,omitempty"`
|
||||
OutputFlushInterval int `json:"outputFlushInterval,omitempty" norman:"default=60"`
|
||||
OutputTags map[string]string `json:"outputTags,omitempty"`
|
||||
EnableJSONParsing bool `json:"enableJSONParsing,omitempty"`
|
||||
}
|
||||
|
||||
type LoggingTargets struct {
|
||||
|
Loading…
Reference in New Issue
Block a user