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