Documentation
¶
Overview ¶
Package executor implements overlay.Installer
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
// contains filtered or unexported fields
}
Options executor options.
func (*Options) GetOptions ¶
func (o *Options) GetOptions(ctx context.Context, extra overlay.ExtraOptions) (overlay.Options, error)
GetOptions returns the options for the overlay installer.
func (*Options) Install ¶
func (o *Options) Install(ctx context.Context, options overlay.InstallOptions[overlay.ExtraOptions]) error
Install installs the overlay.
Click to show internal directories.
Click to hide internal directories.