Skip to content

Commit eb795c9

Browse files
authored
fix serializer for unique id (#432)
1 parent a0b3b3f commit eb795c9

File tree

2 files changed

+35
-40
lines changed

2 files changed

+35
-40
lines changed

pkg/apis/troubleshoot/v1beta2/analyzer_shared.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ type RegistryImagesAnalyze struct {
143143
}
144144

145145
type AnalyzeMeta struct {
146-
ID string `json:"id,omitempty" yaml:"id,omitempty"`
146+
ID string `json:"id,omitempty" yaml:"id,omitempty"`
147147
CheckName string `json:"checkName,omitempty" yaml:"checkName,omitempty"`
148148
Exclude multitype.BoolOrString `json:"exclude,omitempty" yaml:"exclude,omitempty"`
149149
}

pkg/apis/troubleshoot/v1beta2/zz_generated.deepcopy.go

Lines changed: 34 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)