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

    Interface IoK8sApiCoreV1ContainerUser

    ContainerUser represents user identity information

    interface IoK8sApiCoreV1ContainerUser {
        linux?: IoK8sApiCoreV1LinuxContainerUser;
    }
    Index

    Properties

    Properties

    Linux holds user identity information initially attached to the first process of the containers in Linux. Note that the actual running identity can be changed if the process has enough privilege to do so.