export interface RoleRef {
    apiGroup: string;
    kind: string;
    name: string;
}
