|
|
@ -142,6 +142,11 @@ func (i *Install) SetRegistryClient(registryClient *registry.Client) {
|
|
|
|
i.ChartPathOptions.registryClient = registryClient
|
|
|
|
i.ChartPathOptions.registryClient = registryClient
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// GetRegistryClient get the registry client.
|
|
|
|
|
|
|
|
func (i *Install) GetRegistryClient() *registry.Client {
|
|
|
|
|
|
|
|
return i.ChartPathOptions.registryClient
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (i *Install) installCRDs(crds []chart.CRD) error {
|
|
|
|
func (i *Install) installCRDs(crds []chart.CRD) error {
|
|
|
|
// We do these one file at a time in the order they were read.
|
|
|
|
// We do these one file at a time in the order they were read.
|
|
|
|
totalItems := []*resource.Info{}
|
|
|
|
totalItems := []*resource.Info{}
|
|
|
|