Uses of Class
io.kubernetes.client.openapi.models.V1beta3Subject
Packages that use V1beta3Subject
-
Uses of V1beta3Subject in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta3SubjectModifier and TypeMethodDescriptionV1beta3Subject.group
(V1beta3GroupSubject group) V1beta3Subject.serviceAccount
(V1beta3ServiceAccountSubject serviceAccount) V1beta3Subject.user
(V1beta3UserSubject user) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1beta3SubjectModifier and TypeMethodDescriptionV1beta3PolicyRulesWithSubjects.getSubjects()
subjects is the list of normal user, serviceaccount, or group that this rule cares about.Methods in io.kubernetes.client.openapi.models with parameters of type V1beta3SubjectModifier and TypeMethodDescriptionV1beta3PolicyRulesWithSubjects.addSubjectsItem
(V1beta3Subject subjectsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1beta3SubjectModifier and TypeMethodDescriptionvoid
V1beta3PolicyRulesWithSubjects.setSubjects
(List<V1beta3Subject> subjects) V1beta3PolicyRulesWithSubjects.subjects
(List<V1beta3Subject> subjects)