Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 988 Bytes

V1PodSecurityPolicySubjectReviewSpec.md

File metadata and controls

12 lines (8 loc) · 988 Bytes

V1PodSecurityPolicySubjectReviewSpec

Properties

Name Type Description Notes
groups string[] groups is the groups you're testing for. [optional]
template \UniversityOfAdelaide\OpenShift\Model\V1PodTemplateSpec template is the PodTemplateSpec to check. If template.spec.serviceAccountName is empty it will not be defaulted. If its non-empty, it will be checked.
user string user is the user you're testing for. If you specify "user" but not "group", then is it interpreted as "What if user were not a member of any groups. If user and groups are empty, then the check is performed using only the serviceAccountName in the template. [optional]

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