Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGatekeeperError ¶
NewGatekeeperError creates a new gatekeeper error and appends to the given errors slice
Types ¶
type AND ¶
type AND struct {
Gatekeeper bool
Operation string
Op1 map[string]interface{}
Op2 map[string]interface{}
}
AND describes a AND() function
type OR ¶
type OR struct {
Gatekeeper bool
Operation string
Op1 map[string]interface{}
Op2 map[string]interface{}
}
OR describes a OR() function
type ResourceIdentifier ¶
ResourceIdentifier identifies a unique resources based on name, namespace, and kind
type RuleSet ¶
RuleSet is a set of Rules
func ParseRuleset ¶
ParseRuleset parses the ruleset file and returns a RuleSet object
Click to show internal directories.
Click to hide internal directories.