Uses of Class
org.cdk8s.plus25.MountPropagation
-
Packages that use MountPropagation Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of MountPropagation in org.cdk8s.plus25
Methods in org.cdk8s.plus25 that return MountPropagation Modifier and Type Method Description default MountPropagationMountOptions. getPropagation()Determines how mounts are propagated from the host to container and the other way around.MountPropagationMountOptions.Jsii$Proxy. getPropagation()MountPropagationVolumeMount.Jsii$Proxy. getPropagation()static MountPropagationMountPropagation. valueOf(String name)Returns the enum constant of this type with the specified name.static MountPropagation[]MountPropagation. 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 MountPropagation Modifier and Type Method Description MountOptions.BuilderMountOptions.Builder. propagation(MountPropagation propagation)Sets the value ofMountOptions.getPropagation()VolumeMount.BuilderVolumeMount.Builder. propagation(MountPropagation propagation)Sets the value ofMountOptions.getPropagation()
-