Kazan v0.1.0 Kazan.Models.V1alpha1.ClusterRoleBinding
ClusterRoleBinding references a ClusterRole, but not contain it. It can reference a ClusterRole in the global namespace, and adds who information via Subject.
Properties
metadata
- Standard object’s metadata. SeeKazan.Models.V1.ObjectMeta
.role_ref
- RoleRef can only reference a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error. SeeKazan.Models.V1alpha1.RoleRef
.subjects
- Subjects holds references to the objects the role applies to.