kubernetes v1.31
PolicyRulesWithSubjects.subjects
Subject matches the originator of a request, as identified by the request authentication system. There are three ways of matching an originator; by user, group, or service account.
| Field / Type | Description |
|---|---|
`group` matches based on user group name. | |
kind | `kind` indicates which one of the other fields is non-empty. Required |
`serviceAccount` matches ServiceAccounts. | |
`user` matches based on username. |