Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UnpackModelKit ¶
func UnpackModelKit(ctx context.Context, opts *UnpackOptions) error
UnpackModelKit performs the core unpacking logic for a ModelKit.
Types ¶
type UnpackOptions ¶
type UnpackOptions struct {
options.NetworkOptions
ConfigHome string
UnpackDir string
Filters []string
FilterConfs []kitfile.FilterConf
ModelRef *registry.Reference
Overwrite bool
IgnoreExisting bool
IncludeRemote bool
}
UnpackOptions represents the configuration for unpacking operations. This is the main options structure used by both command and library interfaces.
Click to show internal directories.
Click to hide internal directories.