Versions in this module Expand all Collapse all v0 v0.1.7 May 29, 2026 v0.1.6 May 28, 2026 Changes in this version + const DefaultGenerateTimeout + const DefaultInitTimeout + const DefaultMaxStderrBytes + const DefaultMaxStdoutBytes + const DefaultPostRendererTimeout + const ExecWorkdirSource + const NoPolicyFingerprint + func Fingerprint(policy Policy) (string, error) + type Engine string + const EngineAVPCompat + const EngineExec + const EngineNativeKustomize + type ExecCommand struct + Command []string + Timeout time.Duration + type ExecConfig struct + Env ExecEnv + Generate ExecCommand + Init *ExecCommand + Output ExecOutput + PostRenderers []ExecCommand + Workdir string + type ExecEnv struct + Allow []string + type ExecOutput struct + MaxStderrBytes int64 + MaxStdoutBytes int64 + type Plugin struct + Engine Engine + Exec *ExecConfig + type Policy struct + Plugins map[string]Plugin + func Parse(path string, data []byte) (Policy, error) + func (p Policy) Plugin(name string) (Plugin, bool)