Uses of Class
io.kubernetes.client.openapi.models.V1beta2Subject
Packages that use V1beta2Subject
-
Uses of V1beta2Subject in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta2SubjectModifier and TypeMethodDescriptionV1beta2Subject.group
(V1beta2GroupSubject group) V1beta2Subject.serviceAccount
(V1beta2ServiceAccountSubject serviceAccount) V1beta2Subject.user
(V1beta2UserSubject user) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1beta2SubjectModifier and TypeMethodDescriptionV1beta2PolicyRulesWithSubjects.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 V1beta2SubjectModifier and TypeMethodDescriptionV1beta2PolicyRulesWithSubjects.addSubjectsItem
(V1beta2Subject subjectsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1beta2SubjectModifier and TypeMethodDescriptionvoid
V1beta2PolicyRulesWithSubjects.setSubjects
(List<V1beta2Subject> subjects) V1beta2PolicyRulesWithSubjects.subjects
(List<V1beta2Subject> subjects)