Documentation
¶
Overview ¶
Package remove provides options for image remove.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SetImageRemoveOption ¶
type SetImageRemoveOption func(*image.RemoveOptions) error
SetImageRemoveOption is a function that sets the image remove options.
func WithForce ¶
func WithForce() SetImageRemoveOption
WithForce sets the force flag for the image remove.
func WithPlatform ¶
func WithPlatform(setters ...create.SetPlatformConfig) SetImageRemoveOption
WithPlatform appends the platform for the image remove.
func WithPruneChildren ¶
func WithPruneChildren() SetImageRemoveOption
WithPruneChildren sets the prune children flag for the image remove.
Click to show internal directories.
Click to hide internal directories.