Uses of Class
io.kubernetes.client.openapi.models.RbacV1Subject
Packages that use RbacV1Subject
-
Uses of RbacV1Subject in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return RbacV1SubjectModifier and TypeMethodDescriptionMethods in io.kubernetes.client.openapi.models that return types with arguments of type RbacV1SubjectModifier and TypeMethodDescriptionV1ClusterRoleBinding.getSubjects()
Subjects holds references to the objects the role applies to.V1RoleBinding.getSubjects()
Subjects holds references to the objects the role applies to.Methods in io.kubernetes.client.openapi.models with parameters of type RbacV1SubjectModifier and TypeMethodDescriptionV1ClusterRoleBinding.addSubjectsItem
(RbacV1Subject subjectsItem) V1RoleBinding.addSubjectsItem
(RbacV1Subject subjectsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type RbacV1SubjectModifier and TypeMethodDescriptionvoid
V1ClusterRoleBinding.setSubjects
(List<RbacV1Subject> subjects) void
V1RoleBinding.setSubjects
(List<RbacV1Subject> subjects) V1ClusterRoleBinding.subjects
(List<RbacV1Subject> subjects) V1RoleBinding.subjects
(List<RbacV1Subject> subjects)