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 TypeMethodDescriptionstatic RbacV1Subject
Create an instance of RbacV1Subject given an JSON stringMethods 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)