Class V1LinuxContainerUser
java.lang.Object
io.kubernetes.client.openapi.models.V1LinuxContainerUser
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-05-22T21:20:49.874193Z[Etc/UTC]")
public class V1LinuxContainerUser
extends Object
LinuxContainerUser represents user identity information in Linux containers
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSupplementalGroupsItem
(Long supplementalGroupsItem) boolean
getGid()
GID is the primary gid initially attached to the first process in the containerSupplementalGroups are the supplemental groups initially attached to the first process in the containergetUid()
UID is the primary uid initially attached to the first process in the containerint
hashCode()
void
void
setSupplementalGroups
(List<Long> supplementalGroups) void
supplementalGroups
(List<Long> supplementalGroups) toString()
-
Field Details
-
SERIALIZED_NAME_GID
- See Also:
-
SERIALIZED_NAME_SUPPLEMENTAL_GROUPS
- See Also:
-
SERIALIZED_NAME_UID
- See Also:
-
-
Constructor Details
-
V1LinuxContainerUser
public V1LinuxContainerUser()
-
-
Method Details
-
gid
-
getGid
GID is the primary gid initially attached to the first process in the container- Returns:
- gid
-
setGid
-
supplementalGroups
-
addSupplementalGroupsItem
-
getSupplementalGroups
SupplementalGroups are the supplemental groups initially attached to the first process in the container- Returns:
- supplementalGroups
-
setSupplementalGroups
-
uid
-
getUid
UID is the primary uid initially attached to the first process in the container- Returns:
- uid
-
setUid
-
equals
-
hashCode
public int hashCode() -
toString
-