Resource Type: kubernetes_subresource_reference

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

Overview

SubresourceReference contains enough information to let you inspect or modify the referred subresource.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

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

    Name of the referent; More info: kubernetes.io/docs/user-guide/identifiers#names

  • subresource

    Subresource name of the referent

Parameters

  • name

    Name of the subresource_reference.

  • provider

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