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

    Interface IoK8sApiCoreV1LinuxContainerUser

    LinuxContainerUser represents user identity information in Linux containers

    interface IoK8sApiCoreV1LinuxContainerUser {
        gid: number;
        supplementalGroups?: number[];
        uid: number;
    }
    Index

    Properties

    gid: number

    GID is the primary gid initially attached to the first process in the container

    int64

    supplementalGroups?: number[]

    SupplementalGroups are the supplemental groups initially attached to the first process in the container

    uid: number

    UID is the primary uid initially attached to the first process in the container

    int64