Uses of Class
io.kubernetes.client.openapi.models.V1Subject
Packages that use V1Subject
-
Uses of V1Subject in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1SubjectModifier and TypeMethodDescriptionMethods in io.kubernetes.client.openapi.models that return types with arguments of type V1SubjectModifier 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 V1SubjectModifier and TypeMethodDescriptionV1ClusterRoleBinding.addSubjectsItem
(V1Subject subjectsItem) V1RoleBinding.addSubjectsItem
(V1Subject subjectsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1SubjectModifier and TypeMethodDescriptionvoid
V1ClusterRoleBinding.setSubjects
(List<V1Subject> subjects) void
V1RoleBinding.setSubjects
(List<V1Subject> subjects)