Package net.stickycode.kuuty.model.v18
Class IoK8sApiCoreV1SELinuxOptions
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiCoreV1SELinuxOptions
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiCoreV1SELinuxOptions extends Object
SELinuxOptions are the labels to be applied to the container
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_LEVELstatic StringJSON_PROPERTY_ROLEstatic StringJSON_PROPERTY_TYPEstatic StringJSON_PROPERTY_USER
-
Constructor Summary
Constructors Constructor Description IoK8sApiCoreV1SELinuxOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetLevel()Level is SELinux level label that applies to the container.StringgetRole()Role is a SELinux role label that applies to the container.StringgetType()Type is a SELinux type label that applies to the container.StringgetUser()User is a SELinux user label that applies to the container.inthashCode()IoK8sApiCoreV1SELinuxOptionslevel(String level)IoK8sApiCoreV1SELinuxOptionsrole(String role)voidsetLevel(String level)voidsetRole(String role)voidsetType(String type)voidsetUser(String user)StringtoString()IoK8sApiCoreV1SELinuxOptionstype(String type)IoK8sApiCoreV1SELinuxOptionsuser(String user)
-
-
-
Field Detail
-
JSON_PROPERTY_LEVEL
public static final String JSON_PROPERTY_LEVEL
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ROLE
public static final String JSON_PROPERTY_ROLE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_USER
public static final String JSON_PROPERTY_USER
- See Also:
- Constant Field Values
-
-
Method Detail
-
level
public IoK8sApiCoreV1SELinuxOptions level(String level)
-
getLevel
@Nullable public String getLevel()
Level is SELinux level label that applies to the container.- Returns:
- level
-
setLevel
public void setLevel(String level)
-
role
public IoK8sApiCoreV1SELinuxOptions role(String role)
-
getRole
@Nullable public String getRole()
Role is a SELinux role label that applies to the container.- Returns:
- role
-
setRole
public void setRole(String role)
-
type
public IoK8sApiCoreV1SELinuxOptions type(String type)
-
getType
@Nullable public String getType()
Type is a SELinux type label that applies to the container.- Returns:
- type
-
setType
public void setType(String type)
-
user
public IoK8sApiCoreV1SELinuxOptions user(String user)
-
getUser
@Nullable public String getUser()
User is a SELinux user label that applies to the container.- Returns:
- user
-
setUser
public void setUser(String user)
-
-