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

    Interface IoK8sApiAuthenticationV1BoundObjectReference

    BoundObjectReference is a reference to an object that a token is bound to.

    interface IoK8sApiAuthenticationV1BoundObjectReference {
        apiVersion?: string;
        kind?: string;
        name?: string;
        uid?: string;
    }
    Index

    Properties

    apiVersion?: string

    API version of the referent.

    kind?: string

    Kind of the referent. Valid kinds are 'Pod' and 'Secret'.

    name?: string

    Name of the referent.

    uid?: string

    UID of the referent.