pub fn render_kustomize_with_options(
dir: &Path,
enable_helm: bool,
load_restrictors: LoadRestrictors,
) -> Result<Vec<Object>, KustomizeError>Expand description
Render Kustomize with specific options.
pub fn render_kustomize_with_options(
dir: &Path,
enable_helm: bool,
load_restrictors: LoadRestrictors,
) -> Result<Vec<Object>, KustomizeError>Render Kustomize with specific options.