Subject
io.k8s.api.flowcontrol.v1.Subject
Description
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.
Properties
-
groupGroupSubject - `group` matches based on user group name.
-
kindstring required - `kind` indicates which one of the other fields is non-empty. Required
-
serviceAccountServiceAccountSubject - `serviceAccount` matches ServiceAccounts.
-
userUserSubject - `user` matches based on username.