python/docs/V1alpha1RoleBinding.md
2016-11-02 13:38:36 -07:00

756 B

V1alpha1RoleBinding

Properties

Name Type Description Notes
metadata V1ObjectMeta Standard object's metadata. [optional]
role_ref V1alpha1RoleRef RoleRef can reference a Role in the current namespace or a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error.
subjects **list[V1alpha1Subject]** Subjects holds references to the objects the role applies to.

[Back to Model list] [Back to API list] [Back to README]