Package io.fabric8.kubernetes.api.model
Class SELinuxOptions
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.SELinuxOptions
-
- All Implemented Interfaces:
KubernetesResource,Serializable
public class SELinuxOptions extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SELinuxOptions()No args constructor for use in serializationSELinuxOptions(String level, String role, String type, String user)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getAdditionalProperties()StringgetLevel()StringgetRole()StringgetType()StringgetUser()voidsetAdditionalProperty(String name, Object value)voidsetLevel(String level)voidsetRole(String role)voidsetType(String type)voidsetUser(String user)
-
-
-
Method Detail
-
getLevel
public String getLevel()
-
setLevel
public void setLevel(String level)
-
getRole
public String getRole()
-
setRole
public void setRole(String role)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getUser
public String getUser()
-
setUser
public void setUser(String user)
-
-