Resource Type: kubernetes_replica_set_condition

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

Overview

ReplicaSetCondition describes the state of a replica set 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 replica set condition.

Parameters

  • name (namevar)

    Name of the replica_set_condition.

  • provider

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