package
0.19.0
Repository: https://github.com/moby/buildkit.git
Documentation: pkg.go.dev

# Constants

EXACT treats the source identifier as a litteral string match.
REGEX treats the source identifier as a regular expression With regex matching you can also use match groups to replace values in the destination identifier.
WILDCARD is the default matching type.

# Variables

Enum value maps for AttrMatch.
Enum value maps for AttrMatch.
Enum value maps for MatchType.
Enum value maps for MatchType.
Enum value maps for PolicyAction.
Enum value maps for PolicyAction.

# Structs

AttrConstraint defines a constraint on a source attribute.
Policy is the list of rules the policy engine will perform.
Rule defines the action(s) to take when a source is matched.
Selector identifies a source to match a policy to.
Update contains updates to the matched build step after rule is applied.

# Type aliases

AttrMatch defines the condition to match a source attribute.
Match type is used to determine how a rule source is matched.
PolicyAction defines the action to take when a source is matched.