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

    Interface IoK8sApiAuthorizationV1NonResourceRule

    NonResourceRule holds information that describes a rule for the non-resource

    interface IoK8sApiAuthorizationV1NonResourceRule {
        nonResourceURLs?: string[];
        verbs: string[];
    }
    Index

    Properties

    nonResourceURLs?: string[]

    NonResourceURLs is a set of partial urls that a user should have access to. s are allowed, but only as the full, final step in the path. "" means all.

    verbs: string[]

    Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options. "*" means all.