Skip to content

Commit

Permalink
Change type of annoation in Go to support complex annotations.
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Rule (VM/EMT3) <[email protected]>
  • Loading branch information
timrulebosch committed Oct 10, 2024
1 parent 77cb20f commit 7898ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/tools/simer/internal/pkg/file/handler/kind/kind.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ type KindDoc struct {
Kind string `yaml:"kind"`
Metadata struct {
Name string `yaml:"name"`
Annotations map[string]string `yaml:"annotations"`
Annotations map[string]interface{} `yaml:"annotations"`
Labels map[string]string `yaml:"labels"`
} `yaml:"metadata"`
Spec interface{} `yaml:"-"`
Expand Down

0 comments on commit 7898ad2

Please sign in to comment.