Versions in this module Expand all Collapse all v0 v0.0.1 Mar 17, 2024 Changes in this version + func PoliciesFromPaths(paths []string) ([]k8s.PolicyInterface, error) + type Metadata struct + Annotations map[string]string + Name string + type PolicyFile struct + APIVersion string + Kind string + Metadata Metadata + Spec k8s.PolicySpec + func (p PolicyFile) GetDefaultActions() []string + func (p PolicyFile) GetDescription() string + func (p PolicyFile) GetName() string + func (p PolicyFile) GetRules() []k8s.Rule + func (p PolicyFile) GetScope() []string + func (p PolicyFile) Validate() error