Resource Type: kubernetes_replication_controller_condition

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

Overview

ReplicationControllerCondition describes the state of a replication controller 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

    The last time the condition transitioned from one status to another.

  • 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 replication controller condition.

Parameters

  • name (namevar)

    Name of the replication_controller_condition.

  • provider

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