Resource Type: kubernetes_persistent_volume_status

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

Overview

PersistentVolumeStatus is the current status of a persistent volume.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • message

    A human-readable message indicating details about why the volume is in this state.

  • phase

    Phase indicates if a volume is available, bound to a claim, or released by a claim. More info: kubernetes.io/docs/concepts/storage/persistent-volumes#phase

  • reason

    Reason is a brief CamelCase string that describes any failure and is meant for machine parsing and tidy display in the CLI.

Parameters

  • name (namevar)

    Name of the persistent_volume_status.

  • provider

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