Resource Type: kubernetes_secret

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

Overview

Secret holds secret data of a certain type. The total bytes of the values in the Data field must be less than MaxSecretSize bytes.

Properties

  • data

    Data contains the secret data. Each key must consist of alphanumeric characters, ‘-’, ‘_’ or ‘.’. The serialized form of the secret data is a base64 encoded string, representing the arbitrary (possibly non-string) data value here. Described in tools.ietf.org/html/rfc4648#section-4

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • metadata
  • type

    Used to facilitate programmatic handling of secret data.

Parameters

  • name (namevar)

    Name of the secret.

  • provider

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