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