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.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 containerSet gid in a chainable fashion.int
hashCode()
void
Set the gid property valuevoid
setSupplementalGroups
(List<@NotNull Long> supplementalGroups) Set the supplementalGroups property valuevoid
Set 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
Set the gid property value- Parameters:
gid
- property value to set
-
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
Set the uid property value- Parameters:
uid
- property value to set
-
uid
Set uid in a chainable fashion.- Returns:
- The same instance of V1LinuxContainerUser for chaining.
-
getSupplementalGroups
SupplementalGroups are the supplemental groups initially attached to the first process in the container- Returns:
- the supplementalGroups property value
-
setSupplementalGroups
Set the supplementalGroups property value- Parameters:
supplementalGroups
- property value to set
-
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
public int hashCode() -
toString
-