Does fleet support event based hooks?

Hi All,

In fleet.yaml file there is no option to add event based hooks like helmfile below

hooks:
- events: [“postsync”]
showlogs: true
command: “/bin/sh”
args:["-c", “kubectl apply -f myfile.yaml”]

What I would think of now is I had to create a folder with that yaml and point to it in gitrepo path?