Resource Type: kubernetes_flocker_volume_source

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

Overview

Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.

Properties

  • dataset_name

    Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated

  • dataset_uuid

    UUID of the dataset. This is unique identifier of a Flocker dataset

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • name (namevar)

    Name of the flocker_volume_source.

  • provider

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