Resource Type: kubernetes_api_version

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

Overview

An APIVersion represents a single concrete version of an object model.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

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

    Name of this version (e.g. ‘v1’).

Parameters

  • name

    Name of the api_version.

  • provider

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