Package io.quarkus.kubernetes.deployment
Class SecurityContextConfig.SeLinuxOptions
java.lang.Object
io.quarkus.kubernetes.deployment.SecurityContextConfig.SeLinuxOptions
- Enclosing class:
- SecurityContextConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe SELinux level label that applies to the container.The SELinux role label that applies to the container.The SELinux type label that applies to the container.The SELinux user label that applies to the container. -
Constructor Summary
Constructors -
Method Summary
-
Field 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.
-
-
Constructor Details
-
SeLinuxOptions
public SeLinuxOptions()
-
-
Method Details
-
isAnyPropertySet
protected boolean isAnyPropertySet()
-