Package io.quarkus.kubernetes.deployment
Class SecurityContextConfig.SeLinuxOptions
- java.lang.Object
-
- io.quarkus.kubernetes.deployment.SecurityContextConfig.SeLinuxOptions
-
- Enclosing class:
- SecurityContextConfig
public static class SecurityContextConfig.SeLinuxOptions extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Optional<String>levelThe SELinux level label that applies to the container.(package private) Optional<String>roleThe SELinux role label that applies to the container.(package private) Optional<String>typeThe SELinux type label that applies to the container.(package private) Optional<String>userThe SELinux user label that applies to the container.
-
Constructor Summary
Constructors Constructor Description SeLinuxOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisAnyPropertySet()
-