Documentation ¶
Index ¶
- Constants
- func AssureArchiveSuffix(name string) string
- func Download(p common.Printer, ctx oci.Context, ref string, path string, fs vfs.FileSystem, ...) error
- func Download2(p common.Printer, ctx oci.Context, ref string, path string, fs vfs.FileSystem, ...) (chart, prov string, aset string, err error)
- type Handler
- type RegistrationHandler
Constants ¶
View Source
const PATH = "helm/artifact"
View Source
const TYPE = resourcetypes.HELM_CHART
Variables ¶
This section is empty.
Functions ¶
func AssureArchiveSuffix ¶ added in v0.17.0
func Download ¶
func Download(p common.Printer, ctx oci.Context, ref string, path string, fs vfs.FileSystem, creds ...credentials.CredentialsSource) error
Types ¶
type RegistrationHandler ¶ added in v0.17.0
type RegistrationHandler struct{}
func (*RegistrationHandler) GetHandlers ¶ added in v0.17.0
func (r *RegistrationHandler) GetHandlers(ctx cpi.Context) registrations.HandlerInfos
func (*RegistrationHandler) RegisterByName ¶ added in v0.17.0
func (r *RegistrationHandler) RegisterByName(handler string, ctx downloadhandlers.Target, config downloadhandlers.HandlerConfig, olist ...downloadhandlers.HandlerOption) (bool, error)
Click to show internal directories.
Click to hide internal directories.