Resource Type: kubernetes_deployment_condition

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

Overview

DeploymentCondition describes the state of a deployment at a certain point.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • last_transition_time

    Last time the condition transitioned from one status to another.

  • last_update_time

    The last time this condition was updated.

  • message

    A human readable message indicating details about the transition.

  • reason

    The reason for the condition’s last transition.

  • status

    Status of the condition, one of True, False, Unknown.

  • type

    Type of deployment condition.

Parameters

  • name (namevar)

    Name of the deployment_condition.

  • provider

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