# Functions
NewPDP constructs a new PDP.
PolicyFromCR converts the AccessPolicy Custom Resource into the PDP's AccessPolicy.
PolicyFromPrivilegedCR converts the PrivilegedAccessPolicy Custom Resource into the PDP's AccessPolicy.
checks whether a workload with the given labels matches any item in a slice of WorkloadSetOrSelectors.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
AccessPolicy is an opaque, PDP-internal, generalized representation of AccessPolicy and PrivilegedAccessPolicy CRDs.
DestinationDecision describes the PDP decision on a given destination (w.r.t, to a given source), including the deciding policy, if any.
PDP is the main object to maintain a set of access policies and decide whether a given connection is allowed or denied by these policies.
# Type aliases
Decision represents an AccessPolicy decision on a given connection.
WorkloadAttrs are the actual key-value attributes attached to any given workload.