Documentation
¶
Overview ¶
Package controller contains options specific to pkg controllers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
controller.Options
// Cache for package OCI images.
Cache xpkg.Cache
// Namespace used to unpack and run packages.
Namespace string
// DefaultRegistry used to pull packages.
DefaultRegistry string
// FetcherOptions can be used to add optional parameters to
// NewK8sFetcher.
FetcherOptions []xpkg.FetcherOpt
}
Options specific to pkg controllers.
Click to show internal directories.
Click to hide internal directories.