Skip to content

Commit

Permalink
update data with the new model
Browse files Browse the repository at this point in the history
  • Loading branch information
Ofir-Lapid committed Nov 18, 2021
1 parent 89c04b3 commit e242662
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kubebeat/beater/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,5 @@ func copy(m map[string]interface{}) (map[string]interface{}, error) {
func init() {
gob.Register([]interface{}{})
gob.Register(map[string]Process{})
gob.Register([]FileSystemResourceData{})
}

0 comments on commit e242662

Please sign in to comment.