Versions in this module Expand all Collapse all v1 v1.3.0 May 22, 2025 Changes in this version + type PreAuthorizer interface + PreAuthorize func(ctx context.Context, ext *ocv1.ClusterExtension, manifestReader io.Reader) ([]ScopedPolicyRules, error) + func NewRBACPreAuthorizer(cl client.Client) PreAuthorizer + type ScopedPolicyRules struct + MissingRules []rbacv1.PolicyRule + Namespace string