Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KustomizeV3 ¶
type KustomizeV3 struct{}
KustomizeV3 struct
func (*KustomizeV3) LoadIacDir ¶
func (k *KustomizeV3) 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 (*KustomizeV3) LoadIacFile ¶
func (k *KustomizeV3) 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.