Manifests.io

Easy to use kubernetes documentation

FlowSchema.spec.rules.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.

Description
group 🔗
GroupSubject

`group` matches based on user group name.

kind
string *

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

serviceAccount 🔗
ServiceAccountSubject

`serviceAccount` matches ServiceAccounts.

user 🔗
UserSubject

`user` matches based on username.

See an issue here?