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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getLevel()
Level is SELinux level label that applies to the container.getRole()
Role is a SELinux role label that applies to the container.getType()
Type is a SELinux type label that applies to the container.getUser()
User is a SELinux user label that applies to the container.int
hashCode()
Set level in a chainable fashion.Set role in a chainable fashion.void
Set the level property valuevoid
Set the role property valuevoid
Set the type property valuevoid
Set the user property valuetoString()
Set type in a chainable fashion.Set user in a chainable fashion.
-
Field Details
-
JSON_PROPERTY_LEVEL
- See Also:
-
JSON_PROPERTY_ROLE
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_USER
- See Also:
-
-
Constructor Details
-
V1SELinuxOptions
public V1SELinuxOptions()
-
-
Method Details
-
getLevel
Level is SELinux level label that applies to the container.- Returns:
- the level property value
-
setLevel
Set the level property value -
level
Set level in a chainable fashion.- Returns:
- The same instance of V1SELinuxOptions for chaining.
-
getRole
Role is a SELinux role label that applies to the container.- Returns:
- the role property value
-
setRole
Set the role property value -
role
Set role in a chainable fashion.- Returns:
- The same instance of V1SELinuxOptions for chaining.
-
getType
Type is a SELinux type label that applies to the container.- Returns:
- the type property value
-
setType
Set the type property value -
type
Set type in a chainable fashion.- Returns:
- The same instance of V1SELinuxOptions for chaining.
-
getUser
User is a SELinux user label that applies to the container.- Returns:
- the user property value
-
setUser
Set the user property value -
user
Set user in a chainable fashion.- Returns:
- The same instance of V1SELinuxOptions for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-