Resource Type: kubernetes_projected_volume_source

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

Overview

Represents a projected volume source

Properties

  • default_mode

    Mode bits to use on created files by default. Must be a value between 0 and 0777. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • sources

    list of volume projections

Parameters

  • name (namevar)

    Name of the projected_volume_source.

  • provider

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