Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPSource ¶ added in v0.19.0
type HTTPSource struct {
// contains filtered or unexported fields
}
func NewHTTPSource ¶ added in v0.19.0
func NewHTTPSource(opts ctlconf.DirectoryContentsHelmChart, helmBinary string, refFetcher ctlfetch.RefFetcher) *HTTPSource
type OCISource ¶ added in v0.19.0
type OCISource struct {
// contains filtered or unexported fields
}
func NewOCISource ¶ added in v0.19.0
func NewOCISource(opts ctlconf.DirectoryContentsHelmChart, helmBinary string, refFetcher ctlfetch.RefFetcher) *OCISource
type Sync ¶
type Sync struct {
// contains filtered or unexported fields
}
func NewSync ¶
func NewSync(opts ctlconf.DirectoryContentsHelmChart, helmBinary string, refFetcher ctlfetch.RefFetcher) *Sync
Click to show internal directories.
Click to hide internal directories.