Resource Type: kubernetes_local_volume_source

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

Overview

Local represents directly-attached storage with node affinity

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • path

    The full path to the volume on the node For alpha, this path must be a directory Once block as a source is supported, then this path can point to a block device

Parameters

  • name (namevar)

    Name of the local_volume_source.

  • provider

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