Uses of Class
io.quarkus.kubernetes.deployment.SecurityContextConfig
Packages that use SecurityContextConfig
-
Uses of SecurityContextConfig in io.quarkus.kubernetes.deployment
Fields in io.quarkus.kubernetes.deployment declared as SecurityContextConfigModifier and TypeFieldDescription(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 SecurityContextConfigModifier and TypeMethodDescriptionKnativeConfig.getSecurityContext()KubernetesConfig.getSecurityContext()OpenshiftConfig.getSecurityContext()PlatformConfiguration.getSecurityContext()Constructors in io.quarkus.kubernetes.deployment with parameters of type SecurityContextConfigModifierConstructorDescriptionApplySecuritySettingsDecorator(String resourceName, SecurityContextConfig securityContext)