Resource Type: kubernetes_volume_projection

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

Overview

Projection that may be projected along with other supported volume types

Properties

  • config_map

    information about the configMap data to project

  • downward_api

    information about the downwardAPI data to project

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • secret

    information about the secret data to project

Parameters

  • name (namevar)

    Name of the volume_projection.

  • provider

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