core.v1.linuxContainerUser
"LinuxContainerUser represents user identity information in Linux containers"
Index
fn withGid(gid)
fn withSupplementalGroups(supplementalGroups)
fn withSupplementalGroupsMixin(supplementalGroups)
fn withUid(uid)
Fields
fn withGid
withGid(gid)
"GID is the primary gid initially attached to the first process in the container"
fn withSupplementalGroups
withSupplementalGroups(supplementalGroups)
"SupplementalGroups are the supplemental groups initially attached to the first process in the container"
fn withSupplementalGroupsMixin
withSupplementalGroupsMixin(supplementalGroups)
"SupplementalGroups are the supplemental groups initially attached to the first process in the container"
Note: This function appends passed data to existing values
fn withUid
withUid(uid)
"UID is the primary uid initially attached to the first process in the container"