package
3.19.0-beta.1
Repository: https://github.com/open-policy-agent/gatekeeper.git
Documentation: pkg.go.dev

# Functions

New creates a new Tester object.
StringToCondition translates a user-provided string into a Test Condition.

# Constants

MustExist means that an object must exist at the given path entry.
MustNotExist means that an object must not exist at the given path entry.

# Variables

Base errors for validating path tests.
Base errors for validating path tests.

# Structs

Test describes a condition that the object must satisfy.
Tester knows whether it's okay that an object exists at a given path depth.

# Type aliases

Condition describes whether the path either MustExist or MustNotExist in the original object +kubebuilder:validation:Enum=MustExist;MustNotExist.