Uses of Class
io.kubernetes.client.openapi.models.V1beta1Subject
Packages that use V1beta1Subject
-
Uses of V1beta1Subject in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta1SubjectModifier and TypeMethodDescriptionV1beta1Subject.group
(V1beta1GroupSubject group) V1beta1Subject.serviceAccount
(V1beta1ServiceAccountSubject serviceAccount) V1beta1Subject.user
(V1beta1UserSubject user) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1beta1SubjectModifier and TypeMethodDescriptionV1beta1PolicyRulesWithSubjects.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 V1beta1SubjectModifier and TypeMethodDescriptionV1beta1PolicyRulesWithSubjects.addSubjectsItem
(V1beta1Subject subjectsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1beta1SubjectModifier and TypeMethodDescriptionvoid
V1beta1PolicyRulesWithSubjects.setSubjects
(List<V1beta1Subject> subjects) V1beta1PolicyRulesWithSubjects.subjects
(List<V1beta1Subject> subjects)