Package io.quarkus.kubernetes.deployment
Interface SecurityContextConfig.SeLinuxOptions
- Enclosing interface:
SecurityContextConfig
public static interface SecurityContextConfig.SeLinuxOptions
-
Method Summary
-
Method Details
-
level
The SELinux level label that applies to the container. -
role
The SELinux role label that applies to the container. -
type
The SELinux type label that applies to the container. -
user
The SELinux user label that applies to the container. -
isAnyPropertySet
default boolean isAnyPropertySet()
-