Resource Type: kubernetes_deployment_rollback

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

Overview

DeploymentRollback stores the information required to rollback a deployment.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

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

    Required: This must match the Name of a deployment.

  • rollback_to

    The config of this deployment rollback.

  • updated_annotations

    The annotations to be updated to a deployment

Parameters

  • name

    Name of the deployment_rollback.

  • provider

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