Resource Type: kubernetes_attached_volume

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

Overview

AttachedVolume describes a volume attached to a node

Properties

  • device_path

    DevicePath represents the device path where the volume should be available

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • name (namevar)

    Name of the attached volume

Parameters

  • name

    Name of the attached_volume.

  • provider

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