Uses of Enum Class
io.quarkus.kubernetes.deployment.SecurityContextConfig.PodFSGroupChangePolicy
Packages that use SecurityContextConfig.PodFSGroupChangePolicy
-
Uses of SecurityContextConfig.PodFSGroupChangePolicy in io.quarkus.kubernetes.deployment
Methods in io.quarkus.kubernetes.deployment that return SecurityContextConfig.PodFSGroupChangePolicyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.SecurityContextConfig.PodFSGroupChangePolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.kubernetes.deployment that return types with arguments of type SecurityContextConfig.PodFSGroupChangePolicyModifier and TypeMethodDescriptionSecurityContextConfig.fsGroupChangePolicy()It holds policies that will be used for applying fsGroup to a volume when volume is mounted.