Class V1LinuxContainerUser
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1LinuxContainerUser
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
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) Add an item to the supplementalGroups property in a chainable fashion.booleangetGid()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 containerSet gid in a chainable fashion.inthashCode()voidSet the gid property valuevoidsetSupplementalGroups(List<@NotNull Long> supplementalGroups) Set the supplementalGroups property valuevoidSet the uid property valuesupplementalGroups(List<@NotNull Long> supplementalGroups) Set supplementalGroups in a chainable fashion.toString()Set uid in a chainable fashion.
-
Field Details
-
JSON_PROPERTY_GID
- See Also:
-
JSON_PROPERTY_UID
- See Also:
-
JSON_PROPERTY_SUPPLEMENTAL_GROUPS
- See Also:
-
-
Constructor Details
-
V1LinuxContainerUser
-
-
Method Details
-
getGid
GID is the primary gid initially attached to the first process in the container- Returns:
- the gid property value
-
setGid
-
gid
Set gid in a chainable fashion.- Returns:
- The same instance of V1LinuxContainerUser for chaining.
-
getUid
UID is the primary uid initially attached to the first process in the container- Returns:
- the uid property value
-
setUid
-
uid
Set uid in a chainable fashion.- Returns:
- The same instance of V1LinuxContainerUser for chaining.
-
getSupplementalGroups
-
setSupplementalGroups
-
supplementalGroups
Set supplementalGroups in a chainable fashion.- Returns:
- The same instance of V1LinuxContainerUser for chaining.
-
addSupplementalGroupsItem
Add an item to the supplementalGroups property in a chainable fashion.- Returns:
- The same instance of V1LinuxContainerUser for chaining.
-
equals
-
hashCode
-
toString
-