Skip to content

Commit a59035a

Browse files
committed
add support for extensions in hooks
Signed-off-by: Nicolas De Loof <[email protected]>
1 parent 2e78b55 commit a59035a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

types/derived.gen.go

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

types/hooks.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ type ServiceHook struct {
2323
Privileged bool `yaml:"privileged,omitempty" json:"privileged,omitempty"`
2424
WorkingDir string `yaml:"working_dir,omitempty" json:"working_dir,omitempty"`
2525
Environment MappingWithEquals `yaml:"environment,omitempty" json:"environment,omitempty"`
26+
27+
Extensions Extensions `yaml:"#extensions,inline,omitempty" json:"-"`
2628
}

0 commit comments

Comments
 (0)