Uses of Class
org.cdk8s.plus20.FsGroupChangePolicy
-
-
Uses of FsGroupChangePolicy in org.cdk8s.plus20
Methods in org.cdk8s.plus20 that return FsGroupChangePolicy Modifier and Type Method Description FsGroupChangePolicyPodSecurityContext. getFsGroupChangePolicy()default FsGroupChangePolicyPodSecurityContextProps. getFsGroupChangePolicy()Defines behavior of changing ownership and permission of the volume before being exposed inside Pod.FsGroupChangePolicyPodSecurityContextProps.Jsii$Proxy. getFsGroupChangePolicy()static FsGroupChangePolicyFsGroupChangePolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static FsGroupChangePolicy[]FsGroupChangePolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cdk8s.plus20 with parameters of type FsGroupChangePolicy Modifier and Type Method Description PodSecurityContext.BuilderPodSecurityContext.Builder. fsGroupChangePolicy(FsGroupChangePolicy fsGroupChangePolicy)Defines behavior of changing ownership and permission of the volume before being exposed inside Pod.PodSecurityContextProps.BuilderPodSecurityContextProps.Builder. fsGroupChangePolicy(FsGroupChangePolicy fsGroupChangePolicy)Sets the value ofPodSecurityContextProps.getFsGroupChangePolicy()
-