Skip to content

Commit

Permalink
fix(types.go): remove space in tag
Browse files Browse the repository at this point in the history
Signed-off-by: Aldo Lacuku <aldo@lacuku.eu>
  • Loading branch information
alacuku authored and poiana committed Nov 20, 2023
1 parent f7c4ab7 commit f3c7dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/events/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type Resource struct {
// Only used when storing metadata for pods.
ResourceReferences fields.References
// Tracks the nodes to which we have already sent the resource.
subs fields.Subscribers `hash: "ignore"`
subs fields.Subscribers `hash:"ignore"`
// State fields that are needed to track the nodes to which we need to send
// the resource. This fields thought to be used by the methods of the Resource.
createdFor fields.Subscribers `hash:"ignore"`
Expand Down

0 comments on commit f3c7dac

Please sign in to comment.