Resource Type: kubernetes_component_condition

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

Overview

Information about the condition of a component.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • error

    Condition error code for a component. For example, a health check error code.

  • message

    Message about the condition for a component. For example, information about a health check.

  • status

    Status of the condition for a component. Valid values for ‘Healthy’: ‘True’, ‘False’, or ‘Unknown’.

  • type

    Type of condition for a component. Valid value: ‘Healthy’

Parameters

  • name (namevar)

    Name of the component_condition.

  • provider

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