
org.cdk8s.plus31.FsGroupChangePolicy Maven / Gradle / Ivy
package org.cdk8s.plus31;
/**
*/
@javax.annotation.Generated(value = "jsii-pacmak/1.105.0 (build 0a2adcb)", date = "2024-11-15T12:15:24.822Z")
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
@software.amazon.jsii.Jsii(module = org.cdk8s.plus31.$Module.class, fqn = "cdk8s-plus-31.FsGroupChangePolicy")
public enum FsGroupChangePolicy {
/**
* Only change permissions and ownership if permission and ownership of root directory does not match with expected permissions of the volume.
*
* This could help shorten the time it takes to change ownership and permission of a volume
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
ON_ROOT_MISMATCH,
/**
* Always change permission and ownership of the volume when volume is mounted.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
ALWAYS,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy