SELinux Options Patch
data class SELinuxOptionsPatch(val level: String? = null, val role: String? = null, val type: String? = null, val user: String? = null)
SELinuxOptions are the labels to be applied to the container
Constructors
Link copied to clipboard
fun SELinuxOptionsPatch(level: String? = null, role: String? = null, type: String? = null, user: String? = null)