@@ -117,12 +117,13 @@ type NodeResourceSelectors struct {
117117}
118118
119119type TextAnalyze struct {
120- AnalyzeMeta `json:",inline" yaml:",inline"`
121- CollectorName string `json:"collectorName,omitempty" yaml:"collectorName,omitempty"`
122- FileName string `json:"fileName,omitempty" yaml:"fileName,omitempty"`
123- RegexPattern string `json:"regex,omitempty" yaml:"regex,omitempty"`
124- RegexGroups string `json:"regexGroups,omitempty" yaml:"regexGroups,omitempty"`
125- Outcomes []* Outcome `json:"outcomes" yaml:"outcomes"`
120+ AnalyzeMeta `json:",inline" yaml:",inline"`
121+ CollectorName string `json:"collectorName,omitempty" yaml:"collectorName,omitempty"`
122+ FileName string `json:"fileName,omitempty" yaml:"fileName,omitempty"`
123+ RegexPattern string `json:"regex,omitempty" yaml:"regex,omitempty"`
124+ RegexGroups string `json:"regexGroups,omitempty" yaml:"regexGroups,omitempty"`
125+ IgnoreIfNoFiles bool `json:"ignoreIfNoFiles,omitempty" yaml:"ignoreIfNoFiles,omitempty"`
126+ Outcomes []* Outcome `json:"outcomes" yaml:"outcomes"`
126127}
127128
128129type DatabaseAnalyze struct {
0 commit comments