Resource Type: kubernetes_downward_api_projection

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

Overview

Represents downward API info for projecting into a projected volume. Note that this is identical to a downwardAPI volume source without the default mode.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • items

    Items is a list of DownwardAPIVolume file

Parameters

  • name (namevar)

    Name of the downward_api_projection.

  • provider

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