summaryrefslogtreecommitdiff
path: root/pkg/bindings/images/types.go
blob: 340c7bdb9002f101c62fd1cf044cbe006e811f5d (plain)
1
2
3
4
5
6
7
8
package images

//go:generate go run ../generator/generator.go RemoveOptions
// RemoveOptions are optional options for image removal
type RemoveOptions struct {
	// Forces removes all containers based on the image
	Force *bool
}