Files
c/kubernetes/docs/v1alpha1_policy_rules_with_subjects.md
2021-03-17 16:50:46 +08:00

1.2 KiB

v1alpha1_policy_rules_with_subjects_t

Properties

Name Type Description Notes
non_resource_rules list_t * `nonResourceRules` is a list of NonResourcePolicyRules that identify matching requests according to their verb and the target non-resource URL. [optional]
resource_rules list_t * `resourceRules` is a slice of ResourcePolicyRules that identify matching requests according to their verb and the target resource. At least one of `resourceRules` and `nonResourceRules` has to be non-empty. [optional]
subjects list_t * subjects is the list of normal user, serviceaccount, or group that this rule cares about. There must be at least one member in this slice. A slice that includes both the system:authenticated and system:unauthenticated user groups matches every request. Required.

[Back to Model list] [Back to API list] [Back to README]