Uses of Class
org.cdk8s.plus22.MountPropagation
-
-
Uses of MountPropagation in org.cdk8s.plus22
Methods in org.cdk8s.plus22 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.plus22 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()
-