Kazan v0.11.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.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kazan.Apis.Core.V1.GlusterfsVolumeSource{
  endpoints: String.t(),
  path: String.t(),
  read_only: boolean()
}