Resource Type: kubernetes_quobyte_volume_source

Defined in:
lib/puppet/type/kubernetes_quobyte_volume_source.rb
Providers:
swagger

Overview

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

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • group

    Group to map volume access to Default is no group

  • read_only

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

  • registry

    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

    User to map volume access to Defaults to serivceaccount user

  • volume

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

Parameters

  • name (namevar)

    Name of the quobyte_volume_source.

  • provider

    The specific backend to use for this ‘kubernetes_quobyte_volume_source` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.