public class SELinuxOptions extends Object implements KubernetesResource
Constructor and Description |
---|
SELinuxOptions()
No args constructor for use in serialization
|
SELinuxOptions(String level,
String role,
String type,
String user) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getLevel() |
String |
getRole() |
String |
getType() |
String |
getUser() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setLevel(String level) |
void |
setRole(String role) |
void |
setType(String type) |
void |
setUser(String user) |
public SELinuxOptions()
public String getLevel()
public void setLevel(String level)
public String getRole()
public void setRole(String role)
public String getType()
public void setType(String type)
public String getUser()
public void setUser(String user)
Copyright © 2015–2020 Red Hat. All rights reserved.