Skip to content

Commit

Permalink
ResourceNamespace added in final SummaryValidationResult which was no…
Browse files Browse the repository at this point in the history
…t put previously
  • Loading branch information
prakash100198 committed Nov 4, 2024
1 parent e84412e commit 6cb269b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/Output.go
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ func (j *jsonOutputManager) PutBulk(vrs []ValidationResult) error {
FileName: vr.FileName,
IsVersionSupported: vr.IsVersionSupported,
LatestAPIVersion: vr.LatestAPIVersion,
ResourceNamespace: vr.ResourceNamespace,
}
for _, se := range vr.ErrorsForOriginal {
sse := &SummarySchemaError{
Expand Down

0 comments on commit 6cb269b

Please sign in to comment.