Resource Type: kubernetes_third_party_resource

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

Overview

A ThirdPartyResource is a generic representation of a resource, it is used by add-ons and plugins to add new resource types to the API. It consists of one or more Versions of the api.

Properties

  • description

    Description is the description of this object.

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • metadata

    Standard object metadata

  • versions

    Versions are versions for this third party object

Parameters

  • name (namevar)

    Name of the third_party_resource.

  • provider

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