Kazan v0.9.0 Kazan.Apis.Core.V1.GlusterfsVolumeSource View Source

Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.

OpenAPI Definition: io.k8s.api.core.v1.GlusterfsVolumeSource

Properties

  • endpoints :: String

    • EndpointsName is the endpoint name that details Glusterfs topology. More info.
  • path :: String

    • Path is the Glusterfs volume path. More info.
  • read_only :: Boolean

    • ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info.