RoleBinding🔗
Definition🔗
export interface RoleBinding {
// The role we are discussing
role: rolebinding.BuiltinRoleRef | rolebinding.CustomRoleRef;
// The team or user that has the specified role
subject: rolebinding.RoleBindingSubject;
}
Methods🔗
No methods.