@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-07-29T18:17:00.375Z[Etc/UTC]") public class V1SELinuxOptions extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_LEVEL |
static String |
SERIALIZED_NAME_ROLE |
static String |
SERIALIZED_NAME_TYPE |
static String |
SERIALIZED_NAME_USER |
Constructor and Description |
---|
V1SELinuxOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getLevel()
Level is SELinux level label that applies to the container.
|
String |
getRole()
Role is a SELinux role label that applies to the container.
|
String |
getType()
Type is a SELinux type label that applies to the container.
|
String |
getUser()
User is a SELinux user label that applies to the container.
|
int |
hashCode() |
V1SELinuxOptions |
level(String level) |
V1SELinuxOptions |
role(String role) |
void |
setLevel(String level) |
void |
setRole(String role) |
void |
setType(String type) |
void |
setUser(String user) |
String |
toString() |
V1SELinuxOptions |
type(String type) |
V1SELinuxOptions |
user(String user) |
public static final String SERIALIZED_NAME_LEVEL
public static final String SERIALIZED_NAME_ROLE
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_USER
public V1SELinuxOptions level(String level)
@Nullable public String getLevel()
public void setLevel(String level)
public V1SELinuxOptions role(String role)
@Nullable public String getRole()
public void setRole(String role)
public V1SELinuxOptions type(String type)
@Nullable public String getType()
public void setType(String type)
public V1SELinuxOptions user(String user)
@Nullable public String getUser()
public void setUser(String user)
Copyright © 2020. All rights reserved.