Kazan v0.11.0 Kazan.Apis.Core.V1.QuobyteVolumeSource View Source

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

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

Properties

  • group :: String

    • Group to map volume access to Default is no group
  • read_only :: Boolean

    • ReadOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false.
  • registry :: String

    • Registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes
  • user :: String

    • User to map volume access to Defaults to serivceaccount user
  • volume :: String

    • Volume is a string that references an already created Quobyte volume by name.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kazan.Apis.Core.V1.QuobyteVolumeSource{
  group: String.t(),
  read_only: boolean(),
  registry: String.t(),
  user: String.t(),
  volume: String.t()
}