Class V1SELinuxOptions

java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1SELinuxOptions

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1SELinuxOptions extends Object
SELinuxOptions are the labels to be applied to the container
  • Field Details

  • Constructor Details

    • V1SELinuxOptions

      public V1SELinuxOptions()
  • Method Details

    • getLevel

      public String getLevel()
      Level is SELinux level label that applies to the container.
      Returns:
      the level property value
    • setLevel

      public void setLevel(String level)
      Set the level property value
    • level

      public V1SELinuxOptions level(String level)
      Set level in a chainable fashion.
      Returns:
      The same instance of V1SELinuxOptions for chaining.
    • getRole

      public String getRole()
      Role is a SELinux role label that applies to the container.
      Returns:
      the role property value
    • setRole

      public void setRole(String role)
      Set the role property value
    • role

      public V1SELinuxOptions role(String role)
      Set role in a chainable fashion.
      Returns:
      The same instance of V1SELinuxOptions for chaining.
    • getType

      public String getType()
      Type is a SELinux type label that applies to the container.
      Returns:
      the type property value
    • setType

      public void setType(String type)
      Set the type property value
    • type

      public V1SELinuxOptions type(String type)
      Set type in a chainable fashion.
      Returns:
      The same instance of V1SELinuxOptions for chaining.
    • getUser

      public String getUser()
      User is a SELinux user label that applies to the container.
      Returns:
      the user property value
    • setUser

      public void setUser(String user)
      Set the user property value
    • user

      public V1SELinuxOptions user(String user)
      Set user in a chainable fashion.
      Returns:
      The same instance of V1SELinuxOptions 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