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 Details

  • Constructor Details

    • V1LinuxContainerUser

      public V1LinuxContainerUser(Long gid, Long uid)
  • Method Details

    • getGid

      public Long getGid()
      GID is the primary gid initially attached to the first process in the container
      Returns:
      the gid property value
    • setGid

      public void setGid(Long gid)
      Set the gid property value
      Parameters:
      gid - property value to set
    • gid

      public V1LinuxContainerUser gid(Long gid)
      Set gid in a chainable fashion.
      Returns:
      The same instance of V1LinuxContainerUser for chaining.
    • getUid

      public Long getUid()
      UID is the primary uid initially attached to the first process in the container
      Returns:
      the uid property value
    • setUid

      public void setUid(Long uid)
      Set the uid property value
      Parameters:
      uid - property value to set
    • uid

      public V1LinuxContainerUser uid(Long uid)
      Set uid in a chainable fashion.
      Returns:
      The same instance of V1LinuxContainerUser for chaining.
    • getSupplementalGroups

      public List<@NotNull Long> getSupplementalGroups()
      SupplementalGroups are the supplemental groups initially attached to the first process in the container
      Returns:
      the supplementalGroups property value
    • setSupplementalGroups

      public void setSupplementalGroups(List<@NotNull Long> supplementalGroups)
      Set the supplementalGroups property value
      Parameters:
      supplementalGroups - property value to set
    • supplementalGroups

      public V1LinuxContainerUser supplementalGroups(List<@NotNull Long> supplementalGroups)
      Set supplementalGroups in a chainable fashion.
      Returns:
      The same instance of V1LinuxContainerUser for chaining.
    • addsupplementalGroupsItem

      public V1LinuxContainerUser addsupplementalGroupsItem(Long supplementalGroupsItem)
      Add an item to the supplementalGroups property in a chainable fashion.
      Returns:
      The same instance of V1LinuxContainerUser for chaining.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object