Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPSource ¶
type HTTPSource struct {
// contains filtered or unexported fields
}
func NewHTTPSource ¶
func NewHTTPSource(opts ctlconf.DirectoryContentsHelmChart, helmBinary string, refFetcher ctlfetch.RefFetcher) *HTTPSource
type OCISource ¶
type OCISource struct {
// contains filtered or unexported fields
}
func NewOCISource ¶
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.