Glusterfs Persistent Volume Source Patch Args
data class GlusterfsPersistentVolumeSourcePatchArgs(val endpoints: Output<String>? = null, val endpointsNamespace: Output<String>? = null, val path: Output<String>? = null, val readOnly: Output<Boolean>? = null) : ConvertibleToJava<GlusterfsPersistentVolumeSourcePatchArgs>
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 GlusterfsPersistentVolumeSourcePatchArgs(endpoints: Output<String>? = null, endpointsNamespace: Output<String>? = null, path: Output<String>? = null, readOnly: Output<Boolean>? = null)