Skip to main content
Schemaobject

io.k8s.api.flowcontrol.v1.Subject

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.

Source
specs/apis__flowcontrol.apiserver.k8s.io__v1_openapi.json
Revision
9a79c3bd90f7
Active snapshot
2a9112600697
group
optional

`group` matches based on user group name.

kind string
required

`kind` indicates which one of the other fields is non-empty. Required

serviceAccount
optional

`serviceAccount` matches ServiceAccounts.

user
optional

`user` matches based on username.