public class V1SELinuxOptions extends Object
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 V1SELinuxOptions level(String level)
public String getLevel()
public void setLevel(String level)
public V1SELinuxOptions role(String role)
public String getRole()
public void setRole(String role)
public V1SELinuxOptions type(String type)
public String getType()
public void setType(String type)
public V1SELinuxOptions user(String user)
public String getUser()
public void setUser(String user)
Copyright © 2018. All rights reserved.