@kubevirt-ui/kubevirt-api
    Preparing search index...

    Interface IoK8sApiRbacV1RoleRef

    RoleRef contains information that points to the role being used

    interface IoK8sApiRbacV1RoleRef {
        apiGroup: string;
        kind: string;
        name: string;
    }
    Index

    Properties

    Properties

    apiGroup: string

    APIGroup is the group for the resource being referenced

    kind: string

    Kind is the type of resource being referenced

    name: string

    Name is the name of resource being referenced