Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KustomizeV2 ¶
type KustomizeV2 struct{}
KustomizeV2 struct
func (*KustomizeV2) LoadIacDir ¶
func (k *KustomizeV2) LoadIacDir(absRootDir string, options map[string]interface{}) (output.AllResourceConfigs, error)
LoadIacDir loads the kustomize directory and returns the ResourceConfig mapping which is evaluated by the policy engine
func (*KustomizeV2) LoadIacFile ¶
func (k *KustomizeV2) LoadIacFile(absRootPath string, options map[string]interface{}) (allResourcesConfig output.AllResourceConfigs, err error)
LoadIacFile is not supported for kustomize. Only loading directories that have kustomization.y(a)ml file are supported
Click to show internal directories.
Click to hide internal directories.