Kazan v0.2.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
::Kazan.Models.V1.ObjectMeta
- Standard object’s metadata.
role_ref
::Kazan.Models.V1alpha1.RoleRef
- RoleRef can only reference a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error.
subjects
:: [Kazan.Models.V1alpha1.Subject
]- Subjects holds references to the objects the role applies to.