Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelmV3 ¶
type HelmV3 struct {
// contains filtered or unexported fields
}
HelmV3 struct implements the IacProvider interface
func (*HelmV3) LoadIacDir ¶
func (h *HelmV3) LoadIacDir(absRootDir string, options map[string]interface{}) (output.AllResourceConfigs, error)
LoadIacDir loads all helm charts under the specified directory
func (*HelmV3) LoadIacFile ¶
func (h *HelmV3) LoadIacFile(absRootPath string, options map[string]interface{}) (allResourcesConfig output.AllResourceConfigs, err error)
LoadIacFile is not supported for helm. Only loading chart directories are supported
Click to show internal directories.
Click to hide internal directories.