Resource Type: kubernetes_patch

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

Overview

Patch is provided to give a concrete name and type to the Kubernetes PATCH request body.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • name (namevar)

    Name of the patch.

  • provider

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