All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.cdk8s.plus23.FsGroupChangePolicy Maven / Gradle / Ivy

package org.cdk8s.plus23;

/**
 */
@javax.annotation.Generated(value = "jsii-pacmak/1.75.0 (build 63bb957)", date = "2023-02-21T09:46:03.598Z")
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
@software.amazon.jsii.Jsii(module = org.cdk8s.plus23.$Module.class, fqn = "cdk8s-plus-23.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