1
0
mirror of https://github.com/rancher/types.git synced 2025-09-15 22:39:05 +00:00

Add JSON parsing flag

This commit is contained in:
Dan Ramich
2019-12-03 10:47:46 -07:00
committed by Alena Prokharchyk
parent 7142d0a264
commit c396d2effd

View File

@@ -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 {