Glusterfs Volume Source Patch Args
data class GlusterfsVolumeSourcePatchArgs(val endpoints: Output<String>? = null, val path: Output<String>? = null, val readOnly: Output<Boolean>? = null) : ConvertibleToJava<GlusterfsVolumeSourcePatchArgs>
Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.
Constructors
Link copied to clipboard
fun GlusterfsVolumeSourcePatchArgs(endpoints: Output<String>? = null, path: Output<String>? = null, readOnly: Output<Boolean>? = null)