Uses of Class
io.quarkus.kubernetes.deployment.SecurityContextConfig
-
Packages that use SecurityContextConfig Package Description io.quarkus.kubernetes.deployment -
-
Uses of SecurityContextConfig in io.quarkus.kubernetes.deployment
Fields in io.quarkus.kubernetes.deployment declared as SecurityContextConfig Modifier and Type Field Description (package private) SecurityContextConfigKnativeConfig. securityContextIf set, it will copy the security context configuration provided into the generated pod settings.(package private) SecurityContextConfigKubernetesConfig. securityContextIf set, it will copy the security context configuration provided into the generated pod settings.(package private) SecurityContextConfigOpenshiftConfig. securityContextIf set, it will copy the security context configuration provided into the generated pod settings.Methods in io.quarkus.kubernetes.deployment that return SecurityContextConfig Modifier and Type Method Description SecurityContextConfigKnativeConfig. getSecurityContext()SecurityContextConfigKubernetesConfig. getSecurityContext()SecurityContextConfigOpenshiftConfig. getSecurityContext()SecurityContextConfigPlatformConfiguration. getSecurityContext()Constructors in io.quarkus.kubernetes.deployment with parameters of type SecurityContextConfig Constructor Description ApplySecuritySettingsDecorator(String resourceName, SecurityContextConfig securityContext)
-