Uses of Class
org.cdk8s.plus25.FsGroupChangePolicy
-
Packages that use FsGroupChangePolicy Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of FsGroupChangePolicy in org.cdk8s.plus25
Methods in org.cdk8s.plus25 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.plus25 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()
-