Uses of Class
io.quarkus.kubernetes.deployment.SecurityContextConfig.PodFSGroupChangePolicy
-
Packages that use SecurityContextConfig.PodFSGroupChangePolicy Package Description io.quarkus.kubernetes.deployment -
-
Uses of SecurityContextConfig.PodFSGroupChangePolicy in io.quarkus.kubernetes.deployment
Fields in io.quarkus.kubernetes.deployment with type parameters of type SecurityContextConfig.PodFSGroupChangePolicy Modifier and Type Field Description (package private) Optional<SecurityContextConfig.PodFSGroupChangePolicy>SecurityContextConfig. fsGroupChangePolicyIt holds policies that will be used for applying fsGroup to a volume when volume is mounted.Methods in io.quarkus.kubernetes.deployment that return SecurityContextConfig.PodFSGroupChangePolicy Modifier and Type Method Description static SecurityContextConfig.PodFSGroupChangePolicySecurityContextConfig.PodFSGroupChangePolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static SecurityContextConfig.PodFSGroupChangePolicy[]SecurityContextConfig.PodFSGroupChangePolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-