⎈ k8s knowledge compiler

PolicyRulesWithSubjects [api_object]ai-synthesized · conf 0.82

PolicyRulesWithSubjects prescribes a test that applies to a request to an apiserver. The test considers the subject making the request, the verb being requested, and the resource to be acted upon. This PolicyRulesWithSubjects matches a request if and only if both (a) at least one member of subjects matches the request and (b) at least one member of resourceRules or nonResourceRules matches the request.

flowcontrolsecurity

A PolicyRuleWithSubjects is used to define a policy rule that targets specific subjects.

Why it matters This concept allows for fine-grained control over which subjects can perform certain actions in the cluster.

Key facts - Represents a policy rule with subjects - Used to target specific subjects

Common pitfalls - Incorrectly specifying subjects can lead to unintended access

Related PolicyRules, Subjects

Sources

swagger.jsonio.k8s.api.flowcontrol.v1.PolicyRulesWithSubjects

Related (4)

related_to ResourcePolicyRulereferences type conf=1
related_to NonResourcePolicyRulereferences type conf=1
related_to Subjectreferences type conf=1
related_to FlowSchemaSpecreferences type conf=1

← all API Explorer